commit | 5eb5cfc65e760b4f21518342913b2c2ef3236622 | [log] [tgz] |
---|---|---|
author | Solomon Kinard <solomonkinard@chromium.org> | Mon Apr 29 14:28:19 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 29 14:28:19 2024 |
tree | 29dadbfe6b1fb20b384ac29fccaa2f275ac1fce9 | |
parent | e4c90bb936d890ee5301b6c3c6e2039caa4a9088 [diff] |
Extensions: CodeHealth: Give enums some class Enum should be declared with class: https://g3doc.corp.google.com/devtools/library_club/g3doc/totw/86.md Enums should be named like constants with a leading lowercase character: https://google.github.io/styleguide/cppguide.html#Enumerator_Names Tricium recommends emplace_back: crrev.com/c/5492183/2/extensions/browser/image_loader.cc#257 Bug: None Change-Id: I6de7958a7d251e3d744e05bb910f62c5e89d2805 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5492183 Reviewed-by: Finnur Thorarinsson <finnur@chromium.org> Reviewed-by: Devlin Cronin <rdevlin.cronin@chromium.org> Reviewed-by: Moe Ahmadi <mahmadi@chromium.org> Reviewed-by: Daniel Murphy <dmurph@chromium.org> Commit-Queue: Solomon Kinard <solomonkinard@chromium.org> Cr-Commit-Position: refs/heads/main@{#1293670}
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.