commit | 43eebf708ec60eeaf06eeaa1381346154da1bc61 | [log] [tgz] |
---|---|---|
author | Fabrice de Gans <[email protected]> | Fri Apr 01 23:43:04 2022 |
committer | Chromium LUCI CQ <[email protected]> | Fri Apr 01 23:43:04 2022 |
tree | d335c2bcbba38fe3a162e2246df3eb1f1df5e9b5 | |
parent | d20bd975437384f8a497b1186ee42fc7abdb944b [diff] |
[code-health] Add ParamTraits for base::Value::{Dict,List} * Use the new types internally, rather than the deprecated types. * Add conversion unit tests for both deprecated and new types. * Behavior change: a base::Value can no longer be read as a base::Value::List or base::Value::Dict or vice-versa. The type inferrence should be enough for the caller to use the right type. Bug: 1301889 Bug: 1301890 Change-Id: I3279e30e586d7443603042b6b9a31f01e8ff41c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3558072 Reviewed-by: Daniel Cheng <[email protected]> Reviewed-by: Ken Rockot <[email protected]> Commit-Queue: Fabrice de Gans <[email protected]> Cr-Commit-Position: refs/heads/main@{#988178}
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.