commit | 5e5e609af230467dc2a07ce5c57eb900c00acd63 | [log] [tgz] |
---|---|---|
author | Chris Fredrickson <cfredric@chromium.org> | Thu Jun 20 21:38:25 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 20 21:38:25 2024 |
tree | 04cef3e5c5c900bddeedce38564508b945fc0e4f | |
parent | b45b52c1ad9421d95b269bbb3c195f35f06d0132 [diff] |
Use `auto` in loops to avoid unintended copies http://go/totw/232 recommends using `auto` when looping over a container to avoid implicit copies due to mismatched types. Change-Id: I97efc393fc785b7c9811a7c794c483b56342da5c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5645826 Reviewed-by: Shuran Huang <shuuran@chromium.org> Commit-Queue: Shuran Huang <shuuran@chromium.org> Auto-Submit: Chris Fredrickson <cfredric@chromium.org> Cr-Commit-Position: refs/heads/main@{#1317620}
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.