commit | aecf8fab842323ed20d78d9e0911293d23ea30b4 | [log] [tgz] |
---|---|---|
author | Tom Sepez <tsepez@chromium.org> | Thu Oct 03 20:29:21 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 03 20:29:21 2024 |
tree | d4ae088b764106a6e128fcd1db69728136ec64ae | |
parent | 076e9fd6e581376036045fa5dd60a244cceb164a [diff] |
Avoid some unintentional base::flat_{tree,set,map}<> copies. Applies one or more of the following: -- std::move(argument) where possible. -- remove stray 'const' where not helpful. -- pass by const ref where helpful. This CL was uploaded by git cl split. R=chrishtr@chromium.org Bug: 369952985 Change-Id: I0c80dd17a1b87935b17d8ff707ea98bc56f76489 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5906785 Reviewed-by: Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Auto-Submit: Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/main@{#1363826}
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.