summaryrefslogtreecommitdiffstats
path: root/base/string_util_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Linux: fix bookmarks with & in them not showing correctly in the wrench menu.mdm@chromium.org2012-02-151-1/+2
* ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...pkasting@chromium.org2011-11-291-28/+21
* Cleanup: Convert ASCIIToUTF16("") to string16().jhawkins@chromium.org2011-11-281-2/+3
* Fix AutocompleteMatch DCHECK() triggered by |RenderViewContextMenu::AppendSea...asvitkine@chromium.org2011-11-101-0/+33
* WriteInto handles length_with_null values of 1 better.cbentzel@chromium.org2011-10-181-0/+42
* base: Constantify the struct used in WprintfFormatPortabilityTest test case.tfarina@chromium.org2011-10-161-3/+2
* base: Put lowercase_cases array inside TEST unit function.tfarina@chromium.org2011-10-161-10/+10
* Localize strings, speeds.avi@chromium.org2011-06-221-50/+18
* Support more than 9 arguments for ReplaceStringPlaceholders()tony@chromium.org2011-06-071-5/+31
* wstring: remove wstring version of TrimWhitespaceevan@chromium.org2011-05-101-8/+9
* Revert 82405 - Support more than 9 arguments for ReplaceStringPlaceholders()-...nsylvain@chromium.org2011-04-211-32/+6
* Support more than 9 arguments for ReplaceStringPlaceholders()tony@chromium.org2011-04-201-6/+32
* Move ElideString() from base/string_util.cc to app/text_elider.cc to jschuh@google.com2010-12-171-27/+0
* 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