commit | 9d338a13ffb72350867161d1f358d4eafbe99731 | [log] [tgz] |
---|---|---|
author | cammie <cammie@chromium.org> | Thu Oct 27 19:10:21 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 27 19:10:21 2022 |
tree | 1568476edba95281df7ed98af366eee75ae23a88 | |
parent | bd94e3ee0d1155f75fa3cf20182d9e6935795838 [diff] |
Shared Storage: Hook into DevTools StorageHandler for events. This change hooks into `StorageHandler` and finishes adding the C++ code needed so that Chrome Debugging Protocol can track Shared Storage events. Follow-ups with TypeScript changes, etc., will be necessary to hook up to the DevTools UX. See https://crrev.com/c/3936168 for a prototype of the backend DevTools storage integration for Shared Storage. Bug: 1372007,1218540 Change-Id: Ia12ee7d7920b8ce64cccda16269cc0f3056bf0c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3957654 Reviewed-by: Yao Xiao <yaoxia@chromium.org> Reviewed-by: Philip Rogers <pdr@chromium.org> Reviewed-by: Danil Somsikov <dsv@chromium.org> Reviewed-by: Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Cammie Smith Barnes <cammie@chromium.org> Cr-Commit-Position: refs/heads/main@{#1064468}
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.