commit | df328208ab23d7397b886e96d6d66ec9a51ce3a9 | [log] [tgz] |
---|---|---|
author | David Bienvenu <davidbienvenu@chromium.org> | Fri Jun 11 16:04:16 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 11 16:04:16 2021 |
tree | e79eefd7dd86f0a9b146806a45fc303f6daca005 | |
parent | 0894439ead7bfa2aaa731848d413ece5be17f71d [diff] |
unit_tests: fix tsan failures in LiteVideoDeciderTests ScopedFeatureList should only be accessed in test constructors, to avoid race conditions with other threads trying to access the feature list. Change-Id: Iea6e17cf6c44bb33ffc2ee21a97a5c935f843c36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2953102 Reviewed-by: Michael Crouse <mcrouse@chromium.org> Commit-Queue: David Bienvenu <davidbienvenu@chromium.org> Cr-Commit-Position: refs/heads/master@{#891668}
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.