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

Issue 2873603002: Update ICU to 59.1 (Closed)

Created:
3 years, 7 months ago by jungshik at Google
Modified:
3 years, 7 months ago
Reviewers:
drott, michaeldo, Yang
CC:
blink-reviews, blink-reviews-html_chromium.org, chromium-reviews, dglazkov+blink
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Update ICU to 59.1 For details on what's new and changed in ICU 59.1, see https://chromium-review.googlesource.com/c/505173/ On all platforms, ICU data size is increased by ~ 42 kB. Inside ICU, UChar is typedef'd to be char16_t. Externally, it's either uint16_t (non-Windows) or WChar (Windows) for now (i.e. UChar is the same type as base::char16). This way, the minimal amount of changes is necessary in Chromium, Blink and v8. See https://bugs.chromium.org/p/v8/issues/detail?id=6062 https://bugs.chromium.org/p/chromium/issues/detail?id=693640 for changes made to work with ICU 59.1. V8 was confirmed to pass all tests at https://chromium-review.googlesource.com/c/505255 . In addition, enable SymbolsIteratorTest.Emoji5AdditionsExceptFlags (blink_platform_unittests). CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel,mac10.12_blink_rel,win10_blink_rel;master.tryserver.chromium.android:android_blink_rel BUG=699469 TEST=blink layout tests, all *unittests including webkit,blink*, browsertests TBR=drott@chromium.org, yangguo@chromium.org,michaeldo@chromium.org Review-Url: https://codereview.chromium.org/2873603002 Cr-Commit-Position: refs/heads/master@{#471620} Committed: https://chromium.googlesource.com/chromium/src/+/ee36babf91a54379889370cdd207e818555acb5d

Patch Set 1 #

Patch Set 2 : For testing, roll v8 to 738ba5ef1 #

Patch Set 3 : roll icu to f00b0c4; msvc C4229 warning fix #

Patch Set 4 : rebased #

Patch Set 5 : roll icu to ac66100e4291: fix an ICU bug 13190 #

Patch Set 6 : roll icu to a8f633d (fix icu bug 13192) #

Patch Set 7 : roll icu to ICU 59.1 in deps/icu master (instead of 59staging branch) #

Patch Set 8 : Enable SymbolsIteratorTest.Emoji5AdditionsExceptFlags #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -4 lines) Patch
M DEPS View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/fonts/SymbolsIteratorTest.cpp View 1 2 3 4 5 6 7 1 chunk +2 lines, -3 lines 1 comment Download

Messages

Total messages: 49 (43 generated)
jungshik at Google
3 years, 7 months ago (2017-05-14 04:40:58 UTC) #38
jungshik at Google
Will add to CQ.
3 years, 7 months ago (2017-05-14 04:41:19 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2873603002/140001
3 years, 7 months ago (2017-05-14 05:11:17 UTC) #44
commit-bot: I haz the power
Committed patchset #8 (id:140001) as https://chromium.googlesource.com/chromium/src/+/ee36babf91a54379889370cdd207e818555acb5d
3 years, 7 months ago (2017-05-14 08:22:31 UTC) #47
drott
Nice, thanks for working on the ICU roll. LGTM! https://codereview.chromium.org/2873603002/diff/140001/third_party/WebKit/Source/platform/fonts/SymbolsIteratorTest.cpp File third_party/WebKit/Source/platform/fonts/SymbolsIteratorTest.cpp (right): https://codereview.chromium.org/2873603002/diff/140001/third_party/WebKit/Source/platform/fonts/SymbolsIteratorTest.cpp#newcode231 third_party/WebKit/Source/platform/fonts/SymbolsIteratorTest.cpp:231: ...
3 years, 7 months ago (2017-05-15 06:31:18 UTC) #48
michaeldo
3 years, 7 months ago (2017-05-15 16:41:07 UTC) #49
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698