Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Issue 265613002: Roll ICU to icu52 (Closed)

Created:
6 years, 7 months ago by jungshik at Google
Modified:
6 years, 5 months ago
CC:
Mark Mentovai, chromium-reviews, groby+spellwatch_chromium.org, rpetterson, erikwright+watch_chromium.org, rouslan+spellwatch_chromium.org, jshin+watch_chromium.org
Visibility:
Public.

Description

Roll ICU to icu52 The ICU update does the following among other things: - Update EUC-JP (no more JIS X 212 round-trip coverage) per WHATWG encoding spec. - Add CP866 - Add far better/more extensive support for plural, format, etc - Numerous locale data update - Khmer/Lao line/word-breaking support - More compact Chinese/Japanese dictionary (now a part of the upstream instead of our local patch) - Better plural support that we plan to use right away. - Update icu/BUILD.gn : file list update, new defines, etc. - Update tests a. icu_string_conversions_unittests : drop iscii (nobody uses it) and remove JIS X 212 code points from the round-trip test b. l10n_util_unittests: Display names for zh-*. c. ThaiSnippet's expected result. (due to a Unicode grapheme definition change). d. Update Expected results in file_manager_browsertest/test_util.js (see http://crbug.com/383930) - Update SpellcheckerWordIterator a. Add U+0027 back to MidNumLet b. Add Lao and Khmer scripts to the list of scripts requiring dictionary-based word-breaking. - l10n_util : alias 'tl' to 'fil' (Tagalog to Filipino) - Update IdentityInternalsSingleTokenWebUITest.verifyGetters (DateTimeFormat-Full has 'at' before time, which is not handled by Date.parse() - update license.py because we don't have a separate Chinese/Japanese dictionary any more. It's now a part of ICU Note to Sheriff : 1. 140 ~ 200 kB size increase is expected for all platforms. This size increase was singed off by laforge@. The expected size has to be updated with both reva/revb pointing to the revision corresponding to this CL. 2. http://codereview.chromium.org/348913002 has to be applied before running make_expectations.py to update tools/perf_expectations/perf_expectations.json after this CL is landed. BUG=132145, 277023, 136148, 360433, 364072 TEST=base_unittests:*ICU*, net_unittests:*IDN*, ui_unittests:*Lang*, browser_tests (encoding related, Iden*verifyGet*), unit_tests:Ext*L10*, unit_tests:*Lang*, component_tests:*Snipp*, layout tests (encoding, date/calendar, line breaking, and others), build 'base_i18n_nacl', GN build bots. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=277111 R=arv@chromium.org, brettw@chromium.org, fgorski@chromium.org, groby@chromium.org, hirono@chromium.org, tony@chromium.org, toyoshim@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284167

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : clean up identity_internals_ui_browsertest.js #

Patch Set 8 : #

Patch Set 9 : #

Total comments: 2

Patch Set 10 : add a ref to bug 364072 in comment #

Patch Set 11 : #

Patch Set 12 : rebase to tot #

Patch Set 13 : update expectation in photo gallery app test #

Total comments: 1

Patch Set 14 : remove TODO from filemanager test #

Patch Set 15 : roll icu to 277999 : nacl fix, advacp32 dependency #

Patch Set 16 : #

Patch Set 17 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+202 lines, -187 lines) Patch
M DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M base/i18n/icu_string_conversions_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +2 lines, -16 lines 0 comments Download
M build/secondary/third_party/icu/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 15 chunks +83 lines, -53 lines 0 comments Download
M chrome/browser/translate/translate_manager_render_view_host_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 5 chunks +24 lines, -25 lines 0 comments Download
M chrome/browser/ui/webui/identity_internals_ui_browsertest.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +6 lines, -2 lines 0 comments Download
M chrome/renderer/spellchecker/spellcheck_worditerator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +6 lines, -2 lines 0 comments Download
M chrome/test/data/extensions/api_test/file_manager_browsertest/test_util.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +18 lines, -18 lines 0 comments Download
M components/query_parser/snippet.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -2 lines 0 comments Download
M components/query_parser/snippet_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +48 lines, -49 lines 0 comments Download
M tools/licenses.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -3 lines 0 comments Download
M ui/base/l10n/l10n_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +5 lines, -14 lines 0 comments Download
M ui/base/l10n/l10n_util_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +7 lines, -2 lines 0 comments Download

Messages

Total messages: 77 (0 generated)
fgorski
identity-internals browser tests lgtm
6 years, 6 months ago (2014-06-03 23:31:37 UTC) #1
jungshik at Google
groby : can you review spellchecker_word iterator (I made a minimal change to account for ...
6 years, 6 months ago (2014-06-07 09:19:26 UTC) #2
jungshik at Google
@tony, can you review l10n/l10n_utiil? @brettw, can you review component/query_parser/* as well? Thank you,
6 years, 6 months ago (2014-06-07 09:23:50 UTC) #3
jungshik at Google
@toyoshim : can you review chrome/browser/translate/* ? @arv : can you owner-review chrome/browser/ui/webui/* ? Thank ...
6 years, 6 months ago (2014-06-07 09:28:28 UTC) #4
brettw
lgtm
6 years, 6 months ago (2014-06-07 22:11:41 UTC) #5
tony
Neat! LGTM
6 years, 6 months ago (2014-06-08 19:20:51 UTC) #6
Takashi Toyoshima
translate/ lgtm
6 years, 6 months ago (2014-06-09 05:02:16 UTC) #7
jungshik at Google
@groby : can you review spellchecker? @arv : can you do the owner-approval for chrome/* ...
6 years, 6 months ago (2014-06-10 06:00:55 UTC) #8
jungshik at Google
On 2014/06/10 06:00:55, Jungshik Shin wrote: > @groby : can you review spellchecker? > @arv ...
6 years, 6 months ago (2014-06-10 17:43:08 UTC) #9
jungshik at Google
PS #9 just added a comment to spellchecker word iterator.
6 years, 6 months ago (2014-06-10 17:44:24 UTC) #10
arv (Not doing code reviews)
LGTM
6 years, 6 months ago (2014-06-10 17:54:35 UTC) #11
groby-ooo-7-16
LGTM - thanks for doing this! https://codereview.chromium.org/265613002/diff/160001/chrome/renderer/spellchecker/spellcheck_worditerator.cc File chrome/renderer/spellchecker/spellcheck_worditerator.cc (right): https://codereview.chromium.org/265613002/diff/160001/chrome/renderer/spellchecker/spellcheck_worditerator.cc#newcode71 chrome/renderer/spellchecker/spellcheck_worditerator.cc:71: // has to ...
6 years, 6 months ago (2014-06-10 20:18:12 UTC) #12
jungshik at Google
Thank you, @groby ! I'll add this CL to CQ once Blinks rolls to/beyond 175868 ...
6 years, 6 months ago (2014-06-10 20:54:21 UTC) #13
jungshik at Google
The CQ bit was checked by jshin@chromium.org
6 years, 6 months ago (2014-06-10 22:25:00 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jshin@chromium.org/265613002/180001
6 years, 6 months ago (2014-06-10 22:25:59 UTC) #15
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_chromium_gn_compile_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-11 09:15:31 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-11 09:23:31 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_chromium_gn_compile_rel/builds/12642) chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/72949) linux_chromium_chromeos_clang_dbg ...
6 years, 6 months ago (2014-06-11 09:23:32 UTC) #18
jungshik at Google
On 2014/06/11 09:23:32, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 6 months ago (2014-06-11 10:38:36 UTC) #19
jungshik at Google
On 2014/06/11 10:38:36, Jungshik Shin wrote: > On 2014/06/11 09:23:32, I haz the power (commit-bot) ...
6 years, 6 months ago (2014-06-11 10:55:54 UTC) #20
jungshik at Google
The CQ bit was checked by jshin@chromium.org
6 years, 6 months ago (2014-06-11 19:30:49 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jshin@chromium.org/265613002/220001
6 years, 6 months ago (2014-06-11 19:34:26 UTC) #22
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-11 21:17:56 UTC) #23
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-11 21:21:44 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/mac_chromium_compile_dbg/builds/31349)
6 years, 6 months ago (2014-06-11 21:21:45 UTC) #25
jungshik at Google
The CQ bit was checked by jshin@chromium.org
6 years, 6 months ago (2014-06-12 05:57:39 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jshin@chromium.org/265613002/220001
6 years, 6 months ago (2014-06-12 06:00:03 UTC) #27
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-12 11:09:50 UTC) #28
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-12 12:57:32 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_chromeos_rel/builds/36912)
6 years, 6 months ago (2014-06-12 12:57:33 UTC) #30
jungshik at Google
On 2014/06/12 12:57:33, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 6 months ago (2014-06-12 17:04:35 UTC) #31
jungshik at Google
On 2014/06/12 17:04:35, Jungshik Shin wrote: > On 2014/06/12 12:57:33, I haz the power (commit-bot) ...
6 years, 6 months ago (2014-06-12 17:46:20 UTC) #32
jungshik at Google
bot_update didn't switch icu to icu52 (from icu46). This happened once in the past, but ...
6 years, 6 months ago (2014-06-13 00:25:30 UTC) #33
jungshik at Google
@hirono, can you review test_util.js change (to update the expectation to match the date-time format ...
6 years, 6 months ago (2014-06-13 00:26:58 UTC) #34
hirono
https://codereview.chromium.org/265613002/diff/240001/chrome/test/data/extensions/api_test/file_manager_browsertest/test_util.js File chrome/test/data/extensions/api_test/file_manager_browsertest/test_util.js (right): https://codereview.chromium.org/265613002/diff/240001/chrome/test/data/extensions/api_test/file_manager_browsertest/test_util.js#newcode167 chrome/test/data/extensions/api_test/file_manager_browsertest/test_util.js:167: * See http://crbug.com/383930 I'm not sure we should do ...
6 years, 6 months ago (2014-06-13 02:32:22 UTC) #35
jungshik at Google
On 2014/06/13 02:32:22, hirono wrote: > https://codereview.chromium.org/265613002/diff/240001/chrome/test/data/extensions/api_test/file_manager_browsertest/test_util.js > File chrome/test/data/extensions/api_test/file_manager_browsertest/test_util.js > (right): > > https://codereview.chromium.org/265613002/diff/240001/chrome/test/data/extensions/api_test/file_manager_browsertest/test_util.js#newcode167 ...
6 years, 6 months ago (2014-06-13 06:14:09 UTC) #36
hirono
On 2014/06/13 06:14:09, Jungshik Shin wrote: > On 2014/06/13 02:32:22, hirono wrote: > > > ...
6 years, 6 months ago (2014-06-13 06:23:17 UTC) #37
hirono
On 2014/06/13 06:23:17, hirono wrote: > On 2014/06/13 06:14:09, Jungshik Shin wrote: > > On ...
6 years, 6 months ago (2014-06-13 06:43:49 UTC) #38
jungshik at Google
On 2014/06/13 06:43:49, hirono wrote: > On 2014/06/13 06:23:17, hirono wrote: > > On 2014/06/13 ...
6 years, 6 months ago (2014-06-13 08:47:11 UTC) #39
hirono
On 2014/06/13 08:47:11, Jungshik Shin wrote: > On 2014/06/13 06:43:49, hirono wrote: > > On ...
6 years, 6 months ago (2014-06-13 08:49:29 UTC) #40
jungshik at Google
The CQ bit was checked by jshin@chromium.org
6 years, 6 months ago (2014-06-13 17:06:09 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jshin@chromium.org/265613002/260001
6 years, 6 months ago (2014-06-13 17:07:49 UTC) #42
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-13 20:50:07 UTC) #43
commit-bot: I haz the power
Change committed as 277111
6 years, 6 months ago (2014-06-13 22:27:13 UTC) #44
Sorin Jianu
This change was reverted by https://codereview.chromium.org/336793004/ I don't understand how this change landed through the ...
6 years, 6 months ago (2014-06-14 02:17:05 UTC) #45
jungshik at Google
On 2014/06/14 02:17:05, Sorin Jianu wrote: > This change was reverted by https://codereview.chromium.org/336793004/ > > ...
6 years, 6 months ago (2014-06-14 06:41:27 UTC) #46
jungshik at Google
On 2014/06/14 02:17:05, Sorin Jianu wrote: > An additional thing to consider when relanding it: ...
6 years, 6 months ago (2014-06-14 07:50:39 UTC) #47
jungshik at Google
The CQ bit was checked by jshin@chromium.org
6 years, 6 months ago (2014-06-19 21:58:15 UTC) #48
jungshik at Google
The CQ bit was unchecked by jshin@chromium.org
6 years, 6 months ago (2014-06-19 21:58:18 UTC) #49
jungshik at Google
The CQ bit was checked by jshin@chromium.org
6 years, 6 months ago (2014-06-19 22:00:07 UTC) #50
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jshin@chromium.org/265613002/280001
6 years, 6 months ago (2014-06-19 22:04:51 UTC) #51
jungshik at Google
The CQ bit was unchecked by jshin@chromium.org
6 years, 6 months ago (2014-06-19 22:10:21 UTC) #52
jungshik at Google
The CQ bit was checked by jshin@chromium.org
6 years, 6 months ago (2014-06-19 22:25:00 UTC) #53
jungshik at Google
On 2014/06/19 22:10:21, Jungshik Shin wrote: > The CQ bit was unchecked by https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=jshin@chromium.org BUILD.gn ...
6 years, 6 months ago (2014-06-19 22:25:28 UTC) #54
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jshin@chromium.org/265613002/300001
6 years, 6 months ago (2014-06-19 22:27:14 UTC) #55
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-20 03:52:24 UTC) #56
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-20 05:19:33 UTC) #57
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_chromeos_rel/builds/39900)
6 years, 6 months ago (2014-06-20 05:19:35 UTC) #58
jungshik at Google
The CQ bit was checked by jshin@chromium.org
6 years, 6 months ago (2014-06-20 20:13:39 UTC) #59
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jshin@chromium.org/265613002/300001
6 years, 6 months ago (2014-06-20 20:15:06 UTC) #60
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-20 21:45:02 UTC) #61
jungshik at Google
Not to myself and sheriffs : http://codereview.chromium.org/348913002 has to be applied before running make_expectations.py to ...
6 years, 6 months ago (2014-06-20 21:50:47 UTC) #62
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-20 23:06:00 UTC) #63
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_chromeos_rel/builds/40310)
6 years, 6 months ago (2014-06-20 23:06:01 UTC) #64
jungshik at Google
The CQ bit was checked by jshin@chromium.org
6 years, 5 months ago (2014-07-17 17:31:14 UTC) #65
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jshin@chromium.org/265613002/300001
6 years, 5 months ago (2014-07-17 17:31:42 UTC) #66
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel on tryserver.chromium ...
6 years, 5 months ago (2014-07-17 17:38:48 UTC) #67
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-17 17:43:37 UTC) #68
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win8_chromium_rel/builds/4245)
6 years, 5 months ago (2014-07-17 17:43:39 UTC) #69
jungshik at Google
The CQ bit was checked by jshin@chromium.org
6 years, 5 months ago (2014-07-17 17:55:01 UTC) #70
jungshik at Google
Rebased to the ToT (BUILD.gn was updated while I was gone). Enrollment*Success (browser_test) was disabled ...
6 years, 5 months ago (2014-07-17 17:56:34 UTC) #71
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jshin@chromium.org/265613002/320001
6 years, 5 months ago (2014-07-17 17:56:56 UTC) #72
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 5 months ago (2014-07-17 21:33:18 UTC) #73
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-17 22:01:15 UTC) #74
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg_triggered_tests on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg_triggered_tests/builds/172119)
6 years, 5 months ago (2014-07-17 22:01:16 UTC) #75
jungshik at Google
I'm landing this CL manually. AndroidDebug failure was fixed by reverting a new SSL library ...
6 years, 5 months ago (2014-07-18 18:47:13 UTC) #76
jungshik at Google
6 years, 5 months ago (2014-07-18 18:48:01 UTC) #77
Message was sent while issue was closed.
Committed patchset #17 manually as r284167 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698