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

Issue 2502833002: Don't early out recursion into PaintLayerChildren when computing composited bounds. (Closed)

Created:
4 years, 1 month ago by chrishtr
Modified:
4 years, 1 month ago
Reviewers:
Xianzhu
CC:
blink-reviews, blink-reviews-paint_chromium.org, chromium-reviews, dshwang
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Don't early out recursion into PaintLayerChildren when computing composited bounds. PaintLayer::boundingBoxForCompositing recursively computes the union of the bounds of a root PaintLayer and its non-comositing descendants. Previously, in PaintLayer::boundingBoxForCompositing, there was code that would avoid recursing into PaintLayer children if the PaintLayer was clipped. This is incorrect if there are any PaintLayer descendants that have different clipping ancestors than the current PaintLayer. Also fixed a bug that transform-related properties were not considered containing blocks for clipping of fixed-position children. BUG=618046 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Committed: https://crrev.com/b33e49953078995f1cd28663a8a8b43012ac2eb0 Cr-Commit-Position: refs/heads/master@{#433232}

Patch Set 1 #

Patch Set 2 : none #

Patch Set 3 : none #

Patch Set 4 : none #

Patch Set 5 : none #

Patch Set 6 : none #

Messages

Total messages: 39 (25 generated)
chrishtr
4 years, 1 month ago (2016-11-16 22:41:57 UTC) #17
Xianzhu
Should PaintLayer.cpp be in this CL?
4 years, 1 month ago (2016-11-16 22:50:47 UTC) #18
chrishtr
On 2016/11/16 at 22:50:47, wangxianzhu wrote: > Should PaintLayer.cpp be in this CL? Indeed. Don't ...
4 years, 1 month ago (2016-11-16 22:55:44 UTC) #19
Xianzhu
lgtm
4 years, 1 month ago (2016-11-16 22:58:46 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2502833002/80001
4 years, 1 month ago (2016-11-16 23:00:08 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/339051)
4 years, 1 month ago (2016-11-17 00:55:17 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2502833002/100001
4 years, 1 month ago (2016-11-17 19:33:12 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: linux_layout_tests_slimming_paint_v2 on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL)
4 years, 1 month ago (2016-11-17 21:38:30 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2502833002/100001
4 years, 1 month ago (2016-11-17 22:37:48 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: linux_layout_tests_slimming_paint_v2 on master.tryserver.chromium.linux (JOB_TIMED_OUT, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_layout_tests_slimming_paint_v2/builds/1452)
4 years, 1 month ago (2016-11-18 00:42:18 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2502833002/100001
4 years, 1 month ago (2016-11-18 17:12:02 UTC) #35
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 1 month ago (2016-11-18 17:43:33 UTC) #36
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/b33e49953078995f1cd28663a8a8b43012ac2eb0 Cr-Commit-Position: refs/heads/master@{#433232}
4 years, 1 month ago (2016-11-18 17:49:26 UTC) #38
Matt Giuca
4 years, 1 month ago (2016-11-21 00:46:44 UTC) #39
Message was sent while issue was closed.
A revert of this CL (patchset #6 id:100001) has been created in
https://codereview.chromium.org/2517863002/ by mgiuca@chromium.org.

The reason for reverting is: Speculative revert for https://crbug.com/667144.

A checkfail in PaintController.cpp started happening reliably in between r433228
and r433235. This CL looks closely related..

Powered by Google App Engine
This is Rietveld 408576698