commit | 17ef47d0fd72c7db81c72911158741bf16d98547 | [log] [tgz] |
---|---|---|
author | Tsuyoshi Horo <[email protected]> | Thu Jun 30 10:58:27 2022 |
committer | Chromium LUCI CQ <[email protected]> | Thu Jun 30 10:58:27 2022 |
tree | c4e51440d5667504d44a2d95ef62cce9bc682fd8 | |
parent | ec99104984ebe33a62f1154c8a117881fb4f2160 [diff] |
[/net] modernize-loop-convert This change was partially automated with run-clang-tidy.py. And I manually fixed some files (eg: changing variable names, using `const` when appropriate). This should cause no functional changes. Bug: 1334056 Change-Id: I05cd5f048773022b84233b35bf4ab301a4f3cc5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3698158 Commit-Queue: Tsuyoshi Horo <[email protected]> Reviewed-by: Kenichi Ishibashi <[email protected]> Cr-Commit-Position: refs/heads/main@{#1019556}
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.