commit | a69a0cc1264e1726ba25a2fcd5a2c8c549e74292 | [log] [tgz] |
---|---|---|
author | Avi Drissman <avi@chromium.org> | Tue Jan 31 22:03:52 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 31 22:03:52 2023 |
tree | 16929676978d0ac8458e4b78d5b53dced557f5d1 | |
parent | 7cf5e48b80c1e4444e567bb0d2a711fc0ca05775 [diff] |
Remove Value methods that take paths by list or span Value has deprecated API that find paths by std::initializer_list or base::span. These aren't used a lot, so rewrite all uses of them using modern API to allow them to be removed. This CL was uploaded by git cl split. R=sorin@chromium.org Bug: 646113 Change-Id: Id97058ed9abccf7de7b94430c22b2053f87b29f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4210693 Auto-Submit: Avi Drissman <avi@chromium.org> Reviewed-by: Sorin Jianu <sorin@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/main@{#1099486}
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.