commit | 5aad5c26f615f67c3577c03cb54254867cdf9730 | [log] [tgz] |
---|---|---|
author | Jan Wilken Dörrie <[email protected]> | Mon Mar 08 21:44:12 2021 |
committer | Chromium LUCI CQ <[email protected]> | Mon Mar 08 21:44:12 2021 |
tree | c9f037eaf75e12b673a4f0568b0071585961e0b7 | |
parent | 9a328c65ef46f2b9edb642a78f62ab90742dda7d [diff] |
[LSC] Replace base::char16 with char16_t in //url This change replaces usages of base::char16 with char16_t in //url. Note: url/third_party/mozilla/README.chromium doesn't need to be modified, since it already states that url_parse.cc is merely based on Mozilla's nsURLParsers.cc Bug: 1184339 Change-Id: Ida012ba10f53ac11aaefa9542af0cf3b6f7d1a32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2742826 Commit-Queue: Jan Wilken Dörrie <[email protected]> Owners-Override: Jan Wilken Dörrie <[email protected]> Auto-Submit: Jan Wilken Dörrie <[email protected]> Reviewed-by: Peter Kasting <[email protected]> Cr-Commit-Position: refs/heads/master@{#860872}
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.