commit | 164e7be3aebce8074685c08fe797e612657a528c | [log] [tgz] |
---|---|---|
author | Din Nezametdinov <shaikhitdin@google.com> | Mon Nov 25 21:01:55 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 25 21:01:55 2024 |
tree | 5c37b373c9295c8238c9ec5f9f0fb5759fda19fd | |
parent | 73938d1dcfc43021601221caeacd6294064be36d [diff] |
[CodeHealth] Replace raw pointer char array to span of string_view Replace raw pointer to the const array to raw_span of string_view's. Even though the raw_ptr is not really needed here since the constants outlive the pointers, apply go/totw/140 and https://chromium.googlesource.com/chromium/src/+/HEAD/docs/unsafe_buffers.md where possible. Bug: 346693900, 346693599 Change-Id: I9610e3ab4821a474b88f585ad2ad8e39f18223a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6050095 Reviewed-by: Joe DeBlasio <jdeblasio@chromium.org> Commit-Queue: Din Nezametdinov <shaikhitdin@google.com> Cr-Commit-Position: refs/heads/main@{#1387791}
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.