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

Issue 46393003: BidiResolver should not append an isolated run if it is in a other line. (Closed)

Created:
7 years, 1 month ago by igoroliveira
Modified:
7 years, 1 month 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

BidiResolver should not append a run if the run is in an other line. This patch is one step forward to make the addition of fake runs less error prone. Additionally changes the name of "end" to endOfLine. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=161387

Patch Set 1 #

Patch Set 2 : Proposed patch v2 #

Patch Set 3 : Proposed patch #

Total comments: 2

Patch Set 4 : Proposed patch #

Total comments: 1

Patch Set 5 : Final patch for landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -35 lines) Patch
M Source/core/rendering/InlineIterator.h View 1 2 3 4 3 chunks +9 lines, -8 lines 0 comments Download
M Source/core/rendering/RenderBlockLineLayout.cpp View 1 2 3 4 9 chunks +14 lines, -14 lines 0 comments Download
M Source/platform/text/BidiResolver.h View 1 2 3 4 9 chunks +17 lines, -13 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
igoroliveira
7 years, 1 month ago (2013-10-26 08:27:19 UTC) #1
igoroliveira
On 2013/10/26 08:27:19, igoroliveira wrote: The patch is clearly wrong. However BidiResolver uses "end" as ...
7 years, 1 month ago (2013-10-29 23:27:02 UTC) #2
igoroliveira
On 2013/10/29 23:27:02, igoroliveira wrote: > On 2013/10/26 08:27:19, igoroliveira wrote: > > The patch ...
7 years, 1 month ago (2013-10-30 03:05:33 UTC) #3
leviw_travelin_and_unemployed
https://codereview.chromium.org/46393003/diff/150001/Source/core/rendering/InlineIterator.h File Source/core/rendering/InlineIterator.h (right): https://codereview.chromium.org/46393003/diff/150001/Source/core/rendering/InlineIterator.h#newcode426 Source/core/rendering/InlineIterator.h:426: bool inEndOfParagraph = m_current == end || m_current.atEnd() || ...
7 years, 1 month ago (2013-10-30 17:44:36 UTC) #4
igoroliveira
On 2013/10/30 17:44:36, Levi wrote: > https://codereview.chromium.org/46393003/diff/150001/Source/core/rendering/InlineIterator.h > File Source/core/rendering/InlineIterator.h (right): > > https://codereview.chromium.org/46393003/diff/150001/Source/core/rendering/InlineIterator.h#newcode426 > ...
7 years, 1 month ago (2013-10-30 23:28:45 UTC) #5
leviw_travelin_and_unemployed
LGTM. Sad we don't have a test... https://codereview.chromium.org/46393003/diff/220001/Source/platform/text/BidiResolver.h File Source/platform/text/BidiResolver.h (right): https://codereview.chromium.org/46393003/diff/220001/Source/platform/text/BidiResolver.h#newcode247 Source/platform/text/BidiResolver.h:247: Iterator m_endOfLine; ...
7 years, 1 month ago (2013-11-01 20:46:02 UTC) #6
eseidel
lgtm
7 years, 1 month ago (2013-11-05 18:55:46 UTC) #7
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/46393003/270001
7 years, 1 month ago (2013-11-05 18:56:35 UTC) #8
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/46393003/270001
7 years, 1 month ago (2013-11-05 21:32:07 UTC) #9
commit-bot: I haz the power
7 years, 1 month ago (2013-11-05 22:17:37 UTC) #10
Message was sent while issue was closed.
Change committed as 161387

Powered by Google App Engine
This is Rietveld 408576698