commit | 698a6261a23f6d2a218b848ba45f44c762a1b0eb | [log] [tgz] |
---|---|---|
author | Maks Orlovich <morlovich@chromium.org> | Mon Sep 09 16:24:04 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 09 16:24:04 2024 |
tree | 7baf5af3e55f69fda2f07f43e73263caf7961f7b | |
parent | 91eb76186ff902302a4fd95beed434b8a77dd13d [diff] |
FLEDGE: Fix mojo validation of the special non-k-anon PA reporting. The check in use would error out on non-event contributions with non-null filter ID, while the invariant is actually that everything must be an event contribution using reject-reason base-value. (So everything rejected was illegal, but for the wrong reason, and many things that should have been weren't). Switch to the proper check, shared with what the worklet uses to filter this field in the first place. Change-Id: I6c8f9ea9619724dff40b64c4265f5c880aeb1c22 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5841914 Commit-Queue: Maks Orlovich <morlovich@chromium.org> Reviewed-by: Qingxin Wu <qingxinwu@google.com> Cr-Commit-Position: refs/heads/main@{#1352791}
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.