commit | ae2b9d0c43fa8e70cc992f690b2c05982f32c609 | [log] [tgz] |
---|---|---|
author | Alexander Cooper <alcooper@chromium.org> | Mon Jan 06 20:50:39 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 06 20:50:39 2025 |
tree | 5dfbf2bb1f5450dde07ec491c27398aba570c7ad | |
parent | 37104faffdc89eff94471eb3a84ce5320d1d0fce [diff] |
[CodeHealth] Use std::array in DecomposedTransform Convert T[N]->std::array<T, N>. This will allow removing more `allow_unsafe_buffer` pragmas in files that consume decomposed_transform as well as matching it to the new recommended guidance from: https://chromium.googlesource.com/chromium/src/+/main/docs/unsafe_buffers.md#use-of-std_array Bug: 351564777 Change-Id: Id37b986cfb1f3b2f4ba565e317530cf780f1db24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6148932 Reviewed-by: Ian Vollick <vollick@chromium.org> Commit-Queue: Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/main@{#1402606}
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.