1. 2a7adab Fix SysStrings unit test failure on Chromecast by halliwell · 10 years ago
  2. a4ea1f1 Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. by [email protected] · 12 years ago
  3. eb62f726 base: Update the include paths of base/string_piece.h to its new location. by [email protected] · 12 years ago
  4. 9fe1a5b Move sys_string_conversions to base/strings. by [email protected] · 12 years ago[Renamed (91%) from base/sys_string_conversions_unittest.cc]
  5. 3ae445e8 Cleanup in base/test. by [email protected] · 14 years ago
  6. ef0d50e Revert 89664 - Cleanup in base/test. by [email protected] · 14 years ago
  7. 4ee840f Cleanup in base/test. by [email protected] · 14 years ago
  8. 6a8f4fa Added a test verifying that TimeFormat:: functions convert by [email protected] · 14 years ago
  9. 379e7a5 base: string_util.h -> utf_string_conversions.h fix. by [email protected] · 15 years ago
  10. 2fdc86a Style cleanup in preparation for auto-linting base/. by [email protected] · 16 years ago
  11. 5ae918a Implement Linux sys_string_conversions using the system APIs. by [email protected] · 16 years ago
  12. 3d5efa16 Revert Linux sys_string_conversion changes. by [email protected] · 16 years ago
  13. 6628d43 Only run the UTF-8 assuming sys conversion tests on Linux. by [email protected] · 16 years ago
  14. fb17d121 Implement Linux sys_string_conversions using the system APIs. by [email protected] · 16 years ago
  15. 52a261f NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance). by [email protected] · 16 years ago
  16. cf7e592 Make String Conversion Unittest x-platform + fix a small bug the tests exposed. by [email protected] · 17 years ago[Renamed (82%) from base/sys_string_conversions_win_unittest.cc]
  17. bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
  18. 4bdaceb4 Move the system string conversion functions from std::string to StringPiece. We often work with char* in the system layer, so this should save extra copying. by [email protected] · 17 years ago
  19. 940c977 Remove the unit tests for the error condition. Vista handles the error differently, so we can't have a consistent repro case. I don't think this is important to test anyway, since the functions are defined to do whatever the OS does. by [email protected] · 17 years ago
  20. 15af80e This is the addition of the system-dependent string conversions. This is just the new code and changing logging to use it. I will change other things to use this and delete the code in string_util in a subsequent pass. by [email protected] · 17 years ago