commit | 2e3517397a70c608e587a7c2b2904acf989f99bf | [log] [tgz] |
---|---|---|
author | Etienne Bergeron <etienneb@chromium.org> | Thu Jul 01 01:06:31 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 01 01:06:31 2021 |
tree | 211aa1d3843474cb41dfe736e87d68304b00536f | |
parent | ad720d9fc7a8a277d256c4282d223ca0eb9d5c07 [diff] |
Sequentialize the calls to CheckResourceIntegrity This CL is adding a sequence to run all the calls to CheckResourceIntegrity in sequence instead than in parallel. The main reason is to avoid Shutdown hangs where all the worker background threads are stalled on a Read(...) and won't allow the scheduler to dispatch remaining BLOCK_SHUTDOWN tasks. Bug: 1222871 Change-Id: I671900e2843aa6ee9e7662f2cedc1ad8328c5e00 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2998444 Reviewed-by: Robert Sesek <rsesek@chromium.org> Reviewed-by: François Doray <fdoray@chromium.org> Reviewed-by: Avi Drissman <avi@chromium.org> Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Cr-Commit-Position: refs/heads/master@{#897601}
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.