commit | f27844b66622d607944c54ec9021e896d6dc823a | [log] [tgz] |
---|---|---|
author | Jan Wilken Dörrie <[email protected]> | Thu Mar 11 23:18:48 2021 |
committer | Chromium LUCI CQ <[email protected]> | Thu Mar 11 23:18:48 2021 |
tree | 9bb7709251521e5bd8a3c4333a06e9b2f471abff | |
parent | 59bde5cf67116ad4be60e2c60c8c829c41bf67a6 [diff] |
[LSC] Replace base::string16 with std::u16string in //cr/browser/[a-g]* This change replaces base::string16 with std::u16string in //chrome/browser/[a-g]*. Reproduction steps: $ git grep -lw 'base::string16' chrome/browser/[a-g]* | \ xargs sed -i 's/\bbase::string16\b/std::u16string/g' $ git cl format Bug: 1184339 Change-Id: I96c5d1d797ba9d1a2b4a39247f10667dd0305f4f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2751104 Commit-Queue: Jan Wilken Dörrie <[email protected]> Commit-Queue: Daniel Cheng <[email protected]> Owners-Override: Daniel Cheng <[email protected]> Auto-Submit: Jan Wilken Dörrie <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Cr-Commit-Position: refs/heads/master@{#862182}
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.