commit | dd2989ea0047ce2168dbbc59f278d3cb0fdd07b3 | [log] [tgz] |
---|---|---|
author | Chris Fredrickson <cfredric@chromium.org> | Wed Nov 08 16:40:46 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 08 16:40:46 2023 |
tree | aa14de571c00c689c351c49771a9ea4cca78c59c | |
parent | e3de5ef0d6583b059ada9c323afe7854da63259e [diff] |
[RWS] Handle non-dict Overrides value without crashing I didn't succeed in adding a unit test for this, since Chromium doesn't allow itself to write non-dict values to prefs that were declared as dicts. So the unit test would have to write the prefs some way other than the PrefService. Fixed: 1500522 Change-Id: I3a9a9005561f317198b07bf62c35e1695a647c26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5013385 Auto-Submit: Chris Fredrickson <cfredric@chromium.org> Commit-Queue: Shuran Huang <shuuran@chromium.org> Reviewed-by: Shuran Huang <shuuran@chromium.org> Cr-Commit-Position: refs/heads/main@{#1221670}
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.