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

Issue 351963002: RenderTextHarfBuzz: Allow mid-glyph cursors in multi-grapheme clusters (Closed)

Created:
6 years, 6 months ago by ckocagil
Modified:
6 years, 4 months ago
Reviewers:
msw, jungshik at Google
CC:
chromium-reviews, erikwright+watch_chromium.org, jshin+watch_chromium.org, behdad
Project:
chromium
Visibility:
Public.

Description

RenderTextHarfBuzz: Allow mid-glyph cursors in multi-grapheme clusters Use the Unicode grapheme boundary algorithm via ICU BreakIterator to count graphemes in clusters BUG=383265 TBR=jshin NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=286569

Patch Set 1 #

Patch Set 2 : reuse breakiterator #

Total comments: 43

Patch Set 3 : rebased #

Patch Set 4 : rebased #

Patch Set 5 : comments addressed #

Total comments: 26

Patch Set 6 : rebase #

Patch Set 7 : comments addressed 2 #

Patch Set 8 : remove todo #

Patch Set 9 : compile fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+264 lines, -90 lines) Patch
M base/i18n/break_iterator.h View 1 chunk +4 lines, -0 lines 0 comments Download
M base/i18n/break_iterator.cc View 1 2 3 chunks +11 lines, -3 lines 0 comments Download
M ui/gfx/render_text_harfbuzz.h View 1 2 3 4 5 6 5 chunks +22 lines, -4 lines 0 comments Download
M ui/gfx/render_text_harfbuzz.cc View 1 2 3 4 5 6 7 8 9 chunks +122 lines, -70 lines 0 comments Download
M ui/gfx/render_text_unittest.cc View 1 2 3 4 5 6 7 8 3 chunks +105 lines, -13 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
ckocagil
6 years, 6 months ago (2014-06-24 23:19:15 UTC) #1
msw
I've suggested some ideas to reorganize the code that seem reasonable to me, but let ...
6 years, 5 months ago (2014-06-29 22:29:10 UTC) #2
ckocagil
https://codereview.chromium.org/351963002/diff/20001/base/i18n/break_iterator.cc File base/i18n/break_iterator.cc (right): https://codereview.chromium.org/351963002/diff/20001/base/i18n/break_iterator.cc#newcode167 base/i18n/break_iterator.cc:167: if (break_type_ != BREAK_CHARACTER) On 2014/06/29 22:29:09, msw wrote: ...
6 years, 5 months ago (2014-07-24 21:46:57 UTC) #3
msw
Looking pretty good, mostly simple comments remain. +jshin for BreakIterator. https://codereview.chromium.org/351963002/diff/20001/base/i18n/break_iterator.cc File base/i18n/break_iterator.cc (right): https://codereview.chromium.org/351963002/diff/20001/base/i18n/break_iterator.cc#newcode167 ...
6 years, 5 months ago (2014-07-25 00:37:02 UTC) #4
ckocagil
Hopefully this is all done. Should I TBR to jshin or another owner? I'd like ...
6 years, 4 months ago (2014-07-29 23:13:42 UTC) #5
msw
LGTM with a nit. +CC behdad and yeah, you can TBR jshin. https://codereview.chromium.org/351963002/diff/120001/ui/gfx/render_text_harfbuzz.cc File ui/gfx/render_text_harfbuzz.cc ...
6 years, 4 months ago (2014-07-29 23:41:14 UTC) #6
ckocagil
https://codereview.chromium.org/351963002/diff/120001/ui/gfx/render_text_harfbuzz.cc File ui/gfx/render_text_harfbuzz.cc (right): https://codereview.chromium.org/351963002/diff/120001/ui/gfx/render_text_harfbuzz.cc#newcode706 ui/gfx/render_text_harfbuzz.cc:706: // TODO(msw): The bounds should probably not always be ...
6 years, 4 months ago (2014-07-30 00:15:26 UTC) #7
ckocagil
The CQ bit was checked by ckocagil@chromium.org
6 years, 4 months ago (2014-07-30 00:15:56 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ckocagil@chromium.org/351963002/190001
6 years, 4 months ago (2014-07-30 00:17:45 UTC) #9
ckocagil
The CQ bit was unchecked by ckocagil@chromium.org
6 years, 4 months ago (2014-07-30 02:29:36 UTC) #10
ckocagil
The CQ bit was checked by ckocagil@chromium.org
6 years, 4 months ago (2014-07-30 02:32:54 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ckocagil@chromium.org/351963002/210001
6 years, 4 months ago (2014-07-30 02:34:54 UTC) #12
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_x64_rel on tryserver.chromium.win ...
6 years, 4 months ago (2014-07-30 07:23:53 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-07-30 08:18:53 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel/builds/1327)
6 years, 4 months ago (2014-07-30 08:18:54 UTC) #15
ckocagil
The CQ bit was checked by ckocagil@chromium.org
6 years, 4 months ago (2014-07-30 18:44:20 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ckocagil@chromium.org/351963002/210001
6 years, 4 months ago (2014-07-30 18:47:20 UTC) #17
commit-bot: I haz the power
6 years, 4 months ago (2014-07-30 18:49:26 UTC) #18
Message was sent while issue was closed.
Change committed as 286569

Powered by Google App Engine
This is Rietveld 408576698