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

Issue 156893004: Handle zero width joiner in HarfBuzzShaper (Closed)

Created:
6 years, 10 months ago by eae
Modified:
6 years, 10 months ago
Reviewers:
dglazkov, eseidel
CC:
blink-reviews, jamesr, krit, dsinclair, jbroman, danakj, Rik, Stephen Chennney, pdr., rwlbuis
Visibility:
Public.

Description

Handle zero width joiner in HarfBuzzShaper Change HarfBuzzShaper to handle zero width joiners. Before when a zwj was encountered it would start a new text run and use the font data for the zwj character. Now it instead uses the font data for the character it joins with and is a part of the same run. TEST=fast/text/international/zerowidthjoiner.html BUG=311372 R=eseidel@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=166685

Patch Set 1 #

Patch Set 2 : Exclude test on mac (as it does not yet use harfbuzz) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -0 lines) Patch
M LayoutTests/NeverFixTests View 1 1 chunk +3 lines, -0 lines 0 comments Download
A LayoutTests/fast/text/international/zerowidthjoiner.html View 1 chunk +25 lines, -0 lines 0 comments Download
A LayoutTests/fast/text/international/zerowidthjoiner-expected.html View 1 chunk +25 lines, -0 lines 0 comments Download
M Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp View 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
eae
6 years, 10 months ago (2014-02-07 02:35:19 UTC) #1
eae
6 years, 10 months ago (2014-02-07 05:08:49 UTC) #2
dglazkov
lgtm
6 years, 10 months ago (2014-02-07 05:29:36 UTC) #3
eae
The CQ bit was checked by eae@chromium.org
6 years, 10 months ago (2014-02-07 05:50:01 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eae@chromium.org/156893004/50001
6 years, 10 months ago (2014-02-07 05:50:10 UTC) #5
commit-bot: I haz the power
6 years, 10 months ago (2014-02-07 07:04:36 UTC) #6
Message was sent while issue was closed.
Change committed as 166685

Powered by Google App Engine
This is Rietveld 408576698