commit | bd6126afcb12087a1a6843732cc3788c6f878236 | [log] [tgz] |
---|---|---|
author | Yoshisato Yanagisawa <yyanagisawa@chromium.org> | Thu Dec 09 07:29:57 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 09 07:29:57 2021 |
tree | 9ccc6fc97c85ac4ec315126e494daf082af19ca7 | |
parent | 36a0b95fd02f83b2b353f88d60e89e7d4c75ddfe [diff] |
Fenced Frames: Respect COEP:require-corp in the embedding frame Fenced frames did not follow COEP configuration in an embedder because fenced frame is under a different frame tree and it cannot retrieve an embedder with GetParent. In this CL, we make navigation_request to use outer document instead of parent document to check COEP inheritance check if the navigating frame is a root of a fenced frame tree. Bug: 1277430 Change-Id: I4742e5bc6b526cc6ec9cf5162b40edaf56ecb03e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3316097 Reviewed-by: Shivani Sharma <shivanisha@chromium.org> Reviewed-by: Rakina Zata Amni <rakina@chromium.org> Reviewed-by: Takashi Toyoshima <toyoshim@chromium.org> Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org> Cr-Commit-Position: refs/heads/main@{#949966}
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.