| Commit message (Expand) | Author | Age | Files | Lines |
* | This is a reapply of | xji@google.com | 2011-09-21 | 2 | -0/+27 |
* | Revert 102006 - fix know issues in RenderText | sky@chromium.org | 2011-09-20 | 2 | -27/+0 |
* | fix know issues in RenderText | xji@google.com | 2011-09-20 | 2 | -0/+27 |
* | Base/Valgrind: Close the UStringSearch. | jhawkins@chromium.org | 2011-09-19 | 2 | -8/+6 |
* | Searching for downloads currently does a plain substring search, which does not | vanlam@google.com | 2011-09-16 | 3 | -0/+226 |
* | Base: Switch base_i18n to be a separate dll (component build) | rvargas@google.com | 2011-08-31 | 12 | -70/+115 |
* | Upstream android i18n change | michaelbai@google.com | 2011-08-29 | 2 | -5/+8 |
* | Optimize phishing page term feature extraction. | gcasto@chromium.org | 2011-08-09 | 2 | -7/+8 |
* | Localize strings, speeds. | avi@chromium.org | 2011-06-22 | 3 | -4/+143 |
* | Fix the loading of ca@valencia.pak, which is available in | tony@chromium.org | 2011-06-06 | 1 | -1/+9 |
* | Fix memory leak of base/i18n/time_formatter.cc | kinaba@google.com | 2011-05-30 | 1 | -2/+2 |
* | Fix ChromeOS clock menu so that it can show 12-hour clock in all locales. | kinaba@google.com | 2011-05-30 | 3 | -7/+206 |
* | base/i18n: Make BreakIterator::IsWord() more readable. | tfarina@chromium.org | 2011-05-26 | 2 | -19/+18 |
* | base/i18n: Pass |str| as const reference in BreakIterator::Init(). | tfarina@chromium.org | 2011-05-25 | 3 | -19/+19 |
* | Make DetectEncoding() failed when ucsdet_detect() returls NULL. | yoshiki@chromium.org | 2011-05-24 | 1 | -0/+2 |
* | base/i18n: Remove unneeded includes in case_conversion.* | tfarina@chromium.org | 2011-05-16 | 2 | -6/+3 |
* | base/i18n: Put break_iterator* into namespace i18n. | tfarina@chromium.org | 2011-05-16 | 3 | -17/+27 |
* | iwyu: Include stringprintf.h where appropriate, part 3. | jhawkins@chromium.org | 2011-05-12 | 1 | -4/+4 |
* | wstring: remove WideToUpper/WideToLower | evan@chromium.org | 2011-05-10 | 3 | -23/+0 |
* | iwyu: Include stringprintf.h where appropriate, part 1. | jhawkins@chromium.org | 2011-05-10 | 1 | -0/+1 |
* | FTP: split the directory listing parser test and re-enable it on TSan bots | phajdan.jr@chromium.org | 2011-05-06 | 3 | -0/+100 |
* | Fix DirectoryLister not to require refcounting. | willchan@chromium.org | 2011-04-27 | 1 | -2/+4 |
* | wstring: remove wstring functions from base/i18n/rtl.h | evan@chromium.org | 2011-04-25 | 3 | -83/+18 |
* | Revert my recent changes regarding title directionality. | evan@chromium.org | 2011-04-25 | 1 | -22/+0 |
* | Change NavigationEntry's title fields to carry the text direction. | evan@chromium.org | 2011-04-23 | 1 | -0/+5 |
* | Update DCHECK() usage to utilize the more expressive debugging functions. | kushi.p@gmail.com | 2011-04-22 | 1 | -2/+2 |
* | Add and use a base::i18n::StringWithDirection for carrying titles. | evan@chromium.org | 2011-04-21 | 1 | -1/+18 |
* | Add TimeFormatTimeOfDayWithHourClockType() and GetHourClockType(). | satorux@chromium.org | 2011-04-14 | 2 | -1/+88 |
* | Replacing base::DIR_TEMP with ScopedTempDir when appropriate. | mkwst@chromium.org | 2011-04-12 | 1 | -22/+1 |
* | FTP: Multiple fixes for localized directory listings: | phajdan.jr@chromium.org | 2011-04-11 | 2 | -2/+42 |
* | Revert 80587 - FTP: Multiple fixes for localized directory listings:- fix det... | phajdan.jr@chromium.org | 2011-04-06 | 2 | -41/+1 |
* | FTP: Multiple fixes for localized directory listings: | phajdan.jr@chromium.org | 2011-04-06 | 2 | -1/+41 |
* | Make 'dangerous download warning' visible in Japanese UI on Windows. | jshin@chromium.org | 2011-03-28 | 2 | -12/+25 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 3 | -7/+7 |
* | Retry on fix. I am a bad programmer. | evan@chromium.org | 2011-03-14 | 1 | -2/+4 |
* | Windows fix. | evan@chromium.org | 2011-03-14 | 1 | -1/+1 |
* | wstring: simplify an rtl test | evan@chromium.org | 2011-03-13 | 1 | -65/+31 |
* | Drop the icu version number from the name of icu data file on Windows. | jshin@chromium.org | 2011-03-10 | 1 | -1/+1 |
* | More DCHECK() updates. A mixture of _EQ and _GE. | mhm@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | Pull in ICU 4.6 | jshin@chromium.org | 2011-02-24 | 1 | -2/+3 |
* | Add support for ICU data in a data file. | thomasvl@chromium.org | 2011-02-10 | 1 | -1/+36 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -2/+2 |
* | base/i18n: Add namespace i18n to CharIterator. | tfarina@chromium.org | 2011-01-20 | 3 | -9/+25 |
* | Move BiDiLineIterator to base/i18n/ directory. | tfarina@chromium.org | 2011-01-20 | 2 | -0/+107 |
* | Add SCOPED_TRACEs to ICUStringConversionsTest | phajdan.jr@chromium.org | 2011-01-04 | 1 | -0/+20 |
* | Update the time formatting APIs to use string16. | avi@chromium.org | 2010-12-22 | 2 | -20/+17 |
* | Add BREAK_NEWLINE mode to break_iterator.cc | tsepez@chromium.org | 2010-12-21 | 3 | -41/+263 |
* | Fix build with -Duse_system_icu=1 and libicu-4.4.* | phajdan.jr@chromium.org | 2010-12-20 | 1 | -4/+6 |
* | Commiting second word iterator patch for tsepez. this was originally reviewed... | cdn@chromium.org | 2010-12-15 | 3 | -63/+70 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-14 | 1 | -12/+14 |