commit | 0b5a167444bbcbf3606234bc645e204fa15a007e | [log] [tgz] |
---|---|---|
author | Matt Menke <mmenke@chromium.org> | Mon Oct 28 20:40:58 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 28 20:40:58 2024 |
tree | 658d7858b27522f554a39af09edcf71681aba350 | |
parent | cfce748366ab1df27ccc47e18f6c22808e254b05 [diff] |
Protected Audiences: Pass TrustedSignalsCache to worklet processes. This CL introduces the kFledgeUseKVv2SignalsCache feature. When both kFledgeUseKVv2SignalsCache and kFledgeTrustedSignalsKVv2Support are enabled, the InterestGroupManagerImpl creates a TrustedSignalsCache. A pipe to the TrustedSignalsCache is then passed to each bidder worklet process on creation, instead of passing a TrustedSignalsPublicKey for the coordinator to each created BidderWorklet. The TrustedSignalsCache is a separate implementation of the Protected Audiences trusted signals KVv2 protocol where the browser process manages trusted signals requests and caches them, rather than worklet processes. This CL doesn't quite fully hook up the cache - the InterestGroupAuction will also need to request KVv2 signals from the TrustedSignalsCache, and pass information about each request to bidder worklets. That will be wired up in a followup CL. Bug: 333445540 Change-Id: Ia0aa78016e018ed67af47d72f959c315061f0525 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5923575 Reviewed-by: Russ Hamilton <behamilton@google.com> Commit-Queue: mmenke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/main@{#1374853}
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.