diff options
author | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-25 17:18:25 +0000 |
---|---|---|
committer | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-25 17:18:25 +0000 |
commit | a1f5b7e4810fba090076f086a813faa681d1e02f (patch) | |
tree | f036cc97ea186601811ff80f82dea98d1b07d715 /DEPS | |
parent | 6759ff3b32ce55abc3812f3c03ae8340f4d77d5c (diff) | |
download | chromium_src-a1f5b7e4810fba090076f086a813faa681d1e02f.zip chromium_src-a1f5b7e4810fba090076f086a813faa681d1e02f.tar.gz chromium_src-a1f5b7e4810fba090076f086a813faa681d1e02f.tar.bz2 |
Roll ICU to r93875
Two actual CLs will be brought in with this:
A. http://codereview.chromium.org/7046066
1. region name for '419' : drop 'Carribean' and make it just 'Latin America'.
: this cuts down the width of our language selection menu.
The CLDR upstream plans to make this change as well.
2. Delete the display names for all the numeric region codes other than 419 because
we don't use them at the moment. This saves about 50kB.
3. Swap the thousand separator and decimal mark symbol in Serbian
4. Fix some date formats in various locales.
5. Merge the upstream (CLDR) changes on the way line-breaking works with
small kana characters.
6. Update timezone (metazone) display names in ko, it, de, ja (CrOS now and JS i18n API later).
B. http://codereview.chromium.org/7488050
Add curreny display names for JS I18N API. About 900kB increase in ICU data size.
Pre-built data files are updated with the aboev two changes by
http://crrev.com/93864 and http://crrev.com/93875
BUG=28604
TEST=1. JavaScript I18N API - NumberFormat ; go to http://i18n.kaziprst.org and select NumberFormat. Items with 'currency' should be displayed correctly.
2. On CrOS: unit_tests --gtest_filter=LanguageOptionsHandlerTest.GetLanguageList
TBR=cira
Review URL: http://codereview.chromium.org/7493054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93899 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ deps = { "/trunk/deps/third_party/WebKit@76115", "src/third_party/icu": - "/trunk/deps/third_party/icu46@93281", + "/trunk/deps/third_party/icu46@93875", "src/third_party/hunspell": "/trunk/deps/third_party/hunspell@93061", |