1. eb62f726 base: Update the include paths of base/string_piece.h to its new location. by [email protected] · 12 years ago
  2. a3f72189 Move utf_offset_string_conversions and utf_string_conversion_utils to strings. by [email protected] · 12 years ago[Renamed (98%) from base/utf_offset_string_conversions_unittest.cc]
  3. cbf35e17 Add UTF16ToUTF8AndAdjustOffset() to base/. by [email protected] · 14 years ago
  4. 04866c4 Eliminate wstring from base/utf_offset_string_conversions.h, net/base/escape.h, and net/base/net_util.h, and reduce the API surfaces in various places slightly where possible. by [email protected] · 14 years ago
  5. 421de2ab Add multiple-offset versions of the various URL reformatting functions. Fixed a couple of erroneous unit tests of offsets into username/password. by [email protected] · 14 years ago
  6. f7b09de Revert 81343 - Add multiple-offset versions of the various URL reformatting functions. Fixed a couple of erroneous unit tests of offsets into username/password.Note: This does not complete the work required for 78153 -- tis but the first 2/3rds.BUG=78153TEST=Many unit tests updated and added.Review URL: http://codereview.chromium.org/6822038 by [email protected] · 14 years ago
  7. a47f8ea Add multiple-offset versions of the various URL reformatting functions. Fixed a couple of erroneous unit tests of offsets into username/password. by [email protected] · 14 years ago
  8. 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] · 15 years ago
  9. 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