| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Convert the internal GetStringF to use string16. This saves a | tc@google.com | 2009-04-14 | 1 | -2/+6 |
* | Remove logging.h from cc files that don't use it. | thestig@chromium.org | 2009-03-12 | 1 | -1/+0 |
* | Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85 (Take 2) | hbono@chromium.org | 2009-03-05 | 1 | -1/+46 |
* | NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons... | maruel@chromium.org | 2009-03-03 | 1 | -6/+5 |
* | Port Replace(First)SubstringsAfterOffset to string16. | dsh@google.com | 2009-03-03 | 1 | -39/+41 |
* | Get rid of wstring variants of StringToFoo. | dsh@google.com | 2009-02-28 | 1 | -13/+19 |
* | Add ToUpperASCII and StringToUpperASCII. | wtc@chromium.org | 2009-02-27 | 1 | -0/+26 |
* | Reverting 10456. | hbono@chromium.org | 2009-02-26 | 1 | -46/+1 |
* | Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85 | hbono@chromium.org | 2009-02-26 | 1 | -1/+46 |
* | Introduce UrlPattern. This is basically me resuming work on | aa@chromium.org | 2009-02-02 | 1 | -0/+18 |
* | Add HexStringToBytes which takes an arbitrary length hex string and creates a... | erikkay@google.com | 2009-01-27 | 1 | -0/+52 |
* | Simplify HexEncode. | deanm@chromium.org | 2009-01-22 | 1 | -2/+2 |
* | Adding a HexEncode function to string_utils. | tommi@chromium.org | 2009-01-22 | 1 | -0/+8 |
* | Add a replace_all param to ReplaceSubstringsAfterOffset and update call sites. | aa@chromium.org | 2009-01-21 | 1 | -0/+29 |
* | This CL adds the autofill UI in forms. | jcampan@chromium.org | 2008-11-05 | 1 | -5/+21 |
* | This CL adds prompting for dangerous types of files (executable) when they ar... | jcampan@chromium.org | 2008-10-10 | 1 | -0/+26 |
* | Add UTF-8 check for JSON deserializer. | jungshik@google.com | 2008-09-25 | 1 | -0/+65 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Fix a new[] / delete mismatch in a unittest. | deanm@google.com | 2008-08-19 | 1 | -1/+1 |
* | To pass string_util_unittest, we need the ICU data file. To get the ICU data... | evanm@google.com | 2008-08-15 | 1 | -5/+8 |
* | fix unit test bustage | darin@google.com | 2008-08-14 | 1 | -4/+2 |
* | Fix some compiler warnings, and cleanup EXPECT_EQ comparisons. Hello "U" suf... | darin@google.com | 2008-08-14 | 1 | -31/+31 |
* | DCHECK vswprintf format string cross-platform portability. Use %ls, not %s, ... | mmentovai@google.com | 2008-08-14 | 1 | -2/+34 |
* | Implement an interface compatible wcslcpy and strlcpy. Possibly slightly | deanm@google.com | 2008-08-13 | 1 | -0/+53 |
* | Implement IntToString-type methods without using a format string. I'm not su... | deanm@google.com | 2008-08-13 | 1 | -11/+42 |
* | Fix string_util and its tests for the Mac, GCC, UTF-32 wchar_t platforms, and... | mmentovai@google.com | 2008-08-13 | 1 | -67/+80 |
* | Back out r736 due to breakage | mmentovai@google.com | 2008-08-12 | 1 | -80/+67 |
* | Fix string_util and its tests for the Mac, GCC, UTF-32 wchar_t platforms, and... | mmentovai@google.com | 2008-08-12 | 1 | -67/+80 |
* | Add some extra test cases for whitespace at start/end of number. | ericroman@google.com | 2008-08-08 | 1 | -0/+6 |
* | Add UTF-16 <-> Wide conversions for Mac. | brettw@google.com | 2008-08-07 | 1 | -8/+3 |
* | Add defines for the size of wchar_t to build_config.h. Use this in places whe... | brettw@google.com | 2008-08-07 | 1 | -9/+9 |
* | Cross-platform portability fixes for JSONReader. Adds generic string-to-doub... | mmentovai@google.com | 2008-08-07 | 1 | -0/+63 |
* | Remove the old NativeMB functions from string util, and use the new ones in s... | brettw@google.com | 2008-08-07 | 1 | -0/+117 |
* | Allow string-to-int conversions to provide a return value indicating success.... | mmentovai@google.com | 2008-08-05 | 1 | -0/+182 |
* | Revert my UTF change until we can figure out what to do with the sandbox. | brettw@google.com | 2008-08-01 | 1 | -117/+0 |
* | Write our own utf8<->wide conversion functions. This gives us more control ov... | brettw@google.com | 2008-08-01 | 1 | -0/+117 |
* | Add base to the repository. | initial.commit | 2008-07-26 | 1 | -0/+848 |