commit | 391867aac70d2043d275b65cc429997570461346 | [log] [tgz] |
---|---|---|
author | Chris Fredrickson <cfredric@chromium.org> | Wed Oct 25 21:19:06 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 25 21:19:06 2023 |
tree | c9b2740f371dc12ccb1091f2a28d44f3cd134fb2 | |
parent | 210f2fccca2d445097161891f91b0156feb3d153 [diff] |
[SAA] Inherit storage access in DedicatedWorkers at creation time This plumbs a bool from the parent Document (or some other kind of worker) so that dedicated workers can inherit the same has_storage_access bit that their parent had. Bug: b:299515369, 1495169 Change-Id: I409c83720e46b3ebeb1f904a4d1d9dfb5e6ca275 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4968438 Reviewed-by: Nate Chapin <japhet@chromium.org> Reviewed-by: Johann Hofmann <johannhof@chromium.org> Commit-Queue: Chris Fredrickson <cfredric@chromium.org> Cr-Commit-Position: refs/heads/main@{#1215108}
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.