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

Issue 551263005: *** DO NOT LAND *** Implement column-span:all without reparenting renderers. Work in progress. (Closed)

Created:
6 years, 3 months ago by mstensho (USE GERRIT)
Modified:
6 years, 3 months ago
Reviewers:
CC:
blink-reviews, blink-reviews-rendering, chromiumbugtracker_adobe.com, zoltan1, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering, pdr., rune+blink
Base URL:
git:blink.git@new-multicol-no-renderer-reparenting
Project:
blink
Visibility:
Public.

Description

*** DO NOT LAND *** Implement column-span:all without reparenting renderers. This is a slightly different approach to implementing column-span:all, and was sparked by https://codereview.chromium.org/296413007/diff/200001/Source/core/rendering/RenderMultiColumnFlowThread.cpp#newcode176 Reordering and reparenting renderers is risky business, but it can be avoided by adding more spanner awareness here and there in central layout code. This is work in progress, and I'm pretty sure that I'll have to add more.

Patch Set 1 #

Patch Set 2 : The actual patch: Avoid reparenting and reordering spanner renderers. #

Patch Set 3 : Copy margin properties from a spanner to its spanner set, to simplify code. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -69 lines) Patch
M Source/core/rendering/RenderBlockFlow.cpp View 1 2 8 chunks +13 lines, -20 lines 0 comments Download
M Source/core/rendering/RenderBox.cpp View 1 2 3 chunks +8 lines, -9 lines 0 comments Download
M Source/core/rendering/RenderFlowThread.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderMultiColumnFlowThread.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderMultiColumnFlowThread.cpp View 1 2 2 chunks +36 lines, -31 lines 0 comments Download
M Source/core/rendering/RenderMultiColumnSpannerSet.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/rendering/RenderMultiColumnSpannerSet.cpp View 1 2 2 chunks +18 lines, -5 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
mstensho (USE GERRIT)
The first commit is what's already in https://codereview.chromium.org/296413007 , i.e. column-span:all implemented by shuffling the ...
6 years, 3 months ago (2014-09-10 21:39:58 UTC) #1
mstensho (USE GERRIT)
Just updated the patch. If we copy margin properties from the spanner to the spanner ...
6 years, 3 months ago (2014-09-17 15:09:23 UTC) #2
mstensho (USE GERRIT)
6 years, 3 months ago (2014-09-19 14:49:53 UTC) #3

Powered by Google App Engine
This is Rietveld 408576698