commit | a6093adb025d29495e0b00538cce907cf32028ea | [log] [tgz] |
---|---|---|
author | Antonio Sartori <antoniosartori@chromium.org> | Thu Jun 24 07:48:46 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 24 07:48:46 2021 |
tree | 091ad23728f1d313f28149563ab3b52655fb661d | |
parent | 8fa52aacac1c6ec6b0db6fef394d3476982ee058 [diff] |
Replace origin with storage key in ServiceWorkerVersionBaseInfo This change replaces origin with storage key in the ServiceWorkerVersionBaseInfo. The storage key is used for partitioning storage (and, in particular, service workers). So service workers are better identified throguh storage key than origin. Having storage key on the ServiceWorkerVersionBaseInfo allows passing it through to the BackgroundFetchServiceImpl. Bug: 1199077 Change-Id: I7c442ad6249782c17a8c9776260d7acee37e0b8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2980775 Reviewed-by: Ben Kelly <wanderview@chromium.org> Reviewed-by: Avi Drissman <avi@chromium.org> Reviewed-by: Mike West <mkwst@chromium.org> Commit-Queue: Antonio Sartori <antoniosartori@chromium.org> Cr-Commit-Position: refs/heads/master@{#895493}
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.