| Commit message (Expand) | Author | Age | Files | Lines |
* | Move std::string16 to base::string16. Don't pollute the std namespace. Don't | mmentovai@google.com | 2008-08-27 | 1 | -6/+6 |
* | Add UTF8 <-> UTF-16 conversion functions, and a WebCore::String -> std::strin... | brettw@google.com | 2008-08-26 | 1 | -0/+5 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Fix some more warnings. | evanm@google.com | 2008-08-20 | 1 | -2/+2 |
* | DCHECK vswprintf format string cross-platform portability. Use %ls, not %s, ... | mmentovai@google.com | 2008-08-14 | 1 | -0/+23 |
* | Implement an interface compatible wcslcpy and strlcpy. Possibly slightly | deanm@google.com | 2008-08-13 | 1 | -0/+9 |
* | Implement IntToString-type methods without using a format string. I'm not su... | deanm@google.com | 2008-08-13 | 1 | -2/+5 |
* | Fix string_util and its tests for the Mac, GCC, UTF-32 wchar_t platforms, and... | mmentovai@google.com | 2008-08-13 | 1 | -1/+5 |
* | Back out r736 due to breakage | mmentovai@google.com | 2008-08-12 | 1 | -5/+1 |
* | Fix string_util and its tests for the Mac, GCC, UTF-32 wchar_t platforms, and... | mmentovai@google.com | 2008-08-12 | 1 | -1/+5 |
* | Add UTF-16 <-> Wide conversions for Mac. | brettw@google.com | 2008-08-07 | 1 | -6/+12 |
* | Rename and remove a bunch of string functions. | evanm@google.com | 2008-08-07 | 1 | -81/+35 |
* | Add defines for the size of wchar_t to build_config.h. Use this in places whe... | brettw@google.com | 2008-08-07 | 1 | -5/+5 |
* | Cross-platform portability fixes for JSONReader. Adds generic string-to-doub... | mmentovai@google.com | 2008-08-07 | 1 | -0/+10 |
* | Remove the old NativeMB functions from string util, and use the new ones in s... | brettw@google.com | 2008-08-07 | 1 | -12/+8 |
* | Allow string-to-int conversions to provide a return value indicating success.... | mmentovai@google.com | 2008-08-05 | 1 | -0/+25 |
* | Revert my UTF change until we can figure out what to do with the sandbox. | brettw@google.com | 2008-08-01 | 1 | -8/+2 |
* | Write our own utf8<->wide conversion functions. This gives us more control ov... | brettw@google.com | 2008-08-01 | 1 | -2/+8 |
* | Add base to the repository. | initial.commit | 2008-07-26 | 1 | -0/+504 |