commit | a4a7c73297d81c6411679f01fd1883d18c5e2fce | [log] [tgz] |
---|---|---|
author | Matt Menke <mmenke@chromium.org> | Tue May 18 20:02:05 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 18 20:02:05 2021 |
tree | a1a0169ac8901c8ae3a2e96a3b03b41c236e279e | |
parent | 19bcae5aaa98e7093944805ee5034d6cccf22a4f [diff] |
FLEDGE: Move Mojo boundary so worklets can run in different processes. This CL moves auction_worklet::AuctionRunner from content/services to content/browser/interest_group, and makes the Mojo interface used to run auctions based around individual worklets, as opposed to entire auctions. This will let worklets from different origins run in their own process. This CL does not do that, since there are a lot of things to consider before making that switch (do we want to limit number of processes, share them between auctions, etc). Bug: 1205517 Change-Id: I0fb5ba11243be8fed26c47fc615072a8439b994c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2880516 Reviewed-by: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Maksim Orlovich <morlovich@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#884109}
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.