WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 132298
[New Multicolumn] Implement support for compositing
https://bugs.webkit.org/show_bug.cgi?id=132298
Summary
[New Multicolumn] Implement support for compositing
Dave Hyatt
Reported
2014-04-28 13:13:01 PDT
All of the compositing tests that involve pagination mode on the RenderView just fail completely. They don't dump any layer trees.
Attachments
Patch
(8.62 MB, patch)
2014-04-29 13:37 PDT
,
Dave Hyatt
simon.fraser
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Dave Hyatt
Comment 1
2014-04-29 13:37:12 PDT
Created
attachment 230410
[details]
Patch
Simon Fraser (smfr)
Comment 2
2014-04-29 13:40:15 PDT
Comment on
attachment 230410
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=230410&action=review
> Source/WebCore/rendering/RenderLayer.cpp:2065 > + location.moveBy(region->topLeftLocation() + -parentLayer->renderBox()->topLeftLocation());
+ - -> -?
> Source/WebCore/rendering/RenderMultiColumnSet.cpp:826 > + LayoutUnit blockOffset = initialBlockOffset + (isHorizontalWritingMode() ? -flowThreadPortion.y() : -flowThreadPortion.x());
Change the plus with two minuses into a minus?
> LayoutTests/ChangeLog:10 > + * compositing/columns/composited-columns-vertical-rl.html:
I don't think you meant to change this.
Dave Hyatt
Comment 3
2014-04-29 16:23:14 PDT
Fixed in
r167965
.
Alexey Proskuryakov
Comment 4
2014-04-29 20:16:48 PDT
This change broke fast/multicol/mixed-positioning-stacking-order.html on WebKit2 bots:
http://build.webkit.org/results/Apple%20Mavericks%20Release%20WK2%20(Tests)/r167977%20(5329)/fast/multicol/mixed-positioning-stacking-order-diffs.html
Dave Hyatt
Comment 5
2014-04-29 20:26:58 PDT
(In reply to
comment #4
)
> This change broke fast/multicol/mixed-positioning-stacking-order.html on WebKit2 bots: > >
http://build.webkit.org/results/Apple%20Mavericks%20Release%20WK2%20(Tests)/r167977%20(5329)/fast/multicol/mixed-positioning-stacking-order-diffs.html
That's a progression, but I don't like how the test is rendering, so will probably try to find a way to keep compositing from happening. Let me come up with a tweak.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug