commit | 00d62b2a63de13c20e4544fd5d52f475e93caa1c | [log] [tgz] |
---|---|---|
author | Pâris Meuleman <pmeuleman@chromium.org> | Fri Jan 14 13:43:42 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 14 13:43:42 2022 |
tree | ca142b81311514ccdce5853816a765a26d9ea1ad | |
parent | 1e8265a20f719874398ac3eacaadcf95f4293061 [diff] |
Move COEP to Policy Container In order to properly support inheritance of COEP within blob, move COEP in policy container. This also consolidates its inheritance within the policy container. Remains specific case where inheritance is handled only for COEP but not PolicyContainer: Extensions and fenced frames [1]. This was moved within `void NavigationRequest::ComputePoliciesToCommit()`. COEP enforcement was added in NavigationRequest::BeginNavigationImpl, in the cases where an URL loader is not needed. This ensures COEP is enforced on non-initial about:blank. [1] https://docs.google.com/document/d/11ICO7dKEjeeJtSHyVitcN5JiOD0uRgvRzyyo3FY0y1c/edit?pli=1&resourcekey=0-bTO8Ltbpfi05Xt4aK-MeEQ# bug: 1151223 Change-Id: I33a0dd61c257b6927fa335bdd983fb1b393c6177 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3328982 Reviewed-by: Camille Lamy <clamy@chromium.org> Commit-Queue: Pâris Meuleman <pmeuleman@chromium.org> Cr-Commit-Position: refs/heads/main@{#959138}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.