summaryrefslogtreecommitdiffstats
path: root/base/string_util.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow the new tab page to be themed (you may want to review DOMUIThemeSource ...glen@chromium.org2009-05-141-51/+34
* revert r16006 due to msvc warning.estade@chromium.org2009-05-131-6/+0
* Properly convert from UTF8 to UTF16 in WebTextInputImpl.estade@chromium.org2009-05-131-0/+6
* Convert the internal GetStringF to use string16. This saves atc@google.com2009-04-141-27/+27
* Clean up another string templatemark@chromium.org2009-03-251-13/+9
* Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85 (Take 2)hbono@chromium.org2009-03-051-3/+9
* Convert NavigationEntry title to string16. TabContents::GetTitle no longer needsbrettw@chromium.org2009-03-041-2/+16
* revert broken change 10833nsylvain@chromium.org2009-03-031-20/+0
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-0/+20
* Revert dsh's change 10818nsylvain@chromium.org2009-03-031-66/+0
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-0/+66
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-1/+1
* Port Replace(First)SubstringsAfterOffset to string16.dsh@google.com2009-03-031-8/+8
* Get rid of wstring variants of StringToFoo.dsh@google.com2009-02-281-27/+57
* Revert "Revert "ASCII <-> UTF16 conversion functions. These are just copies ...kuchhal@chromium.org2009-02-261-7/+25
* Revert "ASCII <-> UTF16 conversion functions. These are just copies of WideT...kuchhal@chromium.org2009-02-261-25/+7
* ASCII <-> UTF16 conversion functions. These are just copies of WideToASCII anddarin@chromium.org2009-02-261-7/+25
* Reverting 10456.hbono@chromium.org2009-02-261-23/+3
* Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85hbono@chromium.org2009-02-261-3/+23
* Introduce UrlPattern. This is basically me resuming work onaa@chromium.org2009-02-021-0/+25