commit | 568ca83f2c6a3b8645c13c74e0d7f3b92237b503 | [log] [tgz] |
---|---|---|
author | Liam Brady <lbrady@google.com> | Fri Mar 21 18:06:01 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 21 18:06:01 2025 |
tree | 33b2a9fca40118aecce29b09c5fee85b2365156f | |
parent | 0902a31e2537bcd3c7c79df9f8e1578eb84eb5ae [diff] |
Fenced frame: Add Fenced Storage Read API histograms. This CL adds use counters and outcome metrics for the following APIs: - window.fence.disableUntrustedNetwork() - sharedStorage.get() called from a fenced frame - window.fence.notifyEvent() This will allow us to track adoption of the FSR APIs as we ramp them up. Change-Id: I3eec91acfd4829be4515cf153d62889b610b3cad Bug: 404242297 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6357378 Commit-Queue: Liam Brady <lbrady@google.com> Reviewed-by: Ian Clelland <iclelland@chromium.org> Reviewed-by: Yao Xiao <yaoxia@chromium.org> Reviewed-by: Andrew Verge <averge@chromium.org> Reviewed-by: Shivani Sharma <shivanisha@chromium.org> Reviewed-by: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/main@{#1436161}
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.