commit | 70f0a459d683b68f6b2930a8f6cc1dd624da0c57 | [log] [tgz] |
---|---|---|
author | Jeremy Roman <[email protected]> | Tue May 22 01:37:32 2018 |
committer | Commit Bot <[email protected]> | Tue May 22 01:37:32 2018 |
tree | b3ee4a63b624622473397ad3f561238a17e8ae0c | |
parent | 2c42053157d119ccfa815ac25a81bb28d9e04691 [diff] |
Pass ASCII to url_formatter::IDNToUnicode. The function is explicitly commented to take only ASCII, not UTF-8. Blink does already check this upstream of the call site, but it's both clearer and (marginally) faster to use WebString::Ascii rather than WebString::Utf8. Change-Id: I4d408df75f0c78aa18868240f771c242ebd35902 Reviewed-on: https://chromium-review.googlesource.com/1066594 Reviewed-by: Kentaro Hara <[email protected]> Commit-Queue: Jeremy Roman <[email protected]> Cr-Commit-Position: refs/heads/master@{#560450}
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 .