[go: nahoru, domu]

  1. 8d858df9 Make SplitStringUsingSubstr have consistent args. by brettw · 8 years ago
  2. 0e8b35a Don't unnecessarily copy strings by arjanl · 9 years ago
  3. 84f37e1 Switch to standard integer types in base/strings/. by avi · 9 years ago
  4. ce0fbef Updates to StringSplit implementation by brettw · 9 years ago
  5. 83dc161 Remove remaining legacy SplitString calls. by brettw · 9 years ago
  6. c7a4cf4 Update base::StartsWith calls to new form. by brettw · 9 years ago
  7. 977caaa Add new SplitString backend. by brettw · 9 years ago
  8. 0fbbee2 base/test/launcher: Don't trim leading whitespace from test output by nick · 10 years ago
  9. 94219a2 base: Use more specific CHECK macros for comparisons. by danakj · 10 years ago
  10. 8bd66387 Cleanup SplitStringIntoKeyaluePairs implementation. by pneubeck@chromium.org · 11 years ago
  11. d92134c Omnibox: Create DemoteByType Experiment by mpearson@chromium.org · 11 years ago
  12. c851cfd Use a direct include of strings headers in base/. by avi@chromium.org · 11 years ago
  13. a4ea1f1 Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. by avi@chromium.org · 11 years ago
  14. 007b3f8 Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 12 years ago
  15. 69d7f89 Revert "Rewrite std::string("") to std::string(), Linux edition." by dcheng@chromium.org · 12 years ago
  16. e59558b7 Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 12 years ago
  17. 5ae0b763e Move string_split to base/strings. by tfarina@chromium.org · 12 years ago[Renamed (98%) from base/string_split.cc]
  18. 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 pkasting@chromium.org · 12 years ago
  19. 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 pkasting@chromium.org · 13 years ago
  20. a8aa85b Revert r12998 - it broke some media/mime-related layout tests. by dpranke@chromium.org · 13 years ago
  21. 657cab9 When input is "" (or " " with trim_whitespace true), SplitString() should return an empty vector, not a vector of one empty string. by pkasting@chromium.org · 13 years ago
  22. ae13643 Fixing some warning due to different signess of char by kristianm@chromium.org · 13 years ago
  23. ef92071 wstring: remove SplitStringAlongWhitespace for wchar by evan@chromium.org · 13 years ago
  24. dabd6f4 wstring: remove wstring version of SplitString by evan@chromium.org · 14 years ago
  25. d476412 Revert "wstring: remove wstring version of SplitString" by evan@chromium.org · 14 years ago
  26. 4edb6ef wstring: remove wstring version of SplitString by evan@chromium.org · 14 years ago
  27. b87c4a7 base: Move StringSplitAlongWhitespace to string_split.h by tfarina@chromium.org · 14 years ago
  28. b026e35 Reland r62959 without the changes to histogram.cc, in hopes it won't break tab_switching_test, and without the changes to tools_sanity_unittest.cc, which have already been relanded separately. by pkasting@chromium.org · 14 years ago
  29. 89fb65a ** Think this may have caused TabSwitchingTest to fail, as it is parsing log files. ** by tim@chromium.org · 14 years ago
  30. 7f8d21b Convert LOG(INFO) to VLOG(1) - base/. by pkasting@chromium.org · 14 years ago
  31. 0f337f0 base: remove various unused string utility functions by evan@chromium.org · 14 years ago
  32. 76eb024 base: Move SplitString functions into the base namespace and update the callers. by tfarina@chromium.org · 14 years ago
  33. 4e5ae20f base: Finish moving the SplitString functions from string_util.h to string_split.h by tfarina@chromium.org · 14 years ago
  34. 7594f6d base: Move SplitStringDontTrim functions from string_util.h to string_split.h by tfarina@chromium.org · 14 years ago
  35. e8478ae base: Move SplitStringUsingSubstr functions from string_util.h to string_split.h by tfarina@chromium.org · 14 years ago
  36. f163393 Header cleanup in base. by brettw@chromium.org · 14 years ago
  37. 65030370 TTF: Re-enable SplitStringIntoKeyValuePairsTest.EmptyString. Fix the case by jhawkins@chromium.org · 15 years ago
  38. 0477554f Move two generic string split functions from sync API to their own API in base/string_split. by timsteele@google.com · 15 years ago