| commit | a1085c42a4535c7dad700c58e11b2fe151936b2c | [log] [tgz] |
|---|---|---|
| author | Tom Sepez <tsepez@chromium.org> | Tue Nov 05 19:56:24 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 05 19:56:24 2024 |
| tree | 4a2f7996ad18f5a5079268c6b6cce9bcd3923caa | |
| parent | 23d74e0e98baa0a5bdd507c3b72186eb981b297d [diff] |
Avoid string/vector copies in /net. The CL from which this is split did the following: -- Avoid creating temporaries when rvalues are sufficient. -- Move where possible. -- Use const-ref variables where possible. -- Pass values and move in constructor where helpful. -- Remove stray consts which would block moves. This CL was uploaded by git cl split. R=ricea@chromium.org Bug: 377242769 Change-Id: I668d0787198bed6c246184a02ce3a6ff793a479b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5989292 Reviewed-by: Adam Rice <ricea@chromium.org> Auto-Submit: Tom Sepez <tsepez@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/main@{#1378531}
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.