summaryrefslogtreecommitdiffstats
path: root/base/i18n
Commit message (Expand)AuthorAgeFilesLines
* 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
* Roll ICU to icu52jshin@chromium.org2014-07-181-16/+2
* Fixes for re-enabling more MSVC level 4 warnings: base/ editionpkasting@chromium.org2014-07-031-1/+1
* Revert 277111 "Roll ICU to icu52"sorin@chromium.org2014-06-131-2/+16
* Roll ICU to icu52jshin@chromium.org2014-06-131-16/+2
* Refactor code to avoid direct dependency upon ICU: spellcheck_worditeratorandrewhayden@chromium.org2014-06-132-11/+72
* [ICU] Avoid reading ICU data files in render process.feng@chromium.org2014-06-102-2/+34
* Log InitializeICU() failures in relase buildwangxianzhu@chromium.org2014-05-271-4/+4
* Remove MessagePumpGtk.erg@chromium.org2014-04-162-17/+0
* Run ContentMain in a browser_test's browser process. This removes duplication...jam@chromium.org2014-03-182-7/+23
* Revert 257524 "Move IsStringASCII/UTF8 to base namespace."brettw@chromium.org2014-03-171-4/+0
* Move IsStringASCII/UTF8 to base namespace.brettw@chromium.org2014-03-171-0/+4
* Change DCHECK_IS_ON() to DCHECK_IS_ONwangxianzhu@chromium.org2014-03-141-5/+5
* Let DCHECK in non-official-release build be opt-in with dcheck_always_on=1 onlywangxianzhu@chromium.org2014-03-101-4/+1
* Enable icu_use_data_file_flag on Androidjshin@chromium.org2014-03-081-0/+2
* Move TrimWhitespace to the base namespace.brettw@chromium.org2014-03-031-1/+1
* Fix build issues in base/ for Android x64yang.gu@intel.com2014-02-281-5/+10
* Revert 253938 "Enable icu_use_data_file_flag on Android"pkasting@chromium.org2014-02-281-2/+0
* Fix "narrowing conversion" errors uncovered in building with gcc 4.8agoode@chromium.org2014-02-271-3/+4
* Enable icu_use_data_file_flag on Androidjshin@chromium.org2014-02-271-0/+2
* Enable icu_use_data_file on Windowsjshin@chromium.org2014-01-241-2/+7
* Revert of Enable icu_use_data_file on Windows (https://codereview.chromium.or...jshin@chromium.org2014-01-231-1/+1
* Enable icu_use_data_file on Windowsjshin@chromium.org2014-01-221-1/+1
* Refactor base/safe_numerics.hjschuh@chromium.org2014-01-171-2/+2
* Fix compilation of build_utf8_validator_tables on Win64.ricea@chromium.org2014-01-161-1/+3
* The browser-side WebSocket implementation needs to avoid sending invalidricea@chromium.org2014-01-157-0/+1318
* Implement eliding/truncating at end in RenderTextskanuj@chromium.org2014-01-023-1/+82
* Remove UTF string conversion functions from the global namespace.avi@chromium.org2013-12-262-6/+8
* Roll icu to 241739 and drop a version from icudt*datjshin@chromium.org2013-12-191-2/+5
* Revert of https://codereview.chromium.org/107513011/szym@chromium.org2013-12-163-82/+1
* Implement eliding/truncating at end in RenderTextskanuj@chromium.org2013-12-163-1/+82
* Revert of https://codereview.chromium.org/112063003/szym@chromium.org2013-12-133-82/+1
* Implement eliding/truncating at end in RenderTextskanuj@chromium.org2013-12-133-1/+82
* Move the logic for getting icu data out of icu_utiljshin@chromium.org2013-12-041-29/+12
* Move more uses of string16 to specify base::brettw@chromium.org2013-12-034-5/+6
* retry r235823 with more lax unit test.estade@chromium.org2013-11-253-0/+650
* Revert 235823 "Add a timezone utility file to base/."dewittj@chromium.org2013-11-193-654/+0
* Revert 235842 "fix android build by adding build_config.h"dewittj@chromium.org2013-11-191-1/+1
* fix android build by adding build_config.hestade@chromium.org2013-11-181-1/+1
* Add a timezone utility file to base/.estade@chromium.org2013-11-183-0/+654