commit | 8d916d02967df054caaa86d912bf96898083228d | [log] [tgz] |
---|---|---|
author | Aida Zolic <aidazolic@chromium.org> | Fri Jan 31 12:32:59 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 31 12:32:59 2025 |
tree | 60448e20ff83eccd4837a852c673814e927acadf | |
parent | 7dc7976f69c16ee0a7a4c40c4283283f3d6c3b0b [diff] |
[clippy] Fix issue with overriding syncable prefs Binds pref name to the OnPrefChanged callback functions to only update the relevant counterpart when triggered - otherwise, looping over all prefs might override values that shouldn't be updated. R=alexbn@chromium.org Fixed: 393314437 Change-Id: I996f2f9e0438f3e0b0f90798fed4215299338e74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6218244 Reviewed-by: Alexander Bolodurin <alexbn@chromium.org> Auto-Submit: Aida Zolic <aidazolic@chromium.org> Commit-Queue: Alexander Bolodurin <alexbn@chromium.org> Cr-Commit-Position: refs/heads/main@{#1414032}
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.