summaryrefslogtreecommitdiffstats
path: root/base/string_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+2
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
* Move ElideString() from base/string_util.cc to app/text_elider.cc to jschuh@google.com2010-12-171-37/+0
* This CL add a GetInstance() method to singleton classes instead of relying on...satish@chromium.org2010-12-041-3/+7
* base: Move StringSplitAlongWhitespace to string_split.htfarina@chromium.org2010-11-151-57/+0
* Fix clang build by moving ToLowerASCII into base namespace.tfarina@chromium.org2010-11-031-1/+1
* base: Move CaseInsensitiveCompare traits into the base namespace.tfarina@chromium.org2010-11-031-2/+2
* base: remove various unused string utility functionsevan@chromium.org2010-10-141-14/+0
* fixes issue 52839 (MatchPattern timeout)andybons@chromium.org2010-10-061-0/+4
* Add DCHECK for misused string resources.estade@chromium.org2010-10-041-5/+6
* Implemented VLOG() et al.akalin@chromium.org2010-09-291-3/+4
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-45/+0
* base: Move SplitStringDontTrim functions from string_util.h to string_split.htfarina@chromium.org2010-09-151-20/+2
* Make the glob matcher support UTF8 strings.mnissler@chromium.org2010-09-101-41/+78
* base: Move SplitStringUsingSubstr functions from string_util.h to string_split.htfarina@chromium.org2010-09-021-34/+0
* Add an accordian effect to NTP.aa@chromium.org2010-08-311-1/+5
* Convert FormatBytes to string16.evan@chromium.org2010-08-191-23/+23
* Revert "Convert FormatBytes to string16."evan@chromium.org2010-08-181-23/+23
* Convert FormatBytes to string16.evan@chromium.org2010-08-181-23/+23
* Move StringPrintf into its own file and use the base namespace. Currently thi...brettw@chromium.org2010-08-171-157/+0
* Remove number conversion functions from string_util. These moved to string_nu...brettw@chromium.org2010-08-031-503/+0
* Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found itbrettw@chromium.org2010-07-311-10/+1
* Made changes to TruncateUtF8ToByteSize to cleanup the code. jerrica@google.com2010-06-171-4/+5
* Add Tokenize() for StringPiece.mbelshe@chromium.org2010-06-021-0/+6
* Add a method that truncates strings to the end point of a valid UTF8 characte...nick@chromium.org2010-05-281-0/+35
* Use HttpRequestHeaders for extra_headers.willchan@chromium.org2010-04-201-14/+0
* Rejigger how we format the display of bytes.evan@chromium.org2010-04-151-12/+6
* Reland r42300: "HttpRequestHeaders refactor."willchan@chromium.org2010-03-291-0/+48
* Revert "Reland r42300: "HttpRequestHeaders refactor."""willchan@chromium.org2010-03-231-48/+0
* Reland r42300: "HttpRequestHeaders refactor.""willchan@chromium.org2010-03-231-0/+48
* Revert r42300: "HttpRequestHeaders refactor."willchan@chromium.org2010-03-231-48/+0
* HttpRequestHeaders refactor.willchan@chromium.org2010-03-231-0/+48
* Make IsStringUTF8 reject (U+FDD0 .. U+FDEF) jschuh@google.com2010-02-261-132/+12
* This CL addresses 2 issues:jcampan@chromium.org2010-02-101-0/+26
* linux: build with -Wextraevan@chromium.org2010-02-051-1/+19
* Implement RemoveChars, a function to remove a list of characters from a strin...jhawkins@chromium.org2010-02-051-0/+39
* Revert 36459 - Breaks 7 WebKit testsjschuh@chromium.org2010-01-161-12/+131
* Changes are:jschuh@chromium.org2010-01-161-131/+12
* This CL contains the back-end implementation of the translate feature. It add...jcampan@chromium.org2010-01-141-0/+16
* Mac: UI tweaks for task manager.thakis@chromium.org2010-01-131-5/+5
* Make JoinString implementation match prototype.craig.schlenter@chromium.org2010-01-051-1/+1
* Implement ContactInfo, the FormGroup that stores contact information.jhawkins@chromium.org2010-01-041-8/+46
* Add StringPrintV, fix libxml_utils.cc to use itpiman@chromium.org2009-12-081-0/+6
* Fixes to the string MatchPattern functions:tony@chromium.org2009-12-031-8/+13
* Ignore UTF-8's BOM when parsing userscript's metadata.hayato@chromium.org2009-11-251-0/+2
* Add 64bit supportgregoryd@google.com2009-11-061-9/+9
* Add first class support for user scripts.aa@chromium.org2009-11-041-0/+5
* Convert ReplaceStringPlaceholders(std::string...) to take atony@chromium.org2009-10-291-10/+8
* Add more string16 variants.darin@chromium.org2009-10-191-0/+29
* Add string16 support for LowerCaseEqualsASCII, StartsWith, and EndsWith.darin@chromium.org2009-10-151-10/+56