1. be16cf2 Upstream android string implementation etc. by [email protected] · 14 years ago
  2. 7a3b263a Localize strings, speeds. by [email protected] · 14 years ago
  3. 55b77ceb Support more than 9 arguments for ReplaceStringPlaceholders() by [email protected] · 14 years ago
  4. a724cebd wstring: remove wstring version of RemoveChars by [email protected] · 14 years ago
  5. cf81d2d wstring: remove wstring version of TrimWhitespace by [email protected] · 14 years ago
  6. 1e5a0922 Revert 82405 - Support more than 9 arguments for ReplaceStringPlaceholders()- support more than 9 arguments ($1, $2, $3, ..., $9 and $10, $11, $12, ...) for ReplaceStringPlaceholders()- add the unittest named ReplaceStringPlaceholdersMoreThan9Replacements for testing more than 9 arguments for ReplaceStringPlaceholders()BUG=16963TEST=string_util_unittest:StringUtilTest.ReplaceStringPlaceholdersMoreThan9ReplacementsPatch by [email protected] URL: http://codereview.chromium.org/6877008 by [email protected] · 14 years ago
  7. 65b10ba Support more than 9 arguments for ReplaceStringPlaceholders() by [email protected] · 14 years ago
  8. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  9. 6775e40a Change other usages of .size() to .empty() when applicable. by [email protected] · 14 years ago
  10. f6b8ce3 Pure pedantry: Replace all ".size() == 0" with ".empty()". by [email protected] · 14 years ago
  11. 1732931 Move ElideString() from base/string_util.cc to app/text_elider.cc to by [email protected] · 15 years ago
  12. 864b558 This CL add a GetInstance() method to singleton classes instead of relying on the callers to use Singleton<T>. by [email protected] · 15 years ago
  13. b87c4a7 base: Move StringSplitAlongWhitespace to string_split.h by [email protected] · 15 years ago
  14. 31fae38c Fix clang build by moving ToLowerASCII into base namespace. by [email protected] · 15 years ago
  15. 07f1cee base: Move CaseInsensitiveCompare traits into the base namespace. by [email protected] · 15 years ago
  16. 0f337f0 base: remove various unused string utility functions by [email protected] · 15 years ago
  17. 5ab19bb fixes issue 52839 (MatchPattern timeout) by [email protected] · 15 years ago
  18. 0376e36 Add DCHECK for misused string resources. by [email protected] · 15 years ago
  19. 99b7c57f Implemented VLOG() et al. by [email protected] · 15 years ago
  20. 4e5ae20f base: Finish moving the SplitString functions from string_util.h to string_split.h by [email protected] · 15 years ago
  21. 7594f6d base: Move SplitStringDontTrim functions from string_util.h to string_split.h by [email protected] · 15 years ago
  22. 4493574 Make the glob matcher support UTF8 strings. by [email protected] · 15 years ago
  23. e8478ae base: Move SplitStringUsingSubstr functions from string_util.h to string_split.h by [email protected] · 15 years ago
  24. e8450483 Add an accordian effect to NTP. by [email protected] · 15 years ago
  25. 7b83a10 Convert FormatBytes to string16. by [email protected] · 15 years ago
  26. c3265d8 Revert "Convert FormatBytes to string16." by [email protected] · 15 years ago
  27. 016d78d Convert FormatBytes to string16. by [email protected] · 15 years ago
  28. e6811ed5 Move StringPrintf into its own file and use the base namespace. Currently this has using by [email protected] · 15 years ago
  29. c9c07779 Remove number conversion functions from string_util. These moved to string_number_conversions. by [email protected] · 15 years ago
  30. f1d8192 Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it by [email protected] · 15 years ago
  31. a89dc1ed Made changes to TruncateUtF8ToByteSize to cleanup the code. by [email protected] · 15 years ago
  32. 81e02d75 Add Tokenize() for StringPiece. by [email protected] · 15 years ago
  33. d06e3e0 Add a method that truncates strings to the end point of a valid UTF8 character, leaving the string's size to be less than or equal to a specified byte size. by [email protected] · 15 years ago
  34. 8c76ae2 Use HttpRequestHeaders for extra_headers. BUG=22588 by [email protected] · 15 years ago
  35. 26cfaf5 Rejigger how we format the display of bytes. by [email protected] · 15 years ago
  36. 270c641 Reland r42300: "HttpRequestHeaders refactor." by [email protected] · 15 years ago
  37. ab34ee5 Revert "Reland r42300: "HttpRequestHeaders refactor.""" by [email protected] · 15 years ago
  38. aa98311 Reland r42300: "HttpRequestHeaders refactor."" by [email protected] · 15 years ago
  39. ea4a1d0 Revert r42300: "HttpRequestHeaders refactor." by [email protected] · 15 years ago
  40. a6b4150d HttpRequestHeaders refactor. by [email protected] · 15 years ago
  41. bce55e27 Make IsStringUTF8 reject (U+FDD0 .. U+FDEF) by [email protected] · 15 years ago
  42. ef12239 This CL addresses 2 issues: by [email protected] · 16 years ago
  43. 225c8f5 linux: build with -Wextra by [email protected] · 16 years ago
  44. 0443f912 Implement RemoveChars, a function to remove a list of characters from a string, and use it in PhoneNumber to remove extra phone number characters. by [email protected] · 16 years ago
  45. 858d4887 Revert 36459 - Breaks 7 WebKit tests by [email protected] · 16 years ago
  46. 548a6c0 Changes are: by [email protected] · 16 years ago
  47. 0bedb8a This CL contains the back-end implementation of the translate feature. It adds a Translate method to the renderer. by [email protected] · 16 years ago
  48. 022eab6 Mac: UI tweaks for task manager. by [email protected] · 16 years ago
  49. 9d6a8a9 Make JoinString implementation match prototype. by [email protected] · 16 years ago
  50. 6c17851 Implement ContactInfo, the FormGroup that stores contact information. by [email protected] · 16 years ago
  51. 969f815e Add StringPrintV, fix libxml_utils.cc to use it by [email protected] · 16 years ago
  52. c5a7248 Fixes to the string MatchPattern functions: by [email protected] · 16 years ago
  53. d09ef157 Ignore UTF-8's BOM when parsing userscript's metadata. by [email protected] · 16 years ago
  54. 81a7e67 Add 64bit support by [email protected] · 16 years ago
  55. 6657afa6 Add first class support for user scripts. by [email protected] · 16 years ago
  56. 08daf05 Convert ReplaceStringPlaceholders(std::string...) to take a by [email protected] · 16 years ago
  57. 20b2431 Add more string16 variants. by [email protected] · 16 years ago
  58. 24d4f62 Add string16 support for LowerCaseEqualsASCII, StartsWith, and EndsWith. by [email protected] · 16 years ago
  59. 866ba3fc Re-attempt r28993 by [email protected] · 16 years ago
  60. fbe88c1 Reverting 28993. Review URL: http://codereview.chromium.org/267100 by [email protected] · 16 years ago
  61. 40fc3d2 Add string16 support for TrimString, TrimWhitespace, and CollapseWhitespace. by [email protected] · 16 years ago
  62. d6e58c6e Remove the dependency on i18n/icu_string_conversions from base/string_util.h. by [email protected] · 16 years ago
  63. b4d8f2090 Implement the missing memory information functions that memory_test uses. by [email protected] · 16 years ago
  64. e4dad5bd Add a version of ReplaceStringPlaceholders that operates on std::string by [email protected] · 16 years ago
  65. 8a16266e Move StringPiece into the base namespace. It is colliding by [email protected] · 16 years ago
  66. 996fd70 Strip .plugin off of Mac plugin names when showing the crash info bar. by [email protected] · 16 years ago
  67. afc48937 Fix a bug where we reused a va_list across multiple calls. by [email protected] · 16 years ago
  68. ad9d93ea Print more info in IsStringASCII assertions. by [email protected] · 16 years ago
  69. 641cbaa Rewrite StringToInt traits for dealing with non-32-bit longs. by [email protected] · 16 years ago
  70. 16e97f7 Move base::va_copy from a function to a macro. by [email protected] · 16 years ago
  71. 9e4142b Move TrimWhitespaceUTF8 back to string_util_utf8.cc by [email protected] · 16 years ago
  72. 1d5980a Move TrimWhitespaceUTF8 from string_util_icu to string_util. by [email protected] · 16 years ago
  73. ce494a31 GTK: Implement BlockedPopupContainerView for linux. by [email protected] · 16 years ago
  74. 46878fb9 add CollapseWhitespaceASCII by [email protected] · 16 years ago
  75. 2423881b Move a few functions commonly called with char* to StringPiece. by [email protected] · 16 years ago
  76. d36519b Add JSON-specific escaping, which has different rules from JS escaping.BUG=http://crbug.com/11431TEST=base_unittests.exe --gtest_filter=StringEscapeTest.Json* by [email protected] · 16 years ago
  77. dff6d13 Re-land of earlier NTP theme patch; now with mac and linux compatibility. by [email protected] · 16 years ago
  78. c07cfb80 Add match count text to the GTK find bar. This also makes the bar wider. by [email protected] · 16 years ago
  79. 7be0e17 Retry r16006. by [email protected] · 16 years ago
  80. 7746aca Undo 16020 by [email protected] · 16 years ago
  81. 0078ffb Allow the new tab page to be themed (you may want to review DOMUIThemeSource as a whole and not just these changes). by [email protected] · 16 years ago
  82. 144199d revert r16006 due to msvc warning. by [email protected] · 16 years ago
  83. a8f9148 Properly convert from UTF8 to UTF16 in WebTextInputImpl. by [email protected] · 16 years ago
  84. d922242 Convert the internal GetStringF to use string16. This saves a by [email protected] · 16 years ago
  85. ced67512 Clean up another string template by [email protected] · 16 years ago
  86. 90f933a Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85 (Take 2) by [email protected] · 16 years ago
  87. 4c4d8d2 Convert NavigationEntry title to string16. TabContents::GetTitle no longer needs by [email protected] · 16 years ago
  88. 8e50b60 revert broken change 10833 by [email protected] · 16 years ago
  89. 3a79b3c Port DictionaryValue to use string16 instead of wstring. by [email protected] · 16 years ago
  90. 6470ee8f Revert dsh's change 10818 by [email protected] · 16 years ago
  91. 32c1471 Port DictionaryValue to use string16 instead of wstring. by [email protected] · 16 years ago
  92. 52a261f NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance). by [email protected] · 16 years ago
  93. dbf476d Port Replace(First)SubstringsAfterOffset to string16. by [email protected] · 16 years ago
  94. 41fb1d7 Get rid of wstring variants of StringToFoo. by [email protected] · 16 years ago
  95. 64340b1 Revert "Revert "ASCII <-> UTF16 conversion functions. These are just copies of WideToASCII and"" by [email protected] · 16 years ago
  96. 55150c49 Revert "ASCII <-> UTF16 conversion functions. These are just copies of WideToASCII and" by [email protected] · 16 years ago
  97. d9d709e ASCII <-> UTF16 conversion functions. These are just copies of WideToASCII and by [email protected] · 16 years ago
  98. b5df94e Reverting 10456. Review URL: http://codereview.chromium.org/28180 by [email protected] · 16 years ago
  99. 0676a96 Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85 by [email protected] · 16 years ago
  100. 0b7c092 Introduce UrlPattern. This is basically me resuming work on by [email protected] · 17 years ago