1. 17350d3 Make SplitString() and variants clear their outparam vector. (Note that SplitStringIntoKeyValues() and SplitStringIntoKeyValuePairs() already did this.) This is more in line with what other APIs that take outparams do. by [email protected] · 13 years ago
  2. 4172081 Reland r129998: When input is "" (or " " with trim_whitespace true), SplitString() should return an empty vector, not a vector of one empty string. by [email protected] · 13 years ago
  3. a8aa85b Revert r12998 - it broke some media/mime-related layout tests. by [email protected] · 13 years ago
  4. 657cab9 When input is "" (or " " with trim_whitespace true), SplitString() should return an empty vector, not a vector of one empty string. by [email protected] · 13 years ago
  5. ef92071 wstring: remove SplitStringAlongWhitespace for wchar by [email protected] · 14 years ago
  6. dabd6f4 wstring: remove wstring version of SplitString by [email protected] · 14 years ago
  7. d476412 Revert "wstring: remove wstring version of SplitString" by [email protected] · 14 years ago
  8. 4edb6ef wstring: remove wstring version of SplitString by [email protected] · 14 years ago
  9. b87c4a7 base: Move StringSplitAlongWhitespace to string_split.h by [email protected] · 15 years ago
  10. 0f337f0 base: remove various unused string utility functions by [email protected] · 15 years ago
  11. 4e5ae20f base: Finish moving the SplitString functions from string_util.h to string_split.h by [email protected] · 15 years ago
  12. 7594f6d base: Move SplitStringDontTrim functions from string_util.h to string_split.h by [email protected] · 15 years ago
  13. e8478ae base: Move SplitStringUsingSubstr functions from string_util.h to string_split.h by [email protected] · 15 years ago
  14. 65030370 TTF: Re-enable SplitStringIntoKeyValuePairsTest.EmptyString. Fix the case by [email protected] · 15 years ago
  15. 0477554f Move two generic string split functions from sync API to their own API in base/string_split. by [email protected] · 15 years ago