commit | 7612a59a4ca10077fe1b1ee850d577e27b246cb0 | [log] [tgz] |
---|---|---|
author | Camillia Smith Barnes <cammie@chromium.org> | Mon Feb 12 21:42:05 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 12 21:42:05 2024 |
tree | 86bf2be9d6b0c15aeb9ecc124deb905a78ca2492 | |
parent | 0424a39bccfadc4a5f88bc5be45a8f2ee2659187 [diff] |
Shared Storage: Add bytesUsed to SharedStorageMetadata DevTools struct We add a `bytesUsed` member to the DevTools Protocol Storage domain struct `SharedStorageMetadata` to correspond to the the new member `bytes_used` added to the `SharedStorageDatabase::MetadataResult` in https://crrev.com/c/5282466. In a followup, we will display this with the existing metadata for each given origin on the Shared Storage view of the Application panel in the DevTools Frontend. Bug: 324464353,1218540 Change-Id: I0d7215abfc0c7b817b0c040c595be98d78000d31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5283142 Reviewed-by: Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Cammie Smith Barnes <cammie@chromium.org> Cr-Commit-Position: refs/heads/main@{#1259458}
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.