1. 9cf45f6 Use plural formats and native digits by jshin · 8 years ago
  2. 8daecf7 Change ReplaceStringPlaceholders() to allow only up to 9 placeholders. by sergeyu · 8 years ago
  3. 729ef58 Implement IsAsciiUpper and IsAsciiLower in base/strings/string_util.h and remove duplicate code in the code base. by zhongyi · 8 years ago
  4. cc8e4d8 Convert //base to use std::unique_ptr by dcheng · 8 years ago
  5. 055896e StringToUint should output zero on negative numbers. by davidben · 9 years ago
  6. 23d169f Refactor StringPiece hash. by bnc · 9 years ago
  7. 946ef56 Allow string::front() and back() and update the codebase to use back(). by pkasting · 9 years ago
  8. f8b29b7 Allow std::unordered_*. by davidben · 9 years ago
  9. d55b243 Revert of Allow std::unordered_*. (patchset #15 id:280001 of https://codereview.chromium.org/1502373009/ ) by davidben · 9 years ago
  10. 6e60ccf Allow std::unordered_*. by davidben · 9 years ago
  11. e3f32b1 Don't unnecessarily copy strings by arjanl · 9 years ago
  12. a6a6a68 Switch to standard integer types in base/. by avi · 9 years ago
  13. ab91a98 Switch to standard integer types in base/strings/. by avi · 9 years ago
  14. 3f83f16 Remove kint32max. by avi · 9 years ago
  15. 1ebbfb9 clang/win: Let some chromium_code targets build with -Wextra. by thakis · 9 years ago
  16. b6894c1 base: get rid of deprecated TrimWhitespace() function by tfarina · 9 years ago
  17. 5853c89 Remove kint64min. by avi · 9 years ago
  18. 486c61f Switch to static_assert in base/. by avi · 9 years ago
  19. 0c887d0 base: Remove deprecated CaseInsensitiveCompareDeprecated struct. by tfarina · 9 years ago
  20. 8b7b117 include what you use: errno.h and string.h in base/ by mostynb · 9 years ago
  21. 1086b85 Update StringPrintfTest.Invalid for VS 2015 by brucedawson · 9 years ago
  22. 9a84a6a Annotate more functions with _Printf_format_string_ by brucedawson · 9 years ago
  23. 99e15a1 Make base::IsUnicodeWhitespace('\0') return false. by eroman · 9 years ago
  24. 3802b99 Use #if DCHECK_IS_ON() in base/strings/string_piece.* by olli.raula · 9 years ago
  25. d7e5dfd Detecting and fixing stringprintf.h format bugs by brucedawson · 9 years ago
  26. 706aa6d Optimise IntToString by avoiding string allocation. by ricea · 9 years ago
  27. 07deca2 Switch IntToStringT to base/numerics by jschuh · 9 years ago
  28. db0b297 Update Crashpad to 1a770c8237733e2f68bd506a99d05d82fe25fc6b by mark · 9 years ago
  29. 81b2226 Updates to StringSplit implementation by brettw · 9 years ago
  30. 7614aae Updates to base unittests so they run correctly in libchrome on Android by arihc · 9 years ago
  31. 25aa857 Remove remaining legacy SplitString calls. by brettw · 9 years ago
  32. 5f102e2 Convert remaining StringToLowerASCII to ToLowerASCII. by brettw · 9 years ago
  33. 19c7d09 Remove outdated versions of StartsWith and EndsWith from string_util.cc by iceman · 9 years ago
  34. 42a052e RFC 2459 name comparison. by mattm · 9 years ago
  35. 34ca1de Default to 1 when --force-device-scale-factor has an invalid value. by thestig · 9 years ago
  36. 54cd33b Replace StringToLowerASCII with base::ToLowerASCII by brettw · 9 years ago
  37. 1eaf1bb StringPiece shouldn't "fix" out-of-order iterators. by brettw · 9 years ago
  38. e37e133 Make UTF16ToASCII and UTF16TOUTF8 take a StringPiece by brettw · 9 years ago
  39. f5d6ebc Unify LowerCaseEqualsASCII and EqualsASCII functions. by brettw · 9 years ago
  40. bbc8f45 Remove legacy StartsWithASCII function. by brettw · 9 years ago
  41. ad74306 Remove some legacy versions of StartsWith and EndsWith. by brettw · 9 years ago
  42. 71aab99 Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #6 id:100001 of https://codereview.chromium.org/1239493005/) by yosin · 9 years ago
  43. 802d8f1 Remove some legacy versions of StartsWith and EndsWith. by brettw · 9 years ago
  44. 95fd67b Move ReplaceStringPlaceholders to base namespace. by brettw · 9 years ago
  45. aadbc2d Move JoinString to the base namespace. by brettw · 9 years ago
  46. fa2dbaf Revert of Move JoinString to the base namespace (patchset #9 id:160001 of https://codereview.chromium.org/1223153003/) by hongchan · 9 years ago
  47. 76040f7 Move JoinString to the base namespace. by brettw · 9 years ago
  48. 1693429 Remove CaseInsensitiveCompare from string_util.h by brettw · 9 years ago
  49. a09d607 Replace base::str[n]casecmp with helper functions. by brettw · 9 years ago
  50. 90cd231 Remove base::strncmp16. by brettw · 9 years ago
  51. 5592d2c Add a FoldCase function, improve ToLower/ToUpper. by brettw · 9 years ago
  52. b9a16fd Move WriteInto to base namespace. by Brett Wilson · 9 years ago
  53. 7872999 Replace remaining Tokenize calls to SplitString by brettw · 9 years ago
  54. 20e04ed Move MatchPattern to its own header and the base namespace. by brettw · 9 years ago
  55. 9aab369 New new versions of Starts/EndsWith and SplitString in net. by brettw · 9 years ago
  56. 9630e65 Update base::StartsWith calls to new form. by brettw · 9 years ago
  57. 516ad63 Add more string_util functions to base namespace. by brettw · 9 years ago
  58. 5390168 Fix -INT_MIN integer overflow in string_number_conversions.cc. by tnagel · 9 years ago
  59. 5259e15 Replace some Tokenize calls with SplitString. by brettw · 9 years ago
  60. 6ff92f6 Move more string_util functions to base namespace. by brettw · 9 years ago
  61. e1daa97 Write new Starts/EndsWith and convert FilePath functions to StringPiece. by brettw · 9 years ago
  62. 8ecec01 Move EndsWith to base namespace. by brettw · 9 years ago
  63. 01ec2cc Add new SplitString backend. by brettw · 9 years ago
  64. 51bf92a Move StartsWith[ASCII] to base namespace. by brettw · 9 years ago
  65. 8a19409 Move EqualsASCII to the base namespace. by brettw · 9 years ago
  66. f96d0b1 Remove ToUnsigned template. by brettw · 9 years ago
  67. 7937bb7 Move LowerCaseEqualsASCII to base namespace by brettw · 9 years ago
  68. bb5442f Move StringToUpperASCII to base namespace by brettw · 9 years ago
  69. 0dae636 base: Remove the remaining usage of GG_(U)INTn_C macros. by tfarina · 9 years ago
  70. 111dc91 Revert of Create net::FormatOriginForDisplay helper function. (patchset #8 id:140001 of https://codereview.chromium.org/1133943002/) by palmer · 9 years ago
  71. af95637 Create net::FormatOriginForDisplay helper function. by palmer · 9 years ago
  72. cb5bea9 Reland "Enable libc++ on Android" by jdduke · 9 years ago
  73. 10a28a7 base/test/launcher: Don't trim leading whitespace from test output by nick · 9 years ago
  74. d6c5a18 Declare string16 traits’ move() correctly. by Mark Mentovai · 10 years ago
  75. aef326a Fix SysStrings unit test failure on Chromecast by halliwell · 10 years ago
  76. a7ea666 base: Use more specific CHECK macros for comparisons. by danakj · 10 years ago
  77. 651c3e2 base: Add/Fix namespace closing comments. by danakj · 10 years ago
  78. c0137a1 Optimize implementation of "replace substrings after offset" utility function to by pkasting · 10 years ago
  79. 9379f9e Revert of Enable libc++ on Android (patchset #16 id:460001 of https://codereview.chromium.org/835633003/) by jam · 10 years ago
  80. b96e69d Enable libc++ on Android by jdduke · 10 years ago
  81. 3025e8b Revert "Enable positional parameters for base::vsnprintf and base::vswprintf on Windows." by thakis · 10 years ago
  82. 25a8437 Fix variable shadowing warning in safe_sprintf in VS2015 by scottmg · 10 years ago
  83. d5bfc9b Make wstring StringPrintf() functions Windows only. by thestig · 10 years ago
  84. 38180d2 Generalizing conditional compilation logic for systems with native utf8 locale. by halliwell · 10 years ago
  85. 7bd59c2 Remove GG_VA_COPY in favor of va_copy by scottmg · 10 years ago
  86. d17052c Cleanup: Get rid of base::ASCIIToWide(). by thestig · 10 years ago
  87. 9410094 Made sizeof code simpler and more obviously correct. by brucedawson · 10 years ago
  88. 86ebb5f Avoid a string copy in URLRequestResourceBundleJob::GetData(). by jyasskin · 10 years ago
  89. 21eccd9 Align base::hash_map with C++11, part 2. by davidben · 10 years ago
  90. dd7aaa0 Cleanup: Better constify some strings in base. by thestig · 10 years ago
  91. f0f4ddb Remove trivially-true DEBUG_CHECKs in safe_sprintf.cc by cmasone · 10 years ago
  92. 4e377e6 SafeSPrintf: use C++ variadic template by jln · 10 years ago
  93. a3f9eff Convert ARRAYSIZE_UNSAFE -> arraysize in base/. by viettrungluu · 10 years ago
  94. ea6269b Implement fast path in {Wide|UTF16}ToUTF8 for pure ASCII strings by Mikhail Naganov · 10 years ago
  95. 9043c4e Fix more disabled MSVC warnings, base/ edition. by pkasting · 10 years ago
  96. 558eee8 Implement fast path in UTF8ToUTF16 for pure ASCII strings by Mikhail Naganov · 10 years ago
  97. 0b483b9 Use of base::StringPairs appropriately in base by mohan.reddy · 10 years ago
  98. f22bfd6 Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..." by brettw@chromium.org · 10 years ago
  99. e7dd06e Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace by brettw@chromium.org · 10 years ago
  100. 4cca6ea Require the result of StringPrintf to be used. by ricea@chromium.org · 10 years ago