commit | 69044eeabe8fd70057795b37f36891430f757839 | [log] [tgz] |
---|---|---|
author | Qingxin Wu <qingxinwu@google.com> | Mon Apr 28 19:06:17 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 28 19:06:17 2025 |
tree | f17278f434b4f6962a26de706a7456f96dc2469d | |
parent | c3d54d638c1eb48a6c92e1fe5db83c1a17768389 [diff] |
Collect fDO and PAgg reports from B&A when no winner. Before this change: (1) fDO and PAgg reports from B&A were only collected when the auction has a winner, but loss reports should be collected when there's no winner as well, like when kAllBidsRejected; (2) fDO lockout/cooldown was only considered when auction result is kSuccess. It should be considered as long as it's not kInvalidResponse. Change-Id: I832b808197b864a5ca63c8462cbc461dcc2d070c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6495826 Commit-Queue: Qingxin Wu <qingxinwu@google.com> Reviewed-by: Russ Hamilton <behamilton@google.com> Cr-Commit-Position: refs/heads/main@{#1452813}
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.