commit | 21373e2f424ee04030bf24982a6665da06bfab7f | [log] [tgz] |
---|---|---|
author | Austin Sullivan <asully@chromium.org> | Wed Dec 22 18:19:39 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 22 18:19:39 2021 |
tree | f39dd7a52f22cf1356dc1b61862c6cd69f8c23bc | |
parent | a9eae8220af68b2ea064a152b27866a7b0c6674c [diff] |
[Code Health] Refactor RegistryDict off base::DictValue::CreateDeepCopy Also does some refactors of unique_ptr<Value> to Value. This change is a no-op except for the SetValue() method, which will no longer remove am entry if null is passed (it is no longer possible to pass a null value). Bug: 1187059 Change-Id: Ib5e2a2053a72bfe801d595f466df8aef9c94b42a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3330021 Reviewed-by: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Commit-Queue: Austin Sullivan <asully@chromium.org> Cr-Commit-Position: refs/heads/main@{#953588}
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.