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

Issue 1729663002: Clear descendant floats when moving children of a multicol container to a flowthread (Closed)

Created:
4 years, 10 months ago by rhogan
Modified:
4 years, 9 months ago
CC:
blink-reviews, blink-reviews-layout_chromium.org, chromium-reviews, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, szager+layoutwatch_chromium.org, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Clear descendant floats when moving children of a multicol container to a flowthread We need to call multicolContainer->removeFloatingObjectsFromDescendants() in LayoutMultiColumnFlowThread::populate(). This is because we can create a new anonymous multi-col anonymous block and move all its container's children to it. Any floats nested within the children which are also contained by the new multi-col's ancestor will become unreachable later on if we attempt to delete them because the new multi-col flowthread won't have them - and will act like a firewall during the descent through the tree looking for the float to remove. BUG=588178 Committed: https://crrev.com/0ab8e6e1a527d322d9e93cba0949208bd2c55550 Cr-Commit-Position: refs/heads/master@{#378862}

Patch Set 1 #

Patch Set 2 : Updated #

Messages

Total messages: 16 (8 generated)
rhogan
I have kind of run out of time/energy to reduce the test case on this ...
4 years, 9 months ago (2016-03-01 20:20:42 UTC) #2
mstensho (USE GERRIT)
I reduced it to this: <!DOCTYPE html> <p>PASS if no crash or assertion failure.</p> <div ...
4 years, 9 months ago (2016-03-02 10:54:07 UTC) #7
mstensho (USE GERRIT)
OK, that assertion failure was something slightly different. Let's not worry about that for now. ...
4 years, 9 months ago (2016-03-02 14:53:45 UTC) #8
rhogan
On 2016/03/02 at 14:53:45, mstensho wrote: > > Anyway, I'd claim that your code change ...
4 years, 9 months ago (2016-03-02 19:42:41 UTC) #9
mstensho (USE GERRIT)
On 2016/03/02 19:42:41, rhogan wrote: > On 2016/03/02 at 14:53:45, mstensho wrote: > > > ...
4 years, 9 months ago (2016-03-02 19:58:46 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1729663002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1729663002/20001
4 years, 9 months ago (2016-03-02 21:13:33 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 9 months ago (2016-03-02 22:44:52 UTC) #14
commit-bot: I haz the power
4 years, 9 months ago (2016-03-02 22:45:44 UTC) #16
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/0ab8e6e1a527d322d9e93cba0949208bd2c55550
Cr-Commit-Position: refs/heads/master@{#378862}

Powered by Google App Engine
This is Rietveld 408576698