commit | f960355dbfff8c4b29e28ec4796ab6c8e6e993b8 | [log] [tgz] |
---|---|---|
author | Zachary Tan <tanzachary@chromium.org> | Mon May 12 06:08:12 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 12 06:08:12 2025 |
tree | c6b96fa972bb99e28585ae99ecdf3cf7ae9e4676 | |
parent | a15a4bc8957e9b36afda2b8db04ad454b31654ea [diff] |
[FedCM] Various segmentation platform fixes ssid found a few minor issues, this patch fixes them: 1. remove FEDCM_USER duplicate enum in segmentation_platform.proto 2. reindex FedCmUserAction where 0 = UNKNOWN instead of SUCCESS because 0 is sometimes used interchangeably with null in some server side code 3. pass likely_insufficient_data computed based on page loads or accounts dialogs shown to segmentation platform through InputContext so that we can get a sense of how reliable the aggregated CTR is Bug: 416780270 Change-Id: Ie8319683d9125ee0117aafb9a73361d1cb0a88e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6532487 Reviewed-by: Siddhartha S <ssid@chromium.org> Commit-Queue: Zachary Tan <tanzachary@chromium.org> Cr-Commit-Position: refs/heads/main@{#1458672}
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.