commit | 33d03f3ea2c02da778f73c125690ff983e189b4f | [log] [tgz] |
---|---|---|
author | David Bertoni <dbertoni@chromium.org> | Thu May 06 01:20:01 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 06 01:20:01 2021 |
tree | 627b45c9f8b456a5fb7afdb4ddf05012a51c41b5 | |
parent | fb41df647be1a6091f26c3b49adc036e1a1a29fe [diff] |
[CodeHealth] Remove most uses of base::ListValue::MakeDeepCopy(). This CL removes most uses of this deprecated function. There are some callsites that will require underlying APIs to be refactored away from base::ListValue before all of the uses can be removed. Bug: 1187109 Change-Id: I13d68d15f2b2f3efb149d3ca0ca3646891711209 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2855537 Commit-Queue: David Bertoni <dbertoni@chromium.org> Reviewed-by: Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by: oysteine <oysteine@chromium.org> Reviewed-by: Ryan Hansberry <hansberry@chromium.org> Reviewed-by: Dominick Ng <dominickn@chromium.org> Reviewed-by: Dominic Battré <battre@chromium.org> Reviewed-by: Scott Violet <sky@chromium.org> Reviewed-by: Lambros Lambrou <lambroslambrou@chromium.org> Reviewed-by: Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#879649}
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.