commit | 044be6f1fb29701ea0e8f5157f6eed41c0950d98 | [log] [tgz] |
---|---|---|
author | mlcui <mlcui@google.com> | Wed Jan 18 08:33:31 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 18 08:33:31 2023 |
tree | ed9d14cfb6cea15a465ef97bc73b4109099feefa | |
parent | f87dee47e5b54dedeefcf5b6c379e5a3bb7e1c74 [diff] |
os_languages_page: Fix race condition in test for TS migration The TypeScript migration has revealed that os_edit_dictionary_page_test has a race condition, with the root cause being that `OsSettingsEditDictionaryPageElement.words_` was shared between instances of the class. Per b/265556004, we should move these to be set in the constructor if possible. Bug: b:265556004, b:263829183 Change-Id: Id7a0c21f3e8b67a8f5cd2e99b855d9c0a90b655e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4170025 Commit-Queue: Michael Cui <mlcui@google.com> Reviewed-by: Wes Okuhara <wesokuhara@google.com> Cr-Commit-Position: refs/heads/main@{#1093764}
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.