summaryrefslogtreecommitdiffstats
path: root/base/string_util.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re-attempt r28993darin@chromium.org2009-10-141-28/+57
* Reverting 28993.darin@chromium.org2009-10-141-57/+28
* Add string16 support for TrimString, TrimWhitespace, and CollapseWhitespace.darin@chromium.org2009-10-141-28/+57
* Remove the dependency on i18n/icu_string_conversions from base/string_util.h.brettw@chromium.org2009-10-101-1/+0
* Implement the missing memory information functions that memory_test uses.vandebo@chromium.org2009-10-081-2/+12
* Add a version of ReplaceStringPlaceholders that operates on std::stringtony@chromium.org2009-09-291-6/+19
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-101-4/+4
* Strip .plugin off of Mac plugin names when showing the crash info bar.stuartmorgan@google.com2009-09-041-0/+16
* Fix a bug where we reused a va_list across multiple calls.deanm@chromium.org2009-08-241-9/+9
* Print more info in IsStringASCII assertions.phajdan.jr@chromium.org2009-08-201-4/+4
* Rewrite StringToInt traits for dealing with non-32-bit longs.deanm@chromium.org2009-07-281-29/+45
* Move base::va_copy from a function to a macro.deanm@chromium.org2009-07-271-2/+2
* Move TrimWhitespaceUTF8 back to string_util_utf8.ccdeanm@chromium.org2009-07-151-14/+0
* Move TrimWhitespaceUTF8 from string_util_icu to string_util.deanm@chromium.org2009-07-131-0/+14
* GTK: Implement BlockedPopupContainerView for linux.erg@google.com2009-06-101-0/+4
* add CollapseWhitespaceASCIIrafaelw@chromium.org2009-06-041-4/+15
* Move a few functions commonly called with char* to StringPiece.deanm@chromium.org2009-05-291-3/+3
* Add JSON-specific escaping, which has different rules from JS escaping.BUG=ht...erikkay@google.com2009-05-201-29/+0
* Re-land of earlier NTP theme patch; now with mac and linux compatibility.glen@chromium.org2009-05-151-52/+35
* Add match count text to the GTK find bar. This also makes the bar wider.brettw@chromium.org2009-05-141-0/+4
* Retry r16006.estade@chromium.org2009-05-141-0/+6
* Undo 16020glen@chromium.org2009-05-141-34/+51