forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up URL test string conversions.
Originally the url test utils had UTF string conversion functions because we didn't want the library to depend on STL (for embedders). We've not had this limitation for a long time so the UTF16 <--> UTF8 conversion functions can be deleted in favor of the ones in base. The one remaining function which generates possibly-invalid UTF16 (by design) is renamed and clarified for this purpose. Review-Url: https://codereview.chromium.org/2469133002 Cr-Commit-Position: refs/heads/master@{#429688}
- Loading branch information
brettw
authored and
Commit bot
committed
Nov 3, 2016
1 parent
df00084
commit 1b8582f
Showing
5 changed files
with
57 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters