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

Issue 1110383002: [New Multicolumn] Out-of-flow objects don't establish column sets. (Closed)

Created:
5 years, 7 months ago by mstensho (USE GERRIT)
Modified:
5 years, 7 months ago
CC:
blink-reviews, blink-reviews-rendering, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, mstensho (USE GERRIT), pdr+renderingwatchlist_chromium.org, zoltan1
Target Ref:
refs/remotes/origin/master
Project:
blink
Visibility:
Public.

Description

[New Multicolumn] Out-of-flow objects don't establish column sets. If a multicol container only contains out-of-flow objects, there'll be no column sets, so when determining the need to create one while inserting another (in-flow) object, we need to ignore out-of-flow objects whose containing block is not within the flow thread. BUG=482352 R=dsinclair@chromium.org,jchaffraix@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194659

Patch Set 1 #

Total comments: 2

Patch Set 2 : code review. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -0 lines) Patch
A LayoutTests/fast/multicol/dynamic/insert-before-sole-abspos.html View 1 chunk +16 lines, -0 lines 0 comments Download
A LayoutTests/fast/multicol/dynamic/insert-before-sole-abspos-expected.txt View 1 chunk +5 lines, -0 lines 0 comments Download
M Source/core/layout/LayoutMultiColumnFlowThread.cpp View 1 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
mstensho (USE GERRIT)
I keep finding fuzzer issues. :(
5 years, 7 months ago (2015-04-29 09:43:11 UTC) #1
dsinclair
Fuzzer issues are good, it means we didn't release buggy code. (I get a lot ...
5 years, 7 months ago (2015-04-29 13:31:19 UTC) #2
mstensho (USE GERRIT)
https://codereview.chromium.org/1110383002/diff/1/Source/core/layout/LayoutMultiColumnFlowThread.cpp File Source/core/layout/LayoutMultiColumnFlowThread.cpp (right): https://codereview.chromium.org/1110383002/diff/1/Source/core/layout/LayoutMultiColumnFlowThread.cpp#newcode536 Source/core/layout/LayoutMultiColumnFlowThread.cpp:536: // First skip objects that do not have this ...
5 years, 7 months ago (2015-04-29 13:52:21 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1110383002/20001
5 years, 7 months ago (2015-04-29 13:52:35 UTC) #6
commit-bot: I haz the power
5 years, 7 months ago (2015-04-29 15:04:14 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=194659

Powered by Google App Engine
This is Rietveld 408576698