commit | 5e492d33be3962c4889867c6691aca7f94d2637f | [log] [tgz] |
---|---|---|
author | Hong Xu <[email protected]> | Thu Jul 27 21:38:46 2023 |
committer | Chromium LUCI CQ <[email protected]> | Thu Jul 27 21:38:46 2023 |
tree | cac93bc5986cc61516f7e956df6a5c7856ebb07f | |
parent | 5084692eaa0bfeb7cbc4e0547c6d6605ac3d43ac [diff] |
Use std::string_view instead of base::StringPiece Based on crrev.com/c/4294483, it sounds like the current guideline is to use `std::string_view`. Bug: None Change-Id: I5e5f6baa6ca45ab0ef79f6021a8fde0434b5f333 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4724955 Reviewed-by: danakj <[email protected]> Reviewed-by: David Benjamin <[email protected]> Commit-Queue: Hong Xu <[email protected]> Cr-Commit-Position: refs/heads/main@{#1176298}
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.