0
Files
src/extensions
Steven Bingler c9313b4dea Add StorageKey to ServiceWorkerContext
Refactor the ServiceWorkerContext interface, and all implementors,
to use StorageKey.

This is meant as a behavioral no-op.

Bug: 1199077
Change-Id: I60b5c7ffaac18c940973952d99d80813f542f54d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3036482
Reviewed-by: Dominick Ng <dominickn@chromium.org>
Reviewed-by: David Bertoni <dbertoni@chromium.org>
Reviewed-by: Nico Weber <thakis@chromium.org>
Reviewed-by: Ben Kelly <wanderview@chromium.org>
Reviewed-by: Avi Drissman <avi@chromium.org>
Reviewed-by: Istiaque Ahmed <lazyboy@chromium.org>
Commit-Queue: Steven Bingler <bingler@chromium.org>
Cr-Commit-Position: refs/heads/master@{#905316}
2021-07-26 17:39:42 +00:00
..
2021-07-20 21:54:03 +00:00
2021-07-23 19:34:59 +00:00

This will become a reusable extensions module. It implements the core parts of Chrome's extension system, and can be used with any host of the content module.

Some extensions code that is not Chrome-specific still lives in //chrome/browser/extensions and will be moved here.

Technical Documentation: