commit | 522370fb5f2b8ec0719a3752bcac4897164dd32d | [log] [tgz] |
---|---|---|
author | Jan Wilken Dörrie <[email protected]> | Fri Apr 16 17:22:39 2021 |
committer | Chromium LUCI CQ <[email protected]> | Fri Apr 16 17:22:39 2021 |
tree | 862b414f8db5c6e533c6317ee978f19cf44fb752 | |
parent | e6a9e2cea3408fb94630fb148bd7ef8004476add [diff] |
[LSC] Disallow base::ASCIIToUTF16("...") outside of tests This change modifies base::ASCIIToUTF16 to cause compilation errors when it is used with a string constant outside of tests. Instead, callers should just use a UTF16 literal (u"...") instead. Bug: 1189439 Change-Id: If6650eb69ce7de5c5f371b6b6003705aaf508393 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2826458 Commit-Queue: Daniel Cheng <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Owners-Override: Daniel Cheng <[email protected]> Cr-Commit-Position: refs/heads/master@{#873352}
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.