summaryrefslogtreecommitdiffstats
path: root/base/string_util_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* base: Move StringSplitAlongWhitespace to string_split.htfarina@chromium.org2010-11-151-32/+0
* fixes issue 52839 (MatchPattern timeout)andybons@chromium.org2010-10-061-0/+6
* clang/mac: Fix almost all problems when building all.xcodeproj.thakis@chromium.org2010-10-041-25/+0
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-67/+0
* base: Move SplitStringDontTrim functions from string_util.h to string_split.htfarina@chromium.org2010-09-151-14/+0
* Make the glob matcher support UTF8 strings.mnissler@chromium.org2010-09-101-15/+29
* base: Move SplitStringUsingSubstr functions from string_util.h to string_split.htfarina@chromium.org2010-09-021-45/+0
* Add unit test for functionality added to ReplaceStringPlaceholders in r57966.aa@chromium.org2010-08-311-0/+9
* Add test to check that IsStringUTF8 allows for embedded NULLs.ajwong@chromium.org2010-08-311-0/+9
* Convert FormatBytes to string16.evan@chromium.org2010-08-191-22/+22
* Revert "Convert FormatBytes to string16."evan@chromium.org2010-08-181-22/+22
* Convert FormatBytes to string16.evan@chromium.org2010-08-181-22/+22
* Move StringPrintf into its own file and use the base namespace. Currently thi...brettw@chromium.org2010-08-171-140/+0
* base: Add HexDigitToInt function to string_util.htfarina@chromium.org2010-07-311-0/+27
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-367/+0
* Made changes to TruncateUtF8ToByteSize to cleanup the code. jerrica@google.com2010-06-171-1/+1
* Add Tokenize() for StringPiece.mbelshe@chromium.org2010-06-021-41/+50
* Add a method that truncates strings to the end point of a valid UTF8 characte...nick@chromium.org2010-05-281-0/+171
* TTF: Re-enable SplitStringIntoKeyValuePairsTest.EmptyString. Fix the casejhawkins@chromium.org2010-05-051-0/+5
* Rejigger how we format the display of bytes.evan@chromium.org2010-04-151-6/+18
* Reland r42300: "HttpRequestHeaders refactor."willchan@chromium.org2010-03-291-1/+49
* Revert "Reland r42300: "HttpRequestHeaders refactor."""willchan@chromium.org2010-03-231-49/+1
* Reland r42300: "HttpRequestHeaders refactor.""willchan@chromium.org2010-03-231-1/+49
* Revert r42300: "HttpRequestHeaders refactor."willchan@chromium.org2010-03-231-49/+1
* HttpRequestHeaders refactor.willchan@chromium.org2010-03-231-1/+49
* base: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-091-3/+4
* Make IsStringUTF8 reject (U+FDD0 .. U+FDEF) jschuh@google.com2010-02-261-6/+0
* This CL addresses 2 issues:jcampan@chromium.org2010-02-101-0/+13
* The RemoveChars utility function requires a NULL-terminated input string, so ...jhawkins@chromium.org2010-02-051-1/+1
* Implement RemoveChars, a function to remove a list of characters from a strin...jhawkins@chromium.org2010-02-051-0/+16
* Revert 36459 - Breaks 7 WebKit testsjschuh@chromium.org2010-01-161-0/+5
* Changes are:jschuh@chromium.org2010-01-161-5/+0
* This CL contains the back-end implementation of the translate feature. It add...jcampan@chromium.org2010-01-141-0/+18
* Mac: UI tweaks for task manager.thakis@chromium.org2010-01-131-14/+14
* Implement ContactInfo, the FormGroup that stores contact information.jhawkins@chromium.org2010-01-041-44/+137
* Fixes to the string MatchPattern functions:tony@chromium.org2009-12-031-14/+16
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-201-13/+20
* Fix various problems with inline autocomplete and URLs that change length dur...pkasting@chromium.org2009-11-071-198/+1
* Remove the dependency on i18n/icu_string_conversions from base/string_util.h.brettw@chromium.org2009-10-101-258/+4
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-081-46/+0
* Add a version of ReplaceStringPlaceholders that operates on std::stringtony@chromium.org2009-09-291-0/+19
* Strip .plugin off of Mac plugin names when showing the crash info bar.stuartmorgan@google.com2009-09-041-0/+19
* Move base::va_copy from a function to a macro.deanm@chromium.org2009-07-271-1/+1
* Fix the local directory listing, FTP directory listing and the local file han...jshin@chromium.org2009-07-091-98/+215
* Pass through non-character codepoints in UTF-8,16,32 and Wide conversion func...jshin@chromium.org2009-06-241-7/+14
* add CollapseWhitespaceASCIIrafaelw@chromium.org2009-06-041-0/+30
* Re-land of earlier NTP theme patch; now with mac and linux compatibility.glen@chromium.org2009-05-151-4/+39
* Undo 16020glen@chromium.org2009-05-141-39/+4
* Allow the new tab page to be themed (you may want to review DOMUIThemeSource ...glen@chromium.org2009-05-141-4/+39
* Lands http://codereview.chromium.org/99349 for Ryan.sky@chromium.org2009-05-041-0/+9