commit | 05d1fd9d1f1c9143d5a764821b6b1c1d1d819ba5 | [log] [tgz] |
---|---|---|
author | Kalvin Lee <kdlee@chromium.org> | Tue Apr 15 19:01:30 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 15 19:01:30 2025 |
tree | ab5f499138aa92473cd3a173da7e55408feee14b | |
parent | 0b922d73881e2ec8ea6982dd3a80cd5947a5f87d [diff] |
spanify: Renewed arrayification (X/43) This CL is part of the wider spanification / arrayification effort [1] and does not (intentionally) introduce behavioral change. It applies the `std::array` rewrite to components/omnibox/browser as close as possible to the output directly written by `spanify`, with no hand-rolled fixes (except where rebasing would require). This change (and its siblings taken together) is thought not to cause any measurable perf regressions [2]. [1] https://issues.chromium.org/356643982 [2] https://docs.google.com/document/d/1jughaR6JKn7T-dDjMou10awyNkhE5T-vLY_K2YMqHE4/edit?tab=t.0#heading=h.r2eguxl5lhu7 This CL was uploaded by an experimental version of git cl split (https://crbug.com/389069356). Bug: 406029216 Change-Id: I4179dd64c801389a0daa2ac0552e01fcd83f94f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6433511 Reviewed-by: Yuki Shiino <yukishiino@chromium.org> Reviewed-by: Alex Gough <ajgo@chromium.org> Commit-Queue: Alex Gough <ajgo@chromium.org> Owners-Override: Alex Gough <ajgo@chromium.org> Auto-Submit: Kalvin Lee <kdlee@chromium.org> Cr-Commit-Position: refs/heads/main@{#1447277}
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.