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

Issue 850143002: Ensure we remove floats from descendants even if they have become inline (Closed)

Created:
5 years, 11 months ago by rhogan
Modified:
5 years, 11 months ago
CC:
blink-reviews, blink-reviews-rendering, Dominik Röttsches, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Ensure we remove floats from descendants even if they have become inline This is a second go at https://codereview.chromium.org/828163002/. My solution there was wrong. The real problem was that we were failing to remove the float from the float-lists of all its parents descendants. The reason this has started happening is because we can now make children inline while leaving their float lists in place: this was introduced in https://codereview.chromium.org/253313005. So if we are trying to remove a float from float-lists, inspect its children even if they are inline. BUG=448067, 445285 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=189049

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -5 lines) Patch
M Source/core/rendering/RenderBlockFlow.cpp View 1 chunk +1 line, -1 line 1 comment Download
M Source/core/rendering/RenderHTMLCanvas.cpp View 1 chunk +2 lines, -4 lines 1 comment Download

Messages

Total messages: 9 (3 generated)
rhogan
5 years, 11 months ago (2015-01-19 20:27:46 UTC) #2
Julien - ping for review
Levi is a way better reviewer for float changes. I didn't find anything crazy but ...
5 years, 11 months ago (2015-01-22 14:34:47 UTC) #4
rhogan
On 2015/01/22 at 14:34:47, jchaffraix wrote: > Levi is a way better reviewer for float ...
5 years, 11 months ago (2015-01-27 18:41:29 UTC) #5
leviw_travelin_and_unemployed
LGTM.
5 years, 11 months ago (2015-01-27 19:08:26 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/850143002/1
5 years, 11 months ago (2015-01-27 19:09:01 UTC) #8
commit-bot: I haz the power
5 years, 11 months ago (2015-01-27 19:13:07 UTC) #9
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=189049

Powered by Google App Engine
This is Rietveld 408576698