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

Issue 122553005: unicode-bidi: isolate is creating duplicated runs (Closed)

Created:
6 years, 11 months ago by igoroliveira
Modified:
6 years, 11 months ago
CC:
blink-reviews, bemjb+rendering_chromium.org, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

When an isolated run is appended, m_eor(End Of Run) is wrongly incremented. Instead of moving to the next renderer, the iterator(m_eor) is just moving to the next position in the same renderer. BUG=330974 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164396

Patch Set 1 #

Patch Set 2 : Patch for landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -1 line) Patch
A LayoutTests/fast/text/international/unicode-bidi-isolate-duplicated-text.html View 1 chunk +8 lines, -0 lines 0 comments Download
A LayoutTests/fast/text/international/unicode-bidi-isolate-duplicated-text-expected.html View 1 chunk +8 lines, -0 lines 0 comments Download
M Source/core/rendering/InlineIterator.h View 1 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
igoroliveira
6 years, 11 months ago (2013-12-31 01:23:45 UTC) #1
leviw_travelin_and_unemployed
Okay. LGTM.
6 years, 11 months ago (2013-12-31 01:32:04 UTC) #2
eseidel
Should we move this logic into a helper function on the iterator? Will we need ...
6 years, 11 months ago (2013-12-31 01:38:14 UTC) #3
igoroliveira
Ideally, inside InlineIterator::increment(in fact the logic is already there). However the current code does not ...
6 years, 11 months ago (2013-12-31 01:56:56 UTC) #4
eseidel
Ok. Please explain that somewhere in a comment in the code. :) On Monday, December ...
6 years, 11 months ago (2013-12-31 03:00:54 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/igor.o@sisa.samsung.com/122553005/110001
6 years, 11 months ago (2013-12-31 06:44:21 UTC) #6
commit-bot: I haz the power
6 years, 11 months ago (2013-12-31 09:12:48 UTC) #7
Message was sent while issue was closed.
Change committed as 164396

Powered by Google App Engine
This is Rietveld 408576698