| Commit message (Expand) | Author | Age | Files | Lines |
* | Roll src/third_party/icu 8ac906f:d8b2a9d7 (svn 292317:292476) | jshin | 2014-10-22 | 1 | -25/+11 |
* | Use a qualified path for chromium_strings, google_chrome_strings, and generat... | thestig@chromium.org | 2014-08-22 | 1 | -1/+1 |
* | Revert 242455 "Revert 242449 "Update some uses of UTF conversion..." | avi@chromium.org | 2013-12-24 | 1 | -2/+2 |
* | Revert 242449 "Update some uses of UTF conversions in chrome/bro..." | avi@chromium.org | 2013-12-24 | 1 | -2/+2 |
* | Update some uses of UTF conversions in chrome/browser to use the base:: names... | avi@chromium.org | 2013-12-24 | 1 | -2/+2 |
* | Replace string16 with base::string16 in chrome/browser | brettw@chromium.org | 2013-12-12 | 1 | -4/+4 |
* | Replace string16 with base::string16. | brettw@chromium.org | 2013-12-04 | 1 | -3/+3 |
* | Canonical encoding name : windows-949 => EUC-KR | jshin@chromium.org | 2013-10-08 | 1 | -2/+1 |
* | Replace third_party/icu/public with third_party/icu/source in the include dir... | jshin@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in chrome/. | dcheng@chromium.org | 2013-06-12 | 1 | -4/+1 |
* | Use a direct include of strings headers in chrome/browser/a*-c*/. | avi@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in chrome/browser/, part 1. | avi@chromium.org | 2013-06-09 | 1 | -1/+1 |
* | Move string tokenizer to base/strings. | brettw@chromium.org | 2013-02-02 | 1 | -2/+2 |
* | Roll ICU and convert include style to standard Chromium style, | phajdan.jr@chromium.org | 2013-01-07 | 1 | -1/+1 |
* | [Coverity] CID 6203: pass std::string by const-ref | tbreisacher@chromium.org | 2012-02-28 | 1 | -2/+2 |
* | chrome: Remove 14 exit time destructors and 2 static initializers. | thakis@chromium.org | 2011-11-16 | 1 | -4/+4 |
* | Revert 110235 - chrome: Remove 14 exit time destructors and 2 static initiali... | kmadhusu@chromium.org | 2011-11-16 | 1 | -4/+4 |
* | chrome: Remove 14 exit time destructors and 2 static initializers. | thakis@chromium.org | 2011-11-16 | 1 | -4/+4 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -1/+1 |
* | Remove static initializer in character_encoding.cc. | tony@chromium.org | 2011-09-01 | 1 | -51/+48 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Move l10n_util to ui/base | ben@chromium.org | 2011-01-21 | 1 | -2/+2 |
* | Remove wstring from l10n_util. Part 1. | avi@chromium.org | 2010-12-28 | 1 | -3/+3 |
* | Split out command IDs from chrome_dll_resource.h. | evan@chromium.org | 2010-11-08 | 1 | -1/+1 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | Change a bunch of string types. | estade@chromium.org | 2010-06-29 | 1 | -3/+5 |
* | linux: build with -Wextra | evan@chromium.org | 2010-02-05 | 1 | -4/+3 |
* | remove ICU includes from l10n_util.h | evan@chromium.org | 2010-01-25 | 1 | -0/+1 |
* | "Windows" and "Macintosh" are proper names, and should be capitalized in the UI. | thomasvl@chromium.org | 2009-10-05 | 1 | -2/+62 |
* | Convert std::wstring encoding names to std::string in a bunch of files. | tony@chromium.org | 2009-09-04 | 1 | -76/+77 |
* | Alias 'US-ASCII' to 'ISO-8859-1' in our UI without touching webkit.BUG=15801 | jnd@chromium.org | 2009-09-02 | 1 | -2/+10 |
* | Replace std:;wstring with std::string and string16 in locale-name related APIs. | jshin@chromium.org | 2009-06-24 | 1 | -1/+1 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Make both Hebrew Visual (ISO-8859-8) and Hebrew Logical (ISO-8859-8-I) | jungshik@google.com | 2009-03-07 | 1 | -4/+6 |
* | NO CODE CHANGE. | maruel@google.com | 2009-03-05 | 1 | -4/+8 |
* | Now we sort encoding menu according to current application locale, we also | jnd@chromium.org | 2009-02-27 | 1 | -0/+7 |
* | Update include paths for grit files. Go ahead and resort | tc@google.com | 2009-02-22 | 1 | -2/+1 |
* | We will sort the encoding menu items according to current used UI language ex... | jnd@chromium.org | 2009-02-20 | 1 | -37/+67 |
* | Make character_encoding.cc compile on Mac and Linux. | jhawkins@chromium.org | 2009-02-10 | 1 | -2/+1 |
* | We need to add UI test for "Encoding" menu to avoid regression. | jnd@google.com | 2008-12-19 | 1 | -18/+17 |
* | A follow-up to a recent unforking of WebCore/platform/text/TextCodecICU.cpp (... | jungshik@google.com | 2008-12-11 | 1 | -4/+4 |
* | Get rid of ISO-8859-9 in the character encoding menu because it's now treated... | jungshik@google.com | 2008-11-25 | 1 | -3/+2 |
* | Revert the change that fixed the encoding when viewing source in subframes. | brettw@google.com | 2008-09-12 | 1 | -62/+61 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | As Brett pointed it out, We normally use 8-bit for encoding names since they'... | jnd@google.com | 2008-08-21 | 1 | -61/+62 |
* | Add chrome to the repository. | initial.commit | 2008-07-26 | 1 | -0/+460 |