commit | 01e0d66590ad913c862db6b9e0b008615051cf07 | [log] [tgz] |
---|---|---|
author | Zachary Tan <tanzachary@chromium.org> | Tue Apr 15 18:24:37 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 15 18:24:37 2025 |
tree | 3cb2ba034b4c395db84728767e0ac76c5a58318b | |
parent | 69d52b169460d36b978cbfc0d5bfb6be215ff21a [diff] |
[FedCM] Refactor UKM recording This patch includes: 1. Recording one UKM event per FedCmMetrics object, records in the dtor 2. Changing Blink.FedCm.AccountsDialogShown, Blink.FedCm.AccountsRequestSent and Blink.FedCm.MismatchDialogShown to record the total number per FedCM call instead of recording a 1 for every request sent/dialog shown. 3. Attaching session IDs at the point of recording. Bug: 334408277 Change-Id: Ic8974b2298c5293ee08ade8bf04eda605f516e1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6438260 Reviewed-by: Yi Gu <yigu@chromium.org> Reviewed-by: Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Zachary Tan <tanzachary@chromium.org> Cr-Commit-Position: refs/heads/main@{#1447250}
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.