commit | b94e1432cba6670b6ac6f54060ddca448912021b | [log] [tgz] |
---|---|---|
author | Hiroki Nakagawa <nhiroki@chromium.org> | Tue Mar 05 05:26:20 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 05 05:26:20 2024 |
tree | d8077b83364ef03422e125c80707af6a8d2cdc88 | |
parent | f89f279413f4a03fbc58192585f4919f3d6e44d4 [diff] |
Preloading: Fix code style on AutocompleteActionPredictor - Initialize class members in the header file. - Initialize raw_ptr<T> with nullptr: https://source.chromium.org/chromium/chromium/src/+/main:base/memory/raw_ptr.md;l=8;drc=1d4a57ccfee1e2f26ae00d0ce20118f291f3566d - Use `{}` on all conditionals/loops: https://source.chromium.org/chromium/chromium/src/+/main:styleguide/c++/c++.md;l=66;drc=cd92bd20077287b6690159d40343b1fa1f27b666 Bug: n/a Change-Id: I177b209f271088ecc71d281fdf3aef38ad320e8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5340775 Reviewed-by: Huanpo Lin <robertlin@chromium.org> Commit-Queue: Taiyo Mizuhashi <taiyo@chromium.org> Auto-Submit: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by: Taiyo Mizuhashi <taiyo@chromium.org> Cr-Commit-Position: refs/heads/main@{#1268259}
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.