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

Issue 39783004: Fake Bidi run does not need to be always created (Closed)

Created:
7 years, 2 months ago by igoroliveira
Modified:
7 years, 1 month ago
CC:
blink-reviews, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering, zoltan1, kareng
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Currently Blink creates a fake run for a given isolated span during each call to createBidiRunsForLine. However in some cases the added fake run is not necessary. This patch uses the same logic in RenderBlockFlow::appendRunsObject to create fake runs just when they are really needed. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=160495 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=161410

Patch Set 1 : Patch set 1 #

Total comments: 1

Patch Set 2 : Proposed patch v2 #

Patch Set 3 : Trying again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -63 lines) Patch
M Source/core/rendering/InlineIterator.h View 1 2 9 chunks +70 lines, -55 lines 0 comments Download
M Source/core/rendering/RenderBlockFlow.h View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderBlockLineLayout.cpp View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M Source/platform/text/BidiResolver.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
igoroliveira
7 years, 2 months ago (2013-10-24 17:51:59 UTC) #1
eseidel
https://codereview.chromium.org/39783004/diff/30001/Source/core/rendering/InlineIterator.h File Source/core/rendering/InlineIterator.h (right): https://codereview.chromium.org/39783004/diff/30001/Source/core/rendering/InlineIterator.h#newcode625 Source/core/rendering/InlineIterator.h:625: if (isolateTracker.inIsolate()) { Why not just move this check ...
7 years, 2 months ago (2013-10-24 18:10:05 UTC) #2
igoroliveira
On 2013/10/24 18:10:05, eseidel wrote: > https://codereview.chromium.org/39783004/diff/30001/Source/core/rendering/InlineIterator.h > File Source/core/rendering/InlineIterator.h (right): > > https://codereview.chromium.org/39783004/diff/30001/Source/core/rendering/InlineIterator.h#newcode625 > ...
7 years, 2 months ago (2013-10-24 19:39:30 UTC) #3
eseidel
lgtm Thank you. :)
7 years, 2 months ago (2013-10-24 19:41:13 UTC) #4
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/39783004/170001
7 years, 2 months ago (2013-10-24 19:41:44 UTC) #5
leviw_travelin_and_unemployed
That looks much better!! Lgtm.
7 years, 2 months ago (2013-10-24 20:18:00 UTC) #6
commit-bot: I haz the power
Change committed as 160495
7 years, 2 months ago (2013-10-24 21:03:50 UTC) #7
eseidel
We have a bad crasher in Canary: http://pastebin.com/GruVKNGm This is the most likely culprit. Unfortunately ...
7 years, 1 month ago (2013-10-26 21:15:03 UTC) #8
eseidel
According to Karen, the regression range for that crasher is: http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=%2Ftrunk&range=160594%3A160472&mode=html This change seems most ...
7 years, 1 month ago (2013-10-26 21:16:45 UTC) #9
igoroliveira
On 2013/10/26 21:16:45, eseidel wrote: > According to Karen, the regression range for that crasher ...
7 years, 1 month ago (2013-11-01 20:36:16 UTC) #10
eseidel
I agree we should attempt to reland this, since none of our testing (Debug, ASAN, ...
7 years, 1 month ago (2013-11-01 21:58:10 UTC) #11
igoroliveira
On 2013/11/01 21:58:10, eseidel wrote: > I agree we should attempt to reland this, since ...
7 years, 1 month ago (2013-11-05 22:19:08 UTC) #12
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/39783004/360001
7 years, 1 month ago (2013-11-06 00:47:28 UTC) #13
commit-bot: I haz the power
7 years, 1 month ago (2013-11-06 02:13:22 UTC) #14
Message was sent while issue was closed.
Change committed as 161410

Powered by Google App Engine
This is Rietveld 408576698