commit | 1166b787560cac603b273aadc21cab799232eefd | [log] [tgz] |
---|---|---|
author | Steven Bingler <bingler@chromium.org> | Fri May 07 21:41:34 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 07 21:41:34 2021 |
tree | f8ab48a9b7bd25f8236f561f157f4c9e5e08b541 | |
parent | b337ad95d6a1a7e746b247537427ca6edd91895d [diff] |
Refactor ServiceWorkerRegistry to use StorageKey Update GURL and url::Origin usages to StorageKey. Not all usages could be updated yet due to dependencies on other classes which will be resolved in the future. This CL is intended to be as close to a behavioral no-op as possible. Bug: 1199077 Change-Id: I7f62c57345b7067b17d0ef3545f29002901a2307 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2878994 Commit-Queue: Steven Bingler <bingler@chromium.org> Reviewed-by: Sigurd Schneider <sigurds@chromium.org> Reviewed-by: Ben Kelly <wanderview@chromium.org> Reviewed-by: Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#880569}
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.