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

Issue 1227883003: Handle U+3099/309A Kana Voiced Sound Marks in complex path (Closed)

Created:
5 years, 5 months ago by kojii
Modified:
5 years, 5 months ago
Reviewers:
drott, eae
CC:
blink-reviews, Rik, danakj, dshwang, drott+blinkwatch_chromium.org, krit, f(malita), jbroman, Justin Novosad, pdr+graphicswatchlist_chromium.org, rwlbuis, Stephen Chennney
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Handle U+3099/309A Kana Voiced Sound Marks in complex path U+3099/309A Combining Katakana-Hiragana Voiced/Semi-voiced Sound Marks are one of few Nonspacing-Mark characters in East Asia. They are handled as a special case of simple path by normalizing to pre-composed characters. This patch eliminates the special casing and use the complex path for these code point, in order to have less special casing when the simple path is unified with complex path. BUG=507351 TEST=fast/text/international/kana-voiced-sound-marks.html Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=199152

Patch Set 1 #

Patch Set 2 : Add test #

Patch Set 3 : Mac fails with 1px diff #

Total comments: 2

Patch Set 4 : TODO comment moved to a bug #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -36 lines) Patch
M LayoutTests/TestExpectations View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
A LayoutTests/fast/text/international/kana-voiced-sound-marks.html View 1 1 chunk +21 lines, -0 lines 0 comments Download
A LayoutTests/fast/text/international/kana-voiced-sound-marks-expected.html View 1 1 chunk +21 lines, -0 lines 0 comments Download
M Source/platform/fonts/Character.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/platform/fonts/UTF16TextIterator.h View 1 2 3 2 chunks +2 lines, -3 lines 0 comments Download
M Source/platform/fonts/UTF16TextIterator.cpp View 2 chunks +1 line, -33 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
kojii
PTAL.
5 years, 5 months ago (2015-07-17 15:00:47 UTC) #2
drott
Nice, always enjoying a large portion of removed lines in a patch. :-) LGTM with ...
5 years, 5 months ago (2015-07-17 15:15:58 UTC) #3
kojii
Thank you for the prompt review. Yeah, I've been wanting to clean this up for ...
5 years, 5 months ago (2015-07-17 16:32:59 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1227883003/60001
5 years, 5 months ago (2015-07-18 04:48:11 UTC) #7
commit-bot: I haz the power
Committed patchset #4 (id:60001) as https://src.chromium.org/viewvc/blink?view=rev&revision=199152
5 years, 5 months ago (2015-07-18 04:57:01 UTC) #8
eae
5 years, 5 months ago (2015-07-20 17:48:26 UTC) #9
Message was sent while issue was closed.
LGTM (post facto)

Powered by Google App Engine
This is Rietveld 408576698