commit | c38d7c4cc872607c137b47a96aa055e02e72dcdb | [log] [tgz] |
---|---|---|
author | Tom Sepez <tsepez@chromium.org> | Thu Oct 10 22:26:22 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 10 22:26:22 2024 |
tree | 40ce7f5c7fa319bfd788d173a0506bd2cd79c418 | |
parent | 84d9c7e03b803b096b6a6c6a840e06be1419af51 [diff] |
Avoid some unintentional WTF::Vector copies. This is a re-split of a larger CL where reviews were lost when the set of files changed. Applies one or more of the following (depending on split): -- std::move(argument) where possible. -- add 'const' where helpful. -- remove stray 'const' where not helpful. -- pass by ref where helpful. This CL was uploaded by git cl split. R=szager@chromium.org Bug: 369952985 Change-Id: Id1b0656d8de2b57ed582b9d01bb1cdbd51ea28f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5913957 Auto-Submit: Tom Sepez <tsepez@chromium.org> Reviewed-by: Stefan Zager <szager@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/main@{#1367175}
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.