commit | ed9d94f9c20304de0091ac2540fadc374a151ddc | [log] [tgz] |
---|---|---|
author | Maksim Ivanov <emaxx@chromium.org> | Sun Sep 25 22:34:19 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Sep 25 22:34:19 2022 |
tree | b7ee9d876d5516a38d3818595d1ec9c3f871dd72 | |
parent | 7d376acb3dd26441671d1214fbcbf9dd77c9a62d [diff] |
Use Value::Take...() in /chrome/browser/autofill Refactor to use the new base::Value TakeString/TakeDict/TakeList methods that transfer ownership in a clearer way and allow clang-tidy catch misuses. This CL was uploaded by git cl split. R=schwering@google.com Bug: 1360570 Change-Id: I1b09fda2c7d1cc9d81540d2bc3f36e83b705a522 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3913066 Auto-Submit: Maksim Ivanov <emaxx@chromium.org> Reviewed-by: Christoph Schwering <schwering@google.com> Commit-Queue: Christoph Schwering <schwering@google.com> Cr-Commit-Position: refs/heads/main@{#1051041}
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.