Sign in
chromium
/
chromium
/
src.git
/
f1b7f11d41b2c4b22b9538ee0127b7aca35c3b27
/
base
/
string_split_unittest.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
[email protected]
· 13 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
[email protected]
· 13 years ago
a8aa85b
Revert r12998 - it broke some media/mime-related layout tests.
by
[email protected]
· 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
[email protected]
· 13 years ago
ef92071
wstring: remove SplitStringAlongWhitespace for wchar
by
[email protected]
· 14 years ago
dabd6f4
wstring: remove wstring version of SplitString
by
[email protected]
· 14 years ago
d476412
Revert "wstring: remove wstring version of SplitString"
by
[email protected]
· 14 years ago
4edb6ef
wstring: remove wstring version of SplitString
by
[email protected]
· 14 years ago
b87c4a7
base: Move StringSplitAlongWhitespace to string_split.h
by
[email protected]
· 15 years ago
0f337f0
base: remove various unused string utility functions
by
[email protected]
· 15 years ago
4e5ae20f
base: Finish moving the SplitString functions from string_util.h to string_split.h
by
[email protected]
· 15 years ago
7594f6d
base: Move SplitStringDontTrim functions from string_util.h to string_split.h
by
[email protected]
· 15 years ago
e8478ae
base: Move SplitStringUsingSubstr functions from string_util.h to string_split.h
by
[email protected]
· 15 years ago
65030370
TTF: Re-enable SplitStringIntoKeyValuePairsTest.EmptyString. Fix the case
by
[email protected]
· 15 years ago
0477554f
Move two generic string split functions from sync API to their own API in base/string_split.
by
[email protected]
· 15 years ago