commit | c8cce9cebb6203087e9d73460378770828ce4ba7 | [log] [tgz] |
---|---|---|
author | Abigail Katcoff <abigailkatcoff@chromium.org> | Mon Dec 02 17:27:40 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 02 17:27:40 2024 |
tree | b2953b8875883f39ab11241b19e1ef6d269e8d83 | |
parent | 6870c3330cbebc809b08fca4c3adcf05ecd810e7 [diff] |
Protected Audience: Prepare contexts on seller worklet While we download trusted scoring signals, we can use that time to prepare seller contexts. This change is similar to https://chromium-review.googlesource.com/c/chromium/src/+/5995411 which prepared bidder contexts, but unlike in the bidder worklet, we don't need to do any estimation of the number of contexts we'll need, because there is no filtering step. Bug: 381063093 Change-Id: I7be1488a83e56345e1ba106c9a6dfd917433dd66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6051062 Reviewed-by: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Maks Orlovich <morlovich@chromium.org> Commit-Queue: Abigail Katcoff <abigailkatcoff@chromium.org> Reviewed-by: Orr Bernstein <orrb@google.com> Cr-Commit-Position: refs/heads/main@{#1390417}
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.