commit | 779c565b8ee98bfef7cd7e8d54069ddbe28d2165 | [log] [tgz] |
---|---|---|
author | Andy Phan <andyphan@chromium.org> | Wed Dec 11 01:21:25 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 11 01:21:25 2024 |
tree | b916ae0dfcc828f2b94d941cc55594b03e71408f | |
parent | df87a3d1d53d07e06f9bbb522d731772a519f417 [diff] |
[CodeHealth] Remove length constexprs in accelerator_table.h Now that all the arrays use std::array, std::array::size() can be used to get the length of the array. Remove the length constexprs. Replace usages in for loops with for-each loops. Change-Id: I8fbb1e7af1f35fb9d152fb67fe0769d49e974699 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6082631 Commit-Queue: Andy Phan <andyphan@chromium.org> Reviewed-by: Jimmy Gong <jimmyxgong@chromium.org> Cr-Commit-Position: refs/heads/main@{#1394617}
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.