commit | 75f322ad1f64c0bc56fa77ab877b48d72cdb903c | [log] [tgz] |
---|---|---|
author | Yoshisato Yanagisawa <yyanagisawa@chromium.org> | Thu Oct 31 01:01:31 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 31 01:01:31 2024 |
tree | e483b4a27977b722a752ae83729052fba2c18d4f | |
parent | ad606a7867ee0d381480703f1bb5784cf9b2ac6e [diff] |
Make GetCacheIdentifier() respect GetSkipServiceWorker(). Since the current GetCacheIdentifier() ignores GetSkipServiceWorker(), GetCacheIdentifier() returns ServiceWorkerId even if GetSkipServiceWorker() is true if the ServiceWorker has a fetch handler. To make the isolated world respected as an isolated world, the cache identifier should not be shared with a page under a ServiceWorker control. Bug: 372512079, 373263969 Change-Id: Idd2d8900f2f720e0a4dc9837e2eb56474c60b587 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5961018 Reviewed-by: Justin Lulejian <jlulejian@chromium.org> Reviewed-by: Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org> Cr-Commit-Position: refs/heads/main@{#1376006}
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.