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

Issue 203483002: Clear sibling floats while splitting inline flow. (Closed)

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

Description

Clear sibling floats while splitting inline flow. During RenderInline::splitFlow(), floats are cleared on an anonymous containingBlock() for the inline being split. This is a problem if siblings of the block contain references to the same floats, since the float removal code in markSiblingsWithFloatsForLayout() will not later find them. R=inferno@chromium.org BUG=245727 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169658

Patch Set 1 #

Total comments: 2

Patch Set 2 : Reupload #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -0 lines) Patch
A LayoutTests/fast/block/float/split-inline-sibling-of-float-crash.html View 1 chunk +32 lines, -0 lines 0 comments Download
A LayoutTests/fast/block/float/split-inline-sibling-of-float-crash-expected.txt View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/rendering/RenderBlockFlow.cpp View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
kenrb
inferno: PTAL? The try servers aren't being very helpful today but things tested okay locally.
6 years, 9 months ago (2014-03-18 17:39:13 UTC) #1
aarya
Good catch, lgtm! https://codereview.chromium.org/203483002/diff/1/LayoutTests/fast/block/float/split-inline-sibling-of-float-crash.html File LayoutTests/fast/block/float/split-inline-sibling-of-float-crash.html (right): https://codereview.chromium.org/203483002/diff/1/LayoutTests/fast/block/float/split-inline-sibling-of-float-crash.html#newcode17 LayoutTests/fast/block/float/split-inline-sibling-of-float-crash.html:17: setTimeout("CFcrash()", 1); Is this timeout really ...
6 years, 9 months ago (2014-03-18 17:45:44 UTC) #2
inferno
i meant to lgtm from inferno@ acc, not my google acc.
6 years, 9 months ago (2014-03-18 17:46:49 UTC) #3
kenrb
https://codereview.chromium.org/203483002/diff/1/LayoutTests/fast/block/float/split-inline-sibling-of-float-crash.html File LayoutTests/fast/block/float/split-inline-sibling-of-float-crash.html (right): https://codereview.chromium.org/203483002/diff/1/LayoutTests/fast/block/float/split-inline-sibling-of-float-crash.html#newcode17 LayoutTests/fast/block/float/split-inline-sibling-of-float-crash.html:17: setTimeout("CFcrash()", 1); On 2014/03/18 17:45:44, aarya wrote: > Is ...
6 years, 9 months ago (2014-03-18 18:00:20 UTC) #4
kenrb
The CQ bit was checked by kenrb@chromium.org
6 years, 9 months ago (2014-03-18 18:35:53 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kenrb@chromium.org/203483002/1
6 years, 9 months ago (2014-03-18 18:35:57 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-18 23:20:56 UTC) #7
commit-bot: I haz the power
Commit queue rejected this change because the description was changed between the time the change ...
6 years, 9 months ago (2014-03-18 23:20:57 UTC) #8
kenrb
The CQ bit was checked by kenrb@chromium.org
6 years, 9 months ago (2014-03-19 14:05:13 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kenrb@chromium.org/203483002/1
6 years, 9 months ago (2014-03-19 14:05:22 UTC) #10
kenrb
The CQ bit was checked by kenrb@chromium.org
6 years, 9 months ago (2014-03-20 14:26:35 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kenrb@chromium.org/203483002/20001
6 years, 9 months ago (2014-03-20 14:26:43 UTC) #12
commit-bot: I haz the power
6 years, 9 months ago (2014-03-20 15:27:46 UTC) #13
Message was sent while issue was closed.
Change committed as 169658

Powered by Google App Engine
This is Rietveld 408576698