commit | cf5a6690bc77bb22123e8be79e00461a8890eab9 | [log] [tgz] |
---|---|---|
author | Jan Wilken Dörrie <[email protected]> | Mon Dec 07 20:51:31 2020 |
committer | Chromium LUCI CQ <[email protected]> | Mon Dec 07 20:51:31 2020 |
tree | 66057a58c39e1454916704c0645f78b681da0de2 | |
parent | 6cc15bfdc64df6736a2eebae0a40e2a4e27ccb1f [diff] |
[base] Prepare //mojo and //ipc for string16 switch This change prepares //mojo and //ipc for the upcoming switch of base::string16 to std::u16string by replacing current Windows only usages of base::string16 with std::wstring. Furthermore, it adds a std::wstring specialization of IPC::ParamTraits. Bug: 911896 Change-Id: If09078ba43a381f7210f89bba04a729024812d1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2572842 Reviewed-by: Daniel Cheng <[email protected]> Reviewed-by: Ken Rockot <[email protected]> Commit-Queue: Jan Wilken Dörrie <[email protected]> Cr-Commit-Position: refs/heads/master@{#834355}
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.
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.