| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Undo 16020 | glen@chromium.org | 2009-05-14 | 1 | -6/+19 |
* | Allow the new tab page to be themed (you may want to review DOMUIThemeSource ... | glen@chromium.org | 2009-05-14 | 1 | -19/+6 |
* | revert r16006 due to msvc warning. | estade@chromium.org | 2009-05-13 | 1 | -4/+0 |
* | Properly convert from UTF8 to UTF16 in WebTextInputImpl. | estade@chromium.org | 2009-05-13 | 1 | -0/+4 |
* | Convert the internal GetStringF to use string16. This saves a | tc@google.com | 2009-04-14 | 1 | -21/+21 |
* | Use a correct templatized WriteInto for all string types | mark@chromium.org | 2009-03-24 | 1 | -13/+5 |
* | Make UTF8ToWide take a StringPiece, to avoid copying to a std::string. | deanm@chromium.org | 2009-03-05 | 1 | -1/+2 |
* | Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85 (Take 2) | hbono@chromium.org | 2009-03-05 | 1 | -3/+16 |
* | Convert NavigationEntry title to string16. TabContents::GetTitle no longer needs | brettw@chromium.org | 2009-03-04 | 1 | -0/+1 |
* | Update clipboard classes to use string16 and FilePath instead of wstring. | estade@chromium.org | 2009-03-04 | 1 | -0/+1 |
* | revert broken change 10833 | nsylvain@chromium.org | 2009-03-03 | 1 | -6/+1 |
* | Port DictionaryValue to use string16 instead of wstring. | dsh@google.com | 2009-03-03 | 1 | -1/+6 |
* | Revert dsh's change 10818 | nsylvain@chromium.org | 2009-03-03 | 1 | -25/+1 |
* | Port DictionaryValue to use string16 instead of wstring. | dsh@google.com | 2009-03-03 | 1 | -1/+25 |
* | Port Replace(First)SubstringsAfterOffset to string16. | dsh@google.com | 2009-03-03 | 1 | -8/+8 |
* | Get rid of wstring variants of StringToFoo. | dsh@google.com | 2009-02-28 | 1 | -9/+9 |
* | Add ToUpperASCII and StringToUpperASCII. | wtc@chromium.org | 2009-02-27 | 1 | -2/+23 |
* | Revert "Revert "ASCII <-> UTF16 conversion functions. These are just copies ... | kuchhal@chromium.org | 2009-02-26 | 1 | -1/+4 |
* | Revert "ASCII <-> UTF16 conversion functions. These are just copies of WideT... | kuchhal@chromium.org | 2009-02-26 | 1 | -4/+1 |
* | ASCII <-> UTF16 conversion functions. These are just copies of WideToASCII and | darin@chromium.org | 2009-02-26 | 1 | -1/+4 |
* | Reverting 10456. | hbono@chromium.org | 2009-02-26 | 1 | -16/+3 |
* | Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85 | hbono@chromium.org | 2009-02-26 | 1 | -3/+16 |
* | Change the string_escape functions to use string16 rather than wstring. | dsh@google.com | 2009-02-25 | 1 | -0/+13 |
* | Introduce UrlPattern. This is basically me resuming work on | aa@chromium.org | 2009-02-02 | 1 | -0/+4 |
* | Add HexStringToBytes which takes an arbitrary length hex string and creates a... | erikkay@google.com | 2009-01-27 | 1 | -0/+7 |
* | Adding a HexEncode function to string_utils. | tommi@chromium.org | 2009-01-22 | 1 | -1/+9 |
* | Add a replace_all param to ReplaceSubstringsAfterOffset and update call sites. | aa@chromium.org | 2009-01-21 | 1 | -0/+11 |
* | Remove compatibility #defines in string_util.h | phajdan.jr@chromium.org | 2008-12-30 | 1 | -9/+0 |
* | Port some files in chrome/common to Linux. | evanm@google.com | 2008-11-21 | 1 | -0/+6 |
* | Remove the locale parameter from the StringToDouble and | tc@google.com | 2008-11-18 | 1 | -22/+8 |
* | Make unit_tests pass with pt_BR.UTF-8 locale. | tc@google.com | 2008-11-12 | 1 | -1/+20 |
* | This CL adds the autofill UI in forms. | jcampan@chromium.org | 2008-11-05 | 1 | -1/+3 |
* | This CL adds prompting for dangerous types of files (executable) when they ar... | jcampan@chromium.org | 2008-10-10 | 1 | -0/+8 |
* | Add UTF-8 check for JSON deserializer. | jungshik@google.com | 2008-09-25 | 1 | -2/+2 |
* | port some parts of webkit/glue/plugins/test to Linux | evanm@google.com | 2008-09-24 | 1 | -0/+5 |
* | 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 |