summaryrefslogtreecommitdiffstats
path: root/base/string_util_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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