summaryrefslogtreecommitdiffstats
path: root/base/string_util_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove the dependency on i18n/icu_string_conversions from base/string_util.h.brettw@chromium.org2009-10-101-258/+4
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-081-46/+0
* Add a version of ReplaceStringPlaceholders that operates on std::stringtony@chromium.org2009-09-291-0/+19
* Strip .plugin off of Mac plugin names when showing the crash info bar.stuartmorgan@google.com2009-09-041-0/+19
* Move base::va_copy from a function to a macro.deanm@chromium.org2009-07-271-1/+1
* Fix the local directory listing, FTP directory listing and the local file han...jshin@chromium.org2009-07-091-98/+215
* Pass through non-character codepoints in UTF-8,16,32 and Wide conversion func...jshin@chromium.org2009-06-241-7/+14
* add CollapseWhitespaceASCIIrafaelw@chromium.org2009-06-041-0/+30
* Re-land of earlier NTP theme patch; now with mac and linux compatibility.glen@chromium.org2009-05-151-4/+39
* Undo 16020glen@chromium.org2009-05-141-39/+4
* Allow the new tab page to be themed (you may want to review DOMUIThemeSource ...glen@chromium.org2009-05-141-4/+39
* Lands http://codereview.chromium.org/99349 for Ryan.sky@chromium.org2009-05-041-0/+9
* Convert the internal GetStringF to use string16. This saves atc@google.com2009-04-141-2/+6
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-121-1/+0
* Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85 (Take 2)hbono@chromium.org2009-03-051-1/+46
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-6/+5
* Port Replace(First)SubstringsAfterOffset to string16.dsh@google.com2009-03-031-39/+41
* Get rid of wstring variants of StringToFoo.dsh@google.com2009-02-281-13/+19
* Add ToUpperASCII and StringToUpperASCII.wtc@chromium.org2009-02-271-0/+26
* Reverting 10456.hbono@chromium.org2009-02-261-46/+1
* Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85hbono@chromium.org2009-02-261-1/+46
* Introduce UrlPattern. This is basically me resuming work onaa@chromium.org2009-02-021-0/+18
* Add HexStringToBytes which takes an arbitrary length hex string and creates a...erikkay@google.com2009-01-271-0/+52
* Simplify HexEncode.deanm@chromium.org2009-01-221-2/+2
* Adding a HexEncode function to string_utils.tommi@chromium.org2009-01-221-0/+8
* Add a replace_all param to ReplaceSubstringsAfterOffset and update call sites.aa@chromium.org2009-01-211-0/+29
* This CL adds the autofill UI in forms.jcampan@chromium.org2008-11-051-5/+21
* This CL adds prompting for dangerous types of files (executable) when they ar...jcampan@chromium.org2008-10-101-0/+26
* Add UTF-8 check for JSON deserializer.jungshik@google.com2008-09-251-0/+65
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Fix a new[] / delete mismatch in a unittest.deanm@google.com2008-08-191-1/+1
* To pass string_util_unittest, we need the ICU data file. To get the ICU data...evanm@google.com2008-08-151-5/+8
* fix unit test bustagedarin@google.com2008-08-141-4/+2
* Fix some compiler warnings, and cleanup EXPECT_EQ comparisons. Hello "U" suf...darin@google.com2008-08-141-31/+31
* DCHECK vswprintf format string cross-platform portability. Use %ls, not %s, ...mmentovai@google.com2008-08-141-2/+34
* Implement an interface compatible wcslcpy and strlcpy. Possibly slightlydeanm@google.com2008-08-131-0/+53
* Implement IntToString-type methods without using a format string. I'm not su...deanm@google.com2008-08-131-11/+42
* Fix string_util and its tests for the Mac, GCC, UTF-32 wchar_t platforms, and...mmentovai@google.com2008-08-131-67/+80
* Back out r736 due to breakagemmentovai@google.com2008-08-121-80/+67
* Fix string_util and its tests for the Mac, GCC, UTF-32 wchar_t platforms, and...mmentovai@google.com2008-08-121-67/+80
* Add some extra test cases for whitespace at start/end of number.ericroman@google.com2008-08-081-0/+6
* Add UTF-16 <-> Wide conversions for Mac.brettw@google.com2008-08-071-8/+3
* Add defines for the size of wchar_t to build_config.h. Use this in places whe...brettw@google.com2008-08-071-9/+9
* Cross-platform portability fixes for JSONReader. Adds generic string-to-doub...mmentovai@google.com2008-08-071-0/+63
* Remove the old NativeMB functions from string util, and use the new ones in s...brettw@google.com2008-08-071-0/+117
* Allow string-to-int conversions to provide a return value indicating success....mmentovai@google.com2008-08-051-0/+182
* Revert my UTF change until we can figure out what to do with the sandbox.brettw@google.com2008-08-011-117/+0
* Write our own utf8<->wide conversion functions. This gives us more control ov...brettw@google.com2008-08-011-0/+117
* Add base to the repository.initial.commit2008-07-261-0/+848