summaryrefslogtreecommitdiffstats
path: root/base/i18n
Commit message (Expand)AuthorAgeFilesLines
* Localize strings, speeds.avi@chromium.org2011-06-223-4/+143
* Fix the loading of ca@valencia.pak, which is available intony@chromium.org2011-06-061-1/+9
* Fix memory leak of base/i18n/time_formatter.cckinaba@google.com2011-05-301-2/+2
* Fix ChromeOS clock menu so that it can show 12-hour clock in all locales.kinaba@google.com2011-05-303-7/+206
* base/i18n: Make BreakIterator::IsWord() more readable.tfarina@chromium.org2011-05-262-19/+18
* base/i18n: Pass |str| as const reference in BreakIterator::Init().tfarina@chromium.org2011-05-253-19/+19
* Make DetectEncoding() failed when ucsdet_detect() returls NULL.yoshiki@chromium.org2011-05-241-0/+2
* base/i18n: Remove unneeded includes in case_conversion.*tfarina@chromium.org2011-05-162-6/+3
* base/i18n: Put break_iterator* into namespace i18n.tfarina@chromium.org2011-05-163-17/+27
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-121-4/+4
* wstring: remove WideToUpper/WideToLowerevan@chromium.org2011-05-103-23/+0
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-0/+1
* FTP: split the directory listing parser test and re-enable it on TSan botsphajdan.jr@chromium.org2011-05-063-0/+100
* Fix DirectoryLister not to require refcounting.willchan@chromium.org2011-04-271-2/+4
* wstring: remove wstring functions from base/i18n/rtl.hevan@chromium.org2011-04-253-83/+18
* Revert my recent changes regarding title directionality.evan@chromium.org2011-04-251-22/+0
* Change NavigationEntry's title fields to carry the text direction.evan@chromium.org2011-04-231-0/+5
* Update DCHECK() usage to utilize the more expressive debugging functions.kushi.p@gmail.com2011-04-221-2/+2
* Add and use a base::i18n::StringWithDirection for carrying titles.evan@chromium.org2011-04-211-1/+18
* Add TimeFormatTimeOfDayWithHourClockType() and GetHourClockType().satorux@chromium.org2011-04-142-1/+88
* Replacing base::DIR_TEMP with ScopedTempDir when appropriate.mkwst@chromium.org2011-04-121-22/+1
* FTP: Multiple fixes for localized directory listings:phajdan.jr@chromium.org2011-04-112-2/+42
* Revert 80587 - FTP: Multiple fixes for localized directory listings:- fix det...phajdan.jr@chromium.org2011-04-062-41/+1
* FTP: Multiple fixes for localized directory listings:phajdan.jr@chromium.org2011-04-062-1/+41
* Make 'dangerous download warning' visible in Japanese UI on Windows.jshin@chromium.org2011-03-282-12/+25
* Move some files from base to base/memory.levin@chromium.org2011-03-283-7/+7
* Retry on fix. I am a bad programmer.evan@chromium.org2011-03-141-2/+4
* Windows fix.evan@chromium.org2011-03-141-1/+1
* wstring: simplify an rtl testevan@chromium.org2011-03-131-65/+31
* Drop the icu version number from the name of icu data file on Windows. jshin@chromium.org2011-03-101-1/+1
* More DCHECK() updates. A mixture of _EQ and _GE.mhm@chromium.org2011-03-011-1/+1
* Pull in ICU 4.6jshin@chromium.org2011-02-241-2/+3
* Add support for ICU data in a data file.thomasvl@chromium.org2011-02-101-1/+36
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+2
* base/i18n: Add namespace i18n to CharIterator.tfarina@chromium.org2011-01-203-9/+25
* Move BiDiLineIterator to base/i18n/ directory.tfarina@chromium.org2011-01-202-0/+107
* Add SCOPED_TRACEs to ICUStringConversionsTestphajdan.jr@chromium.org2011-01-041-0/+20
* Update the time formatting APIs to use string16.avi@chromium.org2010-12-222-20/+17
* Add BREAK_NEWLINE mode to break_iterator.cctsepez@chromium.org2010-12-213-41/+263
* Fix build with -Duse_system_icu=1 and libicu-4.4.*phajdan.jr@chromium.org2010-12-201-4/+6
* Commiting second word iterator patch for tsepez. this was originally reviewed...cdn@chromium.org2010-12-153-63/+70
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-12/+14
* Fix extension install UI for extensions with RTL Names.jeremy@chromium.org2010-12-122-0/+53
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-14/+12
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-12/+14
* Remove ICU header dependencies outside of /i18n directory.cdn@chromium.org2010-12-102-12/+22
* This CL add a GetInstance() method to singleton classes instead of relying on...satish@chromium.org2010-12-041-19/+27
* Cleanup AdjustStringForLocaleDirection() to modify input parameter in place.jeremy@chromium.org2010-11-242-32/+17
* FTP: improve character encoding detection in cases where ICU's first guess is...phajdan.jr@chromium.org2010-11-182-5/+37
* The UI language rather than the locale is now used to pick Chrome's language ...grt@chromium.org2010-11-162-21/+2