commit | 2428cbebcc9fcc94e4546c364a9f5e626cec90ac | [log] [tgz] |
---|---|---|
author | Maks Orlovich <morlovich@chromium.org> | Wed Nov 10 23:38:21 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 10 23:38:21 2021 |
tree | f6eff5c27ced87c57baa550b8a8149fe14a41091 | |
parent | 13e87c95272fdb496cfc5d0643819f4f98b91f31 [diff] |
FLEDGE: refactor to a single DebugCommandQueue owned by V8Helper. Aborting debugger pauses correctly when a worklet is unloaded seems to be only reasonably implemented by synchronizing via the DebugCommandQueue lock, which in turn means we want closer integration between AuctionV8Helper and DebugCommandQueue. ... So this makes AuctionV8Helper own a single DebugCommandQueue rather than have per-worklet ones, so it should be able to talk to it directly and invoke atomic ops needed to get cleanup stuff race-free. Change-Id: I5ed9aba266bd14e18b25347f9835dde240966910 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3272238 Commit-Queue: Maksim Orlovich <morlovich@chromium.org> Reviewed-by: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/main@{#940545}
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.