| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bug where we reused a va_list across multiple calls. | deanm@chromium.org | 2009-08-24 | 1 | -9/+9 |
* | Print more info in IsStringASCII assertions. | phajdan.jr@chromium.org | 2009-08-20 | 1 | -4/+4 |
* | Rewrite StringToInt traits for dealing with non-32-bit longs. | deanm@chromium.org | 2009-07-28 | 1 | -29/+45 |
* | Move base::va_copy from a function to a macro. | deanm@chromium.org | 2009-07-27 | 1 | -2/+2 |
* | Move TrimWhitespaceUTF8 back to string_util_utf8.cc | deanm@chromium.org | 2009-07-15 | 1 | -14/+0 |
* | Move TrimWhitespaceUTF8 from string_util_icu to string_util. | deanm@chromium.org | 2009-07-13 | 1 | -0/+14 |
* | GTK: Implement BlockedPopupContainerView for linux. | erg@google.com | 2009-06-10 | 1 | -0/+4 |
* | add CollapseWhitespaceASCII | rafaelw@chromium.org | 2009-06-04 | 1 | -4/+15 |
* | Move a few functions commonly called with char* to StringPiece. | deanm@chromium.org | 2009-05-29 | 1 | -3/+3 |
* | Add JSON-specific escaping, which has different rules from JS escaping.BUG=ht... | erikkay@google.com | 2009-05-20 | 1 | -29/+0 |
* | Re-land of earlier NTP theme patch; now with mac and linux compatibility. | glen@chromium.org | 2009-05-15 | 1 | -52/+35 |
* | Add match count text to the GTK find bar. This also makes the bar wider. | brettw@chromium.org | 2009-05-14 | 1 | -0/+4 |
* | Retry r16006. | estade@chromium.org | 2009-05-14 | 1 | -0/+6 |
* | Undo 16020 | glen@chromium.org | 2009-05-14 | 1 | -34/+51 |
* | Allow the new tab page to be themed (you may want to review DOMUIThemeSource ... | glen@chromium.org | 2009-05-14 | 1 | -51/+34 |
* | revert r16006 due to msvc warning. | estade@chromium.org | 2009-05-13 | 1 | -6/+0 |
* | Properly convert from UTF8 to UTF16 in WebTextInputImpl. | estade@chromium.org | 2009-05-13 | 1 | -0/+6 |
* | Convert the internal GetStringF to use string16. This saves a | tc@google.com | 2009-04-14 | 1 | -27/+27 |
* | Clean up another string template | mark@chromium.org | 2009-03-25 | 1 | -13/+9 |
* | Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85 (Take 2) | hbono@chromium.org | 2009-03-05 | 1 | -3/+9 |
* | Convert NavigationEntry title to string16. TabContents::GetTitle no longer needs | brettw@chromium.org | 2009-03-04 | 1 | -2/+16 |
* | revert broken change 10833 | nsylvain@chromium.org | 2009-03-03 | 1 | -20/+0 |
* | Port DictionaryValue to use string16 instead of wstring. | dsh@google.com | 2009-03-03 | 1 | -0/+20 |
* | Revert dsh's change 10818 | nsylvain@chromium.org | 2009-03-03 | 1 | -66/+0 |
* | Port DictionaryValue to use string16 instead of wstring. | dsh@google.com | 2009-03-03 | 1 | -0/+66 |
* | NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons... | maruel@chromium.org | 2009-03-03 | 1 | -1/+1 |
* | 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 | -27/+57 |
* | Revert "Revert "ASCII <-> UTF16 conversion functions. These are just copies ... | kuchhal@chromium.org | 2009-02-26 | 1 | -7/+25 |
* | Revert "ASCII <-> UTF16 conversion functions. These are just copies of WideT... | kuchhal@chromium.org | 2009-02-26 | 1 | -25/+7 |
* | ASCII <-> UTF16 conversion functions. These are just copies of WideToASCII and | darin@chromium.org | 2009-02-26 | 1 | -7/+25 |
* | Reverting 10456. | hbono@chromium.org | 2009-02-26 | 1 | -23/+3 |
* | Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85 | hbono@chromium.org | 2009-02-26 | 1 | -3/+23 |
* | Introduce UrlPattern. This is basically me resuming work on | aa@chromium.org | 2009-02-02 | 1 | -0/+25 |
* | moved two private functions into an anonymous namespace | erikkay@google.com | 2009-01-27 | 1 | -0/+4 |
* | Add HexStringToBytes which takes an arbitrary length hex string and creates a... | erikkay@google.com | 2009-01-27 | 1 | -0/+38 |
* | Simplify HexEncode. | deanm@chromium.org | 2009-01-22 | 1 | -22/+7 |
* | Adding a HexEncode function to string_utils. | tommi@chromium.org | 2009-01-22 | 1 | -0/+29 |
* | Add a replace_all param to ReplaceSubstringsAfterOffset and update call sites. | aa@chromium.org | 2009-01-21 | 1 | -3/+25 |
* | fix linux build: don't inline in cc file | tc@google.com | 2009-01-12 | 1 | -4/+4 |
* | Remove the locale parameter from the StringToDouble and | tc@google.com | 2008-11-18 | 1 | -104/+60 |
* | Fix the mac build to add dmg_fp to the libbase.a. | tony@chromium.org | 2008-11-15 | 1 | -1/+1 |
* | fix bug in locale dependence check | tc@google.com | 2008-11-14 | 1 | -1/+1 |
* | Make unit_tests pass with pt_BR.UTF-8 locale. | tc@google.com | 2008-11-12 | 1 | -38/+109 |
* | This CL adds the autofill UI in forms. | jcampan@chromium.org | 2008-11-05 | 1 | -0/+13 |
* | This CL adds prompting for dangerous types of files (executable) when they ar... | jcampan@chromium.org | 2008-10-10 | 1 | -0/+36 |
* | Add UTF-8 check for JSON deserializer. | jungshik@google.com | 2008-09-25 | 1 | -6/+7 |
* | Use COMPILE_ASSERT instead of DCHECK for compile-time constant checks | mmentovai@google.com | 2008-08-27 | 1 | -4/+4 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | crosstool's gcc gives lots of warnings like | dkegel@google.com | 2008-08-21 | 1 | -5/+5 |