commit | 2c12a9cb60e6569fff8c149ad1f8cd8bb3e7fe46 | [log] [tgz] |
---|---|---|
author | mlcui <mlcui@google.com> | Fri Feb 14 22:58:31 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 14 22:58:31 2025 |
tree | c9d6bd74f505cf88ca7d12ed6948052574ff5359 | |
parent | 14ce9c414029484dcef3304507c483f6117281dd [diff] |
os_languages_page: Move array initializers to constructor These were previously shared by all instances of the class. Some properties in the public API of `add_items_dialog` were intended to be passed in as properties. However, for safety, we still initialize them in case the component is rendered before the user of the component passes it in. Bug: b:265556004 Change-Id: I1588caa36750484be1244ace8f3ff0f748c64192 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4670869 Commit-Queue: Nikki Moteva <moteva@google.com> Reviewed-by: Nikki Moteva <moteva@google.com> Auto-Submit: Michael Cui <mlcui@google.com> Cr-Commit-Position: refs/heads/main@{#1420764}
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.