- 8d858df9 Make SplitStringUsingSubstr have consistent args. by brettw · 8 years ago
- 0e8b35a Don't unnecessarily copy strings by arjanl · 9 years ago
- 84f37e1 Switch to standard integer types in base/strings/. by avi · 9 years ago
- ce0fbef Updates to StringSplit implementation by brettw · 9 years ago
- 83dc161 Remove remaining legacy SplitString calls. by brettw · 9 years ago
- c7a4cf4 Update base::StartsWith calls to new form. by brettw · 9 years ago
- 977caaa Add new SplitString backend. by brettw · 9 years ago
- 0fbbee2 base/test/launcher: Don't trim leading whitespace from test output by nick · 10 years ago
- 94219a2 base: Use more specific CHECK macros for comparisons. by danakj · 10 years ago
- 8bd66387 Cleanup SplitStringIntoKeyaluePairs implementation. by pneubeck@chromium.org · 11 years ago
- d92134c Omnibox: Create DemoteByType Experiment by mpearson@chromium.org · 11 years ago
- c851cfd Use a direct include of strings headers in base/. by avi@chromium.org · 11 years ago
- a4ea1f1 Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. by avi@chromium.org · 11 years ago
- 007b3f8 Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 12 years ago
- 69d7f89 Revert "Rewrite std::string("") to std::string(), Linux edition." by dcheng@chromium.org · 12 years ago
- e59558b7 Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 12 years ago
- 5ae0b763e Move string_split to base/strings. by tfarina@chromium.org · 12 years ago[Renamed (98%) from base/string_split.cc]
- 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
- 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
- a8aa85b Revert r12998 - it broke some media/mime-related layout tests. by dpranke@chromium.org · 13 years ago
- 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
- ae13643 Fixing some warning due to different signess of char by kristianm@chromium.org · 13 years ago
- ef92071 wstring: remove SplitStringAlongWhitespace for wchar by evan@chromium.org · 13 years ago
- dabd6f4 wstring: remove wstring version of SplitString by evan@chromium.org · 14 years ago
- d476412 Revert "wstring: remove wstring version of SplitString" by evan@chromium.org · 14 years ago
- 4edb6ef wstring: remove wstring version of SplitString by evan@chromium.org · 14 years ago
- b87c4a7 base: Move StringSplitAlongWhitespace to string_split.h by tfarina@chromium.org · 14 years ago
- 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
- 89fb65a ** Think this may have caused TabSwitchingTest to fail, as it is parsing log files. ** by tim@chromium.org · 14 years ago
- 7f8d21b Convert LOG(INFO) to VLOG(1) - base/. by pkasting@chromium.org · 14 years ago
- 0f337f0 base: remove various unused string utility functions by evan@chromium.org · 14 years ago
- 76eb024 base: Move SplitString functions into the base namespace and update the callers. by tfarina@chromium.org · 14 years ago
- 4e5ae20f base: Finish moving the SplitString functions from string_util.h to string_split.h by tfarina@chromium.org · 14 years ago
- 7594f6d base: Move SplitStringDontTrim functions from string_util.h to string_split.h by tfarina@chromium.org · 14 years ago
- e8478ae base: Move SplitStringUsingSubstr functions from string_util.h to string_split.h by tfarina@chromium.org · 14 years ago
- f163393 Header cleanup in base. by brettw@chromium.org · 14 years ago
- 65030370 TTF: Re-enable SplitStringIntoKeyValuePairsTest.EmptyString. Fix the case by jhawkins@chromium.org · 15 years ago
- 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