commit | 95dff4e45d9ec28db149df49c8113b4bdd5edd76 | [log] [tgz] |
---|---|---|
author | arthursonzogni <arthursonzogni@chromium.org> | Mon May 24 10:35:34 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 24 10:35:34 2021 |
tree | 72d52ee06e92bd8d83878a13dd63e03978f8f05b | |
parent | a289766de4392815a66522808c080b20a74f0118 [diff] |
COOP/COI: Cleanup expired flags. Remove the about flags: - cross-origin-opener-policy-reporting, - cross-origin-opener-policy-access-reorting, - cross-origin-isolated Remove the feature flag: kCrossOriginIsolated. The two other feature flags are kept for a few more releases: - kCrossOriginOpenerPolicyReporting - kCrossOriginOpenerPolicyAccessReporting This is just in case a security/privacy bug if found. We can disable the feature quickly using Finch. Disabling reporting doesn't break website. On the other side, disabling kCrossOriginIsolated using Finch would break websites, so this would anyway do more harm than good. No need to keep it any longer. Bug: 1207857 Change-Id: I39bf8f80e9cd022c5d35d2d8e0bc1809f0479e0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2886000 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#885917}
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.