commit | b99363d518acb7ac24aed12813a1c2eca2243e90 | [log] [tgz] |
---|---|---|
author | Maksim Ivanov <emaxx@chromium.org> | Fri Sep 23 07:39:18 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 23 07:39:18 2022 |
tree | 153b650e5180d920addfec41bd851c4ba1f77d03 | |
parent | f9c02bcdb1fd9886e373b0250be89c73f72f455a [diff] |
Use Value::Take...() in /content/browser/devtools/protocol 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=dsv@chromium.org Bug: 1360570 Change-Id: Ia913ee52d394baffe7ebae6df0f1786e01dfe8fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3913068 Commit-Queue: Danil Somsikov <dsv@chromium.org> Auto-Submit: Maksim Ivanov <emaxx@chromium.org> Reviewed-by: Danil Somsikov <dsv@chromium.org> Cr-Commit-Position: refs/heads/main@{#1050537}
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.