commit | a3e593f86ae348af0b15b49f0955fd6a8f225c03 | [log] [tgz] |
---|---|---|
author | Arthur Hemery <[email protected]> | Thu May 11 17:15:57 2023 |
committer | Chromium LUCI CQ <[email protected]> | Thu May 11 17:15:57 2023 |
tree | 0dd3143013b0f0474a60dcc803a352a7e6b62a84 | |
parent | 966a42b39ced7360e0d8874b62361a6bac62fcda [diff] |
COOP: restrict-properties 5/*: tokens for BI and CoopRelatedGroup. This patch adds simple UnguessableTokens in BrowsingInstance and CoopRelatedGroup, with accessors in SiteInstanceImpl. These will be used to verify cross-BrowsingInstance window accesses in the renderer. Because the usages of the CoopRelatedGroupId can all be replaced by the token, we update current usages with the token flow and remove the Id altogether. This patch makes no behavior change. Bug: 1221127 Change-Id: I08b07ac8eca540c38f34e001260c2628832a3cf2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4224333 Reviewed-by: Charlie Reis <[email protected]> Commit-Queue: Arthur Hemery <[email protected]> Reviewed-by: Alexander Timin <[email protected]> Cr-Commit-Position: refs/heads/main@{#1142728}
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.