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

Issue 402283003: Fix bugs in clip parent calculations (Closed)

Created:
6 years, 5 months ago by Ian Vollick
Modified:
6 years, 5 months ago
Reviewers:
abarth-chromium
CC:
abarth-chromium, blink-reviews, blink-reviews-rendering, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, pdr., rune+blink, zoltan1
Project:
blink
Visibility:
Public.

Description

Fix bugs in clip parent calculations I noticed two bugs in the clip parent code - when walking up the layers in the stacking tree looking for clipping layers, I'd forgotten to consider the layers themselves (I'd only considered their clipping containers). I'd also incorrectly gated promotion for having a clip parent on having an ancestor scrolling layer that needed composited scrolling. This condition was bogus: we often need a clip parent precisely because we have no ancestor scrolling layer (eg, we're fixed positioned and have 'escaped' our ancestor scrollers in tree order). BUG=None Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178649 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178749

Patch Set 1 #

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -7 lines) Patch
A LayoutTests/compositing/overflow/non-reparented-overlay-scrollbars.html View 1 chunk +36 lines, -0 lines 0 comments Download
A LayoutTests/compositing/overflow/non-reparented-overlay-scrollbars-expected.html View 1 chunk +36 lines, -0 lines 0 comments Download
M Source/core/rendering/compositing/CompositingInputsUpdater.cpp View 1 chunk +3 lines, -0 lines 0 comments Download
M Source/core/rendering/compositing/CompositingReasonFinder.cpp View 1 chunk +5 lines, -7 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
Ian Vollick
6 years, 5 months ago (2014-07-22 02:30:48 UTC) #1
abarth-chromium
lgtm
6 years, 5 months ago (2014-07-22 05:54:11 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vollick@chromium.org/402283003/1
6 years, 5 months ago (2014-07-22 05:55:06 UTC) #3
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_blink_rel on tryserver.blink ...
6 years, 5 months ago (2014-07-22 06:37:09 UTC) #4
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-22 07:13:44 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/18130)
6 years, 5 months ago (2014-07-22 07:13:45 UTC) #6
Ian Vollick
The CQ bit was checked by vollick@chromium.org
6 years, 5 months ago (2014-07-22 12:46:24 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vollick@chromium.org/402283003/1
6 years, 5 months ago (2014-07-22 12:47:51 UTC) #8
commit-bot: I haz the power
Change committed as 178649
6 years, 5 months ago (2014-07-22 13:26:39 UTC) #9
johnme
A revert of this CL has been created in https://codereview.chromium.org/410683002/ by johnme@chromium.org. The reason for ...
6 years, 5 months ago (2014-07-22 15:06:02 UTC) #10
Ian Vollick
On 2014/07/22 15:06:02, johnme wrote: > A revert of this CL has been created in ...
6 years, 5 months ago (2014-07-23 04:07:03 UTC) #11
Ian Vollick
The CQ bit was checked by vollick@chromium.org
6 years, 5 months ago (2014-07-23 04:07:13 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vollick@chromium.org/402283003/20001
6 years, 5 months ago (2014-07-23 04:08:44 UTC) #13
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_blink_rel on tryserver.blink ...
6 years, 5 months ago (2014-07-23 05:09:19 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-23 06:12:35 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: win_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu_triggered_tests/builds/31269)
6 years, 5 months ago (2014-07-23 06:12:36 UTC) #16
Ian Vollick
The CQ bit was checked by vollick@chromium.org
6 years, 5 months ago (2014-07-23 11:08:20 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vollick@chromium.org/402283003/20001
6 years, 5 months ago (2014-07-23 11:08:56 UTC) #18
commit-bot: I haz the power
6 years, 5 months ago (2014-07-23 11:09:45 UTC) #19
Message was sent while issue was closed.
Change committed as 178749

Powered by Google App Engine
This is Rietveld 408576698