commit | e2c5ee8cfdc14d40a2cb5eaaa6459460b4d55cf4 | [log] [tgz] |
---|---|---|
author | Peter Kasting <[email protected]> | Wed Feb 15 17:23:08 2023 |
committer | Chromium LUCI CQ <[email protected]> | Wed Feb 15 17:23:08 2023 |
tree | 7684f14a83b8dca68a16d3aa2eec4a39c14a0f6e | |
parent | 1335117309854e8af9b10ef239677145f7635d2a [diff] |
Misc. styleguide/PRESUBMIT updates. The styleguide updates are mostly for consistency. The PRESUBMIT updates are for both consistency and to ban various won't-be-allowed-when-we-enable-C++20 constructs (we should ban in advance of announcing C++20 availability, since all platforms now build in C++20 mode and it's easy for people to sneak these in). Bug: 1284275 Change-Id: I8b90c4bbd14dd2202486688220166225eb44cbec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4246721 Owners-Override: danakj <[email protected]> Auto-Submit: Peter Kasting <[email protected]> Reviewed-by: danakj <[email protected]> Commit-Queue: Peter Kasting <[email protected]> Cr-Commit-Position: refs/heads/main@{#1105710}
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.