commit | 9fa0317057129cedea22d3cd7cac5e635216f56f | [log] [tgz] |
---|---|---|
author | John Delaney <johnidel@chromium.org> | Thu Feb 01 21:37:24 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 01 21:37:24 2024 |
tree | 7d7822675fb44a3b7df908a1c73e0719390d2802 | |
parent | 67d2b865f9ed4a02a6b396bd5bc5c503d7e37e5e [diff] |
Add cookie read status histogram for TPCD metrics The existing 3PCD testing metrics have a number of shortcomings, including: - not tracked blocked cookie accesses - including partitioned cookies - not tracking re-enablement mitigations for ad cookie accesses - not tracking how often the ads heuristic results in blocking cookies This introduces a new metric which enumerates across all of the relevant 3PCD experiment states and records the status for each access, explicitly excluding partitioned cookies. Bug: 1524109 Change-Id: I3963a69a4544b413c492eb0870c2b07c3162d78e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5250474 Reviewed-by: Nan Lin <linnan@chromium.org> Reviewed-by: Anton Maliev <amaliev@chromium.org> Commit-Queue: John Delaney <johnidel@chromium.org> Cr-Commit-Position: refs/heads/main@{#1255299}
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.