commit | 46a26fbafde3a2fc0c7d9a7527493fb6b3492bfe | [log] [tgz] |
---|---|---|
author | Tom Sepez <tsepez@chromium.org> | Mon Oct 07 20:19:49 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 07 20:19:49 2024 |
tree | 2a233325764ad035b3541e1660517718344d7635 | |
parent | 43eea86e8cb53ca0cea609e600ad030a72497d83 [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=mattreynolds@chromium.org Bug: 369952985 Change-Id: I6279f2b9264b983ff5e773c8b568a9a3c413a0ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5914280 Reviewed-by: Matt Reynolds <mattreynolds@chromium.org> Commit-Queue: Matt Reynolds <mattreynolds@chromium.org> Auto-Submit: Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/main@{#1365120}
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.