commit | 632c65ff086c1c91377fa46b81f7b4ceff8d39ca | [log] [tgz] |
---|---|---|
author | Christian Dullweber <dullweber@chromium.org> | Thu Mar 18 16:54:46 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 18 16:54:46 2021 |
tree | 399eb3addfb322c45fc4de034fdc5f09f07c57f6 | |
parent | 7886db1ec997bae10c90c742723c20844cd8d163 [diff] |
CookieSettings: Provide TopFrameOrigin for shared/service worker Add TopFrameOrigin to IsCookieAccessAllowed checks for shared and service workers. This has no functional difference but allows to reintroduce a DCHECK that all callers provide a valid TopFrameOrigin. Bug: 1015756, 1188536 Change-Id: I5cd9a4e217373a9e30907ebc1e87672b0f92ecc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2772979 Auto-Submit: Christian Dullweber <dullweber@chromium.org> Commit-Queue: Jochen Eisinger <jochen@chromium.org> Reviewed-by: Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#864285}
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.