Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TTF: Re-enable SplitStringIntoKeyValuePairsTest.EmptyString. Fix the case | jhawkins@chromium.org | 2010-05-05 | 1 | -3/+8 |
| | | | | | | | | | | | | where an empty pair would cause SplitStringIntoKeyValuePairs to report an error yet add the empty pair to the pairs list. Add more tests. BUG=none TEST=SplitStringIntoKeyValuePairsTest.*, StringUtilTest.SplitString Review URL: http://codereview.chromium.org/1971001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46420 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Move two generic string split functions from sync API to their own API in ↵ | timsteele@google.com | 2010-01-21 | 1 | -0/+68 |
base/string_split. BUG=None TEST=base_unittests Original patch by Thiago Farina Original Review: http://codereview.chromium.org/464075 Review URL: http://codereview.chromium.org/502074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36774 0039d316-1c4b-4281-b951-d872f2087c98 |