summaryrefslogtreecommitdiffstats
path: root/base/string_util.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* moved two private functions into an anonymous namespaceerikkay@google.com2009-01-271-0/+4
* Add HexStringToBytes which takes an arbitrary length hex string and creates a...erikkay@google.com2009-01-271-0/+38
* Simplify HexEncode.deanm@chromium.org2009-01-221-22/+7
* Adding a HexEncode function to string_utils.tommi@chromium.org2009-01-221-0/+29
* Add a replace_all param to ReplaceSubstringsAfterOffset and update call sites.aa@chromium.org2009-01-211-3/+25
* fix linux build: don't inline in cc filetc@google.com2009-01-121-4/+4
* Remove the locale parameter from the StringToDouble andtc@google.com2008-11-181-104/+60
* Fix the mac build to add dmg_fp to the libbase.a.tony@chromium.org2008-11-151-1/+1
* fix bug in locale dependence checktc@google.com2008-11-141-1/+1
* Make unit_tests pass with pt_BR.UTF-8 locale.tc@google.com2008-11-121-38/+109
* This CL adds the autofill UI in forms.jcampan@chromium.org2008-11-051-0/+13
* This CL adds prompting for dangerous types of files (executable) when they ar...jcampan@chromium.org2008-10-101-0/+36
* Add UTF-8 check for JSON deserializer.jungshik@google.com2008-09-251-6/+7
* Use COMPILE_ASSERT instead of DCHECK for compile-time constant checksmmentovai@google.com2008-08-271-4/+4
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* crosstool's gcc gives lots of warnings likedkegel@google.com2008-08-211-5/+5