Sign in
chromium
/
chromium
/
src
/
bc5e77c1c456d9ab602816fd7082ef5a4aed22d4
/
base
/
utf_string_conversions_unittest.cc
34f4094
clang/mac: Fix almost all problems when building all.xcodeproj.
by
[email protected]
· 15 years ago
f163393
Header cleanup in base.
by
[email protected]
· 15 years ago
379e7a5
base: string_util.h -> utf_string_conversions.h fix.
by
[email protected]
· 15 years ago
858d4887
Revert 36459 - Breaks 7 WebKit tests
by
[email protected]
· 16 years ago
548a6c0
Changes are:
by
[email protected]
· 16 years ago
d7a3e8e
If we can't read a unicode character, write the standard "unknown" (0xFFFD) character. This will prevent security issues where the current behaviour can be used to strip characters out of a string after it has passed some validation.
by
[email protected]
· 16 years ago
b9f9383
Split *AndAdjustOffset() functions into their own header, to restore utf_string_conversions.h to a simple, readable state.
by
[email protected]
· 16 years ago
2500a0f
Clean up recent string conversion function changes, part 1: Remove unnecessary code. Thanks to a change in escape.cc I can basically revert the ICU conversions back to what they used to be; I can also get rid of half the conversions immediately since they aren't used.
by
[email protected]
· 16 years ago
ce85f60
Fix various problems with inline autocomplete and URLs that change length during fixup:
by
[email protected]
· 16 years ago