| commit | 0e5f13414cd2a386789dc6a6788fcd2d4a15d70f | [log] [tgz] |
|---|---|---|
| author | Claudio DeSouza <cdesouza@igalia.com> | Sun Oct 16 18:43:34 2022 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Oct 16 18:43:34 2022 |
| tree | ba569901626eddcefb5dc1bba0f697b882468d20 | |
| parent | f6257793ce1a463c0810dc177d30664ca40cf5b4 [diff] |
Apply modernize-loop-convert on //chrome extensions code I This CL uses clang-tidy modernize-loop-convert to convert index based loops into range-based for loops, for code under //chrome associated with extensions. Bug: 776257, 895746 Change-Id: Ie3276acd6c6d964b21abf7e01fe6d5e992938b33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3889652 Commit-Queue: Claudio DeSouza <cdesouza@igalia.com> Reviewed-by: Reilly Grant <reillyg@chromium.org> Reviewed-by: Toni Barzic <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/main@{#1059742}
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.