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

Issue 1856353002: Use ICU's emoji character properties (Closed)

Created:
4 years, 8 months ago by jungshik at Google
Modified:
4 years, 7 months ago
Reviewers:
drott
CC:
blink-reviews, blink-reviews-platform-graphics_chromium.org, Rik, chromium-reviews, danakj+watch_chromium.org, dshwang, drott+blinkwatch_chromium.org, krit, f(malita), jbroman, Justin Novosad, kinuko+watch, pdr+graphicswatchlist_chromium.org, rwlbuis, Stephen Chennney
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use ICU's emoji character properties ICU 57 has added support for Emoji-related character properites. It's ported to Chrome's copy of ICU 56 so that we can use them. For system ICU (56 or earlier), we continue to use the home-grown implementation. BUG=579552 TEST=blink_platform_unittests --gtest_filter=Charact* Committed: https://crrev.com/ee583775d8a9e16b71810a9fe305c5f4db638a57 Cr-Commit-Position: refs/heads/master@{#392429}

Patch Set 1 #

Patch Set 2 : uchar.h: include explicitly #

Total comments: 1

Patch Set 3 : rebased #

Patch Set 4 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -4 lines) Patch
M third_party/WebKit/Source/platform/text/CharacterEmoji.cpp View 1 2 3 3 chunks +30 lines, -4 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
jungshik at Google
drott@: currently, isEmojiTextPresentation fails because the hardcoded set you have is different from what I ...
4 years, 8 months ago (2016-04-05 09:56:00 UTC) #2
drott
On 2016/04/05 at 09:56:00, jshin wrote: > drott@: currently, isEmojiTextPresentation fails because the hardcoded set ...
4 years, 8 months ago (2016-04-05 19:38:25 UTC) #3
drott
https://codereview.chromium.org/1856353002/diff/20001/third_party/WebKit/Source/platform/fonts/CharacterEmoji.cpp File third_party/WebKit/Source/platform/fonts/CharacterEmoji.cpp (right): https://codereview.chromium.org/1856353002/diff/20001/third_party/WebKit/Source/platform/fonts/CharacterEmoji.cpp#newcode10 third_party/WebKit/Source/platform/fonts/CharacterEmoji.cpp:10: #if defined(USING_SYSTEM_ICU) && (U_ICU_VERSION_MAJOR_NUM <= 56) Can we avoid ...
4 years, 8 months ago (2016-04-05 19:40:40 UTC) #4
jungshik at Google
On 2016/04/05 19:40:40, drott wrote: > https://codereview.chromium.org/1856353002/diff/20001/third_party/WebKit/Source/platform/fonts/CharacterEmoji.cpp > File third_party/WebKit/Source/platform/fonts/CharacterEmoji.cpp (right): > > https://codereview.chromium.org/1856353002/diff/20001/third_party/WebKit/Source/platform/fonts/CharacterEmoji.cpp#newcode10 > ...
4 years, 8 months ago (2016-04-05 20:13:39 UTC) #5
jungshik at Google
Sorry for the delay. PTAL. Thanks
4 years, 7 months ago (2016-05-06 00:19:04 UTC) #7
drott
LGTM, thanks!
4 years, 7 months ago (2016-05-06 11:20:22 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1856353002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1856353002/60001
4 years, 7 months ago (2016-05-09 20:38:40 UTC) #10
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 7 months ago (2016-05-09 22:01:38 UTC) #11
commit-bot: I haz the power
4 years, 7 months ago (2016-05-09 22:03:36 UTC) #13
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/ee583775d8a9e16b71810a9fe305c5f4db638a57
Cr-Commit-Position: refs/heads/master@{#392429}

Powered by Google App Engine
This is Rietveld 408576698