commit | 0b5d4d38179c0e9208625d4453fd3e496e5075d3 | [log] [tgz] |
---|---|---|
author | Md Hasibul Hasan <hasibulhasan873@gmail.com> | Sat Apr 20 01:00:13 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Apr 20 01:00:13 2024 |
tree | 80cb19e9175458ba2e8c0aff6c8ba2326935b6ef | |
parent | 80107b53869f13df82c163d799d59e3d6f933c6d [diff] |
[Blink] Convert StringPiece to std::string_view in //third_party/blink The changes of this CL are made using the following script with some minor changes. Used printf for writing into files instead of echo as it was not skipping special characters like "\n" and messing up files. Script: https://issues.chromium.org/issues/40506050#comment347 Removed header "base/strings/string_piece.h" Added header "<string_view>" where applicable Replaced base::StringPiece16 with std::u16string_view Replaced base::StringPiece with std::string_view Bug: 40506050 Change-Id: Ie12d796a4f720d214d5c1f35a45bfea9b6cd554f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5462849 Reviewed-by: Kent Tamura <tkent@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/main@{#1290276}
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.