summaryrefslogtreecommitdiffstats
path: root/base/i18n
Commit message (Expand)AuthorAgeFilesLines
* Restore locales after testsolli.raula2015-08-204-4/+18
* Creates BreakIterator::GetWordBreakStatus.juliusa2015-08-123-2/+118
* Optimize RTL check in ICU to avoid mmap access.danduong2015-08-123-12/+52
* Replace ToLower calls to the new formatbrettw2015-08-101-5/+2
* Support XCode's "Right to Left Pseudolanguage" on iOS.marq2015-08-101-0/+11
* Add ICU message format supportjshin2015-08-073-0/+432
* Create an experiment that avoids mmap access of ICU during startup.danduong2015-07-271-0/+10
* Remove CaseInsensitiveCompare from string_util.hbrettw2015-07-141-0/+4
* Add a FoldCase function, improve ToLower/ToUpper.brettw2015-07-093-35/+157
* Fixed tests TimeFormattingTest.TimeFormatDateUS & GB.vitbar2015-07-011-4/+14
* Show timestamps with millisecond accuracy in chrome://proximity-auth.tengs2015-06-243-14/+34
* Store and load icudtl.dat directly from the apk rather than extracting on sta...agrieve2015-06-191-0/+16
* Take 2: Moved logic for mapping child process FDs for ICU and V8 into child_p...agrieve2015-06-192-85/+118
* Revert of Moved logic for mapping child process FDs for ICU and V8 into child...mek2015-06-162-114/+85
* Moved logic for mapping child process FDs for ICU and V8 into child_process_l...agrieve2015-06-162-85/+114
* RenderTextHarfBuzz no longer ignores its specified text direction.mgiuca2015-06-122-4/+23
* BiDiLineIterator: Remove "url" parameter.mgiuca2015-06-102-6/+2
* added test to test case converting with nonASCIIolli.syrjala2015-05-191-2/+54
* Removes android ifdefs from InitializeICUWithFileDescriptorsky2015-05-082-22/+18
* Remove CodepageToWide and WideToCodepagejshin2015-05-063-198/+1
* Update the ICU's default timezone in browser/rendererjshin2015-04-291-4/+19
* Add temporary CHECKs in ICU init to attempt to more closely locate crashscottmg2015-04-251-0/+19
* Change CompareString16WithCollator to take const ref collator.estade2015-04-113-12/+10
* Fixing debug GN build.bradnelson2015-03-242-0/+6
* base: Fix/add header #ifndef guards.danakj2015-03-102-2/+2
* Revert of base: Fix/add header #ifndef guards. (patchset #2 id:20001 of https...bnc2015-03-092-2/+2
* base: Fix/add header #ifndef guards.danakj2015-03-092-2/+2
* Upgrade ICU to 54.1jshin2015-02-202-4/+5
* A memory issue occurred in https://codereview.chromium.org/827123004/jww2015-02-081-6/+0
* The Certificate Web UI incorrectly formats the issued and expires dates.jww2015-02-083-0/+31
* Update ReplaceIllegalCharactersInPath to handle quirks in HFS+ and VFATasanka2015-01-313-68/+112
* Clean up time_formatting_unittest.cc now that chromium icu has been updatedPaweł Hajdan, Jr2015-01-301-17/+0
* Cleanup dead code in base/ as found by Scythe.thestig2015-01-222-4/+3
* Move l10n_util's GetCanonicalLocal() function into base/i18n module.tfarina2015-01-162-3/+3
* mmap V8 snapshot and ICU data file in the android_webviewmkosiba2015-01-092-14/+22
* base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON().danakj2015-01-081-1/+1
* More wiring for server autofill data.brettw2014-12-191-1/+1
* Prefix CommandLine usege with base namespace (Part 1: base/)pgal.u-szeged2014-11-251-3/+3
* Avoid a string copy in URLRequestResourceBundleJob::GetData().jyasskin2014-11-171-0/+4
* Roll src/third_party/icu 8ac906f:d8b2a9d7 (svn 292317:292476)jshin2014-10-221-1/+2
* Cleanup: Better constify some strings in base.thestig2014-10-211-4/+4
* Convert ARRAYSIZE_UNSAFE -> arraysize in base/.viettrungluu2014-10-163-9/+9
* Fix bug in BreakIterator class that could cause illegal accessiceman2014-10-063-5/+48
* Use a more suitable storage for the timezone table.bratell2014-10-021-12/+20
* Move file_util to base/files/ directory.brettw@chromium.org2014-08-132-2/+2
* Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."brettw@chromium.org2014-08-131-4/+4
* Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespacebrettw@chromium.org2014-08-131-4/+4
* Move file_util_icu to base::i18n namespacebrettw@chromium.org2014-08-073-36/+41
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-1/+1
* RenderTextHarfBuzz: Allow mid-glyph cursors in multi-grapheme clustersckocagil@chromium.org2014-07-302-3/+15