commit | f69dbb5414dc42e2a18f46a717f0a0a6ad38f739 | [log] [tgz] |
---|---|---|
author | Tom Sepez <tsepez@chromium.org> | Tue Oct 08 11:06:56 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 08 11:06:56 2024 |
tree | 37f9b8d8879b584f961a72dc1e06ccfd2980150b | |
parent | bb4aee79e966f36a0c4e31d80c65b7e6d7674914 [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=peter@chromium.org Bug: 369952985 Change-Id: I0270a506dd1a6f188137c94b2c06a9ff0a028204 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5914277 Commit-Queue: Peter Beverloo <peter@chromium.org> Auto-Submit: Tom Sepez <tsepez@chromium.org> Reviewed-by: Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/main@{#1365458}
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.