commit | 5a2460054a4507fb48d74fc406d631022a78f33e | [log] [tgz] |
---|---|---|
author | Helmut Januschka <helmut@januschka.com> | Mon Mar 04 21:58:43 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 04 21:58:43 2024 |
tree | 6dd6330c54f51b1ce1bcc215129973b4565a15ec | |
parent | 59137a3f69e14a8149a45fbe4a258bc45402b0d9 [diff] |
kcer: base::StringPiece -> std::string_view also refactors absl::optional to std::optional since it is banned and going for string view makes PRESUBMIT to fail Bug: 691162 Bug: 40288126 Change-Id: Ibf6fe91617f1758e3540d064b649ec4aca3f5b69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5318101 Commit-Queue: Helmut Januschka <helmut@januschka.com> Reviewed-by: Gavin Williams <gavinwill@chromium.org> Reviewed-by: Pavol Marko <pmarko@chromium.org> Cr-Commit-Position: refs/heads/main@{#1268074}
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.