summaryrefslogtreecommitdiffstats
path: root/base/string_util.h
Commit message (Expand)AuthorAgeFilesLines
* Ignore UTF-8's BOM when parsing userscript's metadata.hayato@chromium.org2009-11-251-0/+2
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-201-10/+26
* Add first class support for user scripts.aa@chromium.org2009-11-041-0/+3
* Convert ReplaceStringPlaceholders(std::string...) to take atony@chromium.org2009-10-291-1/+1
* First parts of new FTP LIST response parsing code.phajdan.jr@chromium.org2009-10-281-0/+2
* Add more string16 variants.darin@chromium.org2009-10-191-0/+9
* Add string16 support for LowerCaseEqualsASCII, StartsWith, and EndsWith.darin@chromium.org2009-10-151-0/+15
* Re-attempt r28993darin@chromium.org2009-10-141-0/+7
* Reverting 28993.darin@chromium.org2009-10-141-7/+0
* Add string16 support for TrimString, TrimWhitespace, and CollapseWhitespace.darin@chromium.org2009-10-141-0/+7
* Remove the dependency on i18n/icu_string_conversions from base/string_util.h.brettw@chromium.org2009-10-101-4/+0
* Implement the missing memory information functions that memory_test uses.vandebo@chromium.org2009-10-081-0/+2
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-081-5/+0
* Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.*brettw@chromium.org2009-10-071-1/+2
* Move the ICU string conversions into its own file. This new file is includedbrettw@chromium.org2009-10-021-88/+4
* Add a version of ReplaceStringPlaceholders that operates on std::stringtony@chromium.org2009-09-291-0/+4
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-101-5/+5
* Small comment updates. No code change.mdm@chromium.org2009-09-091-1/+1
* Strip .plugin off of Mac plugin names when showing the crash info bar.stuartmorgan@google.com2009-09-041-0/+6
* Fix the local directory listing, FTP directory listing and the local file han...jshin@chromium.org2009-07-091-1/+20
* Pass through non-character codepoints in UTF-8,16,32 and Wide conversion func...jshin@chromium.org2009-06-241-0/+14
* GTK: Implement BlockedPopupContainerView for linux.erg@google.com2009-06-101-0/+1
* add CollapseWhitespaceASCIIrafaelw@chromium.org2009-06-041-0/+2
* 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-0/+28
* Re-land of earlier NTP theme patch; now with mac and linux compatibility.glen@chromium.org2009-05-151-19/+6
* Add match count text to the GTK find bar. This also makes the bar wider.brettw@chromium.org2009-05-141-0/+1
* Retry r16006.estade@chromium.org2009-05-141-0/+4
* Undo 16020glen@chromium.org2009-05-141-6/+19
* Allow the new tab page to be themed (you may want to review DOMUIThemeSource ...glen@chromium.org2009-05-141-19/+6
* revert r16006 due to msvc warning.estade@chromium.org2009-05-131-4/+0
* Properly convert from UTF8 to UTF16 in WebTextInputImpl.estade@chromium.org2009-05-131-0/+4
* Convert the internal GetStringF to use string16. This saves atc@google.com2009-04-141-21/+21
* Use a correct templatized WriteInto for all string typesmark@chromium.org2009-03-241-13/+5
* Make UTF8ToWide take a StringPiece, to avoid copying to a std::string.deanm@chromium.org2009-03-051-1/+2
* Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85 (Take 2)hbono@chromium.org2009-03-051-3/+16
* Convert NavigationEntry title to string16. TabContents::GetTitle no longer needsbrettw@chromium.org2009-03-041-0/+1
* Update clipboard classes to use string16 and FilePath instead of wstring.estade@chromium.org2009-03-041-0/+1
* revert broken change 10833nsylvain@chromium.org2009-03-031-6/+1
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-1/+6
* Revert dsh's change 10818nsylvain@chromium.org2009-03-031-25/+1
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-1/+25
* 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-9/+9
* Add ToUpperASCII and StringToUpperASCII.wtc@chromium.org2009-02-271-2/+23
* Revert "Revert "ASCII <-> UTF16 conversion functions. These are just copies ...kuchhal@chromium.org2009-02-261-1/+4
* Revert "ASCII <-> UTF16 conversion functions. These are just copies of WideT...kuchhal@chromium.org2009-02-261-4/+1
* ASCII <-> UTF16 conversion functions. These are just copies of WideToASCII anddarin@chromium.org2009-02-261-1/+4
* Reverting 10456.hbono@chromium.org2009-02-261-16/+3
* Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85hbono@chromium.org2009-02-261-3/+16