1. f22bfd6 Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..." by brettw@chromium.org · 10 years ago
  2. e7dd06e Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace by brettw@chromium.org · 10 years ago
  3. 4cca6ea Require the result of StringPrintf to be used. by ricea@chromium.org · 10 years ago
  4. e6d0779 Move StringToLowerASCII to base namespace by brettw@chromium.org · 10 years ago
  5. cb33c35 Fixes for re-enabling more MSVC level 4 warnings: base/ edition #2 by pkasting@chromium.org · 10 years ago
  6. dc52a71 Extend workaround from https://codereview.chromium.org/98403005 to clang/win. by thakis@chromium.org · 10 years ago
  7. 2962b2b Fixes for re-enabling more MSVC level 4 warnings: base/ edition by pkasting@chromium.org · 10 years ago
  8. 4d0eaad Add base::SizeTToString. by wtc@chromium.org · 10 years ago
  9. bd1dc1d Update the class comment for StringPiece to reflect the internal guidance by rch@chromium.org · 10 years ago
  10. b17810f Fix SafeSPrintfTest.Truncation in base_unittests by yang.gu@intel.com · 10 years ago
  11. ca06616 Make various string_util functions take StringPieces instead of char[]. by pkasting@chromium.org · 10 years ago
  12. c9ac5ee Cleanup: Remove EmptyWString and fix bad EmptyString usage. by thestig@chromium.org · 10 years ago
  13. 89f697b Move IsStringUTF8/ASCII to base namespace by brettw@chromium.org · 10 years ago
  14. c2e6990 Cleanup: Get rid of base::WideToUTF16Hack. by thestig@chromium.org · 10 years ago
  15. af5db8a Omnibox: Highlight Matches in URLs Properly by mpearson@chromium.org · 10 years ago
  16. b01bca7 Remove the WCHAR_T_IS_UNSIGNED definition since it is not really useful. Replace its use with a static_cast. by rmcilroy@chromium.org · 10 years ago
  17. a1d306a Cleanup: Get rid of base::UTF16ToWideHack. by thestig@chromium.org · 10 years ago
  18. 32feb47 UTF8 Adjustments for FormatURL(): Fix Overly-Aggressive DCHECK by mpearson@chromium.org · 10 years ago
  19. ecd198e Make FormatUrl Keep Track of Full Transformation by mpearson@chromium.org · 10 years ago
  20. cabf7b6 Removed unneeded include string_util_posix.h. by zvorygin@chromium.org · 10 years ago
  21. 0fa4b88 Eliminate build warnings in base/ for Android x64 by zhenyu.liang@intel.com · 10 years ago
  22. 638e60f Remove two Unicode characters that are not white space per by pkasting@chromium.org · 10 years ago
  23. 9339740 Revert 257524 "Move IsStringASCII/UTF8 to base namespace." by brettw@chromium.org · 10 years ago
  24. 150baa7 Move IsStringASCII/UTF8 to base namespace. by brettw@chromium.org · 10 years ago
  25. 18c0702 Move UTF16ToASCII, remove WideToASCII. by brettw@chromium.org · 10 years ago
  26. 0bc25d5 Fix unreachable code warnings in base/. Found by MSVC warning 4702. by pkasting@chromium.org · 10 years ago
  27. f49157e Remove ContainsOnlyWhitespace from string_util and CollapseWhitespace into to the base namespace by brettw@chromium.org · 10 years ago
  28. 3628f8f Fill out the rest of the StringPiece functions for 16-bit. by brettw@chromium.org · 10 years ago
  29. 69ca492 Cleanup SplitStringIntoKeyaluePairs implementation. by pneubeck@chromium.org · 10 years ago
  30. 9458752 Extend SplitStringIntoKeyValuePairs unit tests. by pneubeck@chromium.org · 10 years ago
  31. b1dac7e Revert 255397 "Fill out the rest of the StringPiece functions fo..." by brettw@chromium.org · 10 years ago
  32. b8ea14b Fill out the rest of the StringPiece functions for 16-bit. by brettw@chromium.org · 10 years ago
  33. 55bf332 Move TrimWhitespace to the base namespace. by brettw@chromium.org · 10 years ago
  34. 667afb9 Remove 'using base::string16;' from base/strings/string16.h and remove temporary by dbeam@chromium.org · 11 years ago
  35. f3927b4 Remove char16 from the global namespace. by avi@chromium.org · 11 years ago
  36. 0e569b9 Remove UTF string conversion functions from the global namespace. by avi@chromium.org · 11 years ago
  37. ce73256 Revert of https://codereview.chromium.org/82963003/ by nkostylev@chromium.org · 11 years ago
  38. 6aa3df1 Cleanup: Make more wstring functions Windows-only. by thestig@chromium.org · 11 years ago
  39. 8750a1c Disable kSSizeMaxConst COMPILE_ASSERT() for Android / Mac / IOS by ch.dumez@samsung.com · 11 years ago
  40. bf9d766 Remove C++11 specific version of SafeSNPrintf() by ch.dumez@samsung.com · 11 years ago
  41. 1f044f3 Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to base namespace. by brettw@chromium.org · 11 years ago
  42. 5b04085 Move more uses of string16 to specify base:: by brettw@chromium.org · 11 years ago
  43. c0b394e Move EmptyString, kWhitespace and the BOM to base. by brettw@chromium.org · 11 years ago
  44. 2153a09 Cleanup: Remove many unused wstring string_utils. by thestig@chromium.org · 11 years ago
  45. b2227ba Cleanup: Fix a typo in string_split.h. by thestig@chromium.org · 11 years ago
  46. 614383c Add support for unsigned int32 in string_number_conversions by zverre@yandex-team.ru · 11 years ago
  47. 9a34eda Switch the offset conversion routines from an "offsets point at characters" by pkasting@chromium.org · 11 years ago
  48. 8c7675e Second attempt at introducing SafeSPrintf(). by markus@chromium.org · 11 years ago
  49. 60c1dd8 Revert "Added a new base::strings::SafeSPrintf() function that can" by tkent@chromium.org · 11 years ago
  50. 1019e40 Disable EmitNULL test for Widows x64. by tkent@chromium.org · 11 years ago
  51. 19559f7 Added a new base::strings::SafeSPrintf() function that can by markus@chromium.org · 11 years ago
  52. bb553a2 Omnibox: Create DemoteByType Experiment by mpearson@chromium.org · 11 years ago
  53. 66c0f91 Use a direct include of strings headers, delete some strings forwarding headers. by avi@chromium.org · 11 years ago
  54. 54bdcc5 Remove "using" from nullable string now that all users are updated. by avi@chromium.org · 11 years ago
  55. 7a81bfc Replace base::NullableString16(bool) usage with default constructor. by darin@chromium.org · 11 years ago
  56. ba896ff Add support using EXPECT_EQ with NullableString16 objects. by darin@chromium.org · 11 years ago
  57. d817965 Move nullable_string16.h to the string subdirectory. by avi@chromium.org · 11 years ago
  58. 83b545f add more string -> unsigned number conversion unit tests (attempt 2) by mostynb@opera.com · 11 years ago
  59. 30230a8 Rename base/hash_tables to base/containers/hash_tables. by brettw@chromium.org · 11 years ago
  60. 68a745c Use a direct include of strings headers in base/. by avi@chromium.org · 11 years ago
  61. d827e3d Move string files in base/ to the string subdirectory. by avi@chromium.org · 11 years ago
  62. 17f6062 Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. by avi@chromium.org · 11 years ago
  63. 5306f25 Move latin1_string_conversions to base by abarth@chromium.org · 11 years ago
  64. 99736ff Revert 201204 "add more string -> unsigned number conversion uni..." by hashimoto@chromium.org · 11 years ago
  65. 38aa270 add more string -> unsigned number conversion unit tests by mostynb@opera.com · 11 years ago
  66. b5801b3 Move utf_string_conversions to strings/ and add namespace. by brettw@chromium.org · 11 years ago
  67. 34da366 Stop overwriting errno in base::StringPrintf, StringAppendV, and StringToDouble. by yusukes@chromium.org · 11 years ago
  68. 93fb0c7 Feeding negative numbers to the HexStringToUInt64 should fail, with output 0 (the closest value in the datatype's range). by mostynb@opera.com · 11 years ago
  69. a5eca15 Avoid C++11 narrowing errors. by raphael.kubo.da.costa@intel.com · 11 years ago
  70. f9488d0 Fix build bustage. by michaeln@google.com · 11 years ago
  71. 57ad1aa Add support for unsigned int64 in string_number_conversions by felipeg@chromium.org · 11 years ago
  72. 8164c2c Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 11 years ago
  73. 3070200 Revert "Rewrite std::string("") to std::string(), Linux edition." by dcheng@chromium.org · 11 years ago
  74. cb5b331 Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 11 years ago
  75. b6d4911 base: Update the include paths of base/string_piece.h to its new location. by tfarina@chromium.org · 11 years ago
  76. efd7ea2 Move string_piece.h to base/strings. by brettw@chromium.org · 11 years ago
  77. 38851ac Update the header guard macro. by wtc@chromium.org · 11 years ago
  78. 63aaf3f Move string_split to base/strings. by tfarina@chromium.org · 12 years ago
  79. 1f67a91 Move sys_string_conversions to base/strings. by brettw@chromium.org · 12 years ago
  80. bc99112 Move utf_offset_string_conversions and utf_string_conversion_utils to strings. by brettw@chromium.org · 12 years ago
  81. abcde5c Move string_number_conversions to base/strings. by brettw@chromium.org · 12 years ago
  82. 2cbc287 Move string tokenizer to base/strings. by brettw@chromium.org · 12 years ago
  83. 34afab2 Move stringize_macros to base/strings. by brettw@chromium.org · 12 years ago