| commit | ab5937c2bc1047e62a8fc5c9255fc1af6cf10f29 | [log] [tgz] |
|---|---|---|
| author | Robert Sesek <rsesek@chromium.org> | Tue May 25 18:56:19 2021 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 25 18:56:19 2021 |
| tree | a11e986ca2fcdef0919141d4744c97c0553311ec | |
| parent | 79486871e431aa1e75c3207dc985d42a6c7b32d7 [diff] |
Change CheckResourceIntegrity to CONTINUE_ON_SHUTDOWN. SKIP_ON_SHUTDOWN will wait for the thread to join, which could wait on blocking I/O. CONTINUE_ON_SHUTDOWN will leak the thread at shutdown. Bug: 1212921, 1205445 Change-Id: Iedd2f5a07e6b36e6d8e1c9213648ce3a3972ff05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2917533 Reviewed-by: Avi Drissman <avi@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#886394}
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.