commit | ae42c85d664c8ef5cb7745f1515037f6859c97c1 | [log] [tgz] |
---|---|---|
author | Qingxin Wu <qingxinwu@google.com> | Thu Jun 06 17:10:29 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 06 17:10:29 2024 |
tree | 83830dc115805eec0da8362798b40244dbcd7f81 | |
parent | 1fb4268cef632d311e1b2530f70efd9f7acb08da [diff] |
[RealTimeReporting] Change bucket range, and report format. Change user buckets to the range of 0 to kFledgeRealTimeReportingNumBuckets - 1, and platform buckets starting from kFledgeRealTimeReportingNumBuckets. Also change the report format: * Add version field. * Add histogram field for user histogram only. * Add platformHistogram field for platform histogram only. Explainer: https://github.com/WICG/turtledove/blob/main/PA_real_time_monitoring.md Bug: 337132755 Change-Id: I24933d508eb57e73bc99a06d833ff445c198d309 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5601563 Reviewed-by: Maks Orlovich <morlovich@chromium.org> Commit-Queue: Qingxin Wu <qingxinwu@google.com> Reviewed-by: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/main@{#1311365}
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.