0
Files
src/extensions
Oliver Dunk 3a74f682a0 [Extensions] Use GetKeys() ValueStore method in extension API.
Use the GetKeys() method implemented in [1] for the implementation of
the `chrome.storage` API. Also changes the implementation of the session
storage area to support reading keys without reading values.

[1] https://chromium-review.googlesource.com/c/chromium/src/+/6197397

Bug: 380739760
Change-Id: I463661e5deff8e595a437174eb80ff2e74b1fbb1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6198270
Commit-Queue: Oliver Dunk <oliverdunk@chromium.org>
Reviewed-by: Emilia Paz <emiliapaz@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1411823}
2025-01-27 12:28:42 -08: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: