commit | e2e52d61164d8e62d7f92612ccf325180a0f8232 | [log] [tgz] |
---|---|---|
author | Solomon Kinard <solomonkinard@chromium.org> | Tue Dec 19 22:53:18 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 19 22:53:18 2023 |
tree | b18ec7ace84fb6079ab1ca0e12eb7e13b3608011 | |
parent | b23f6583a07e3fee9560b8589cedec0b6ac90427 [diff] |
Extensions: CodeHealth: Prefer using over typedef to improve readability * Nested namespaces can be concatenated clang-tidymodernize-concat-nested-namespaces * Use '= default' to define a trivial default constructor clang-tidymodernize-use-equals-default This CL was uploaded by git cl split. R=sorin@chromium.org Bug: chromium:1513257 Change-Id: Ic29e8fa811c503ea3f950af02c70d012e045fdd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5136963 Reviewed-by: Sorin Jianu <sorin@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Auto-Submit: Solomon Kinard <solomonkinard@chromium.org> Cr-Commit-Position: refs/heads/main@{#1239414}
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.