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

Issue 2389293002: Revert the removal of CompositingReasonOutOfFlowClipping (Closed)

Created:
4 years, 2 months ago by Stephen Chennney
Modified:
4 years, 2 months ago
Reviewers:
flackr
CC:
blink-reviews, blink-reviews-layout_chromium.org, chromium-reviews, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, szager+layoutwatch_chromium.org, zoltan1
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert the removal of CompositingReasonOutOfFlowClipping Change https://codereview.chromium.org/2382563002/ modified the logic for compositing layers with a clip parent when we prefer compositing to LCD text. Revert that change to fix painting of fixed position clipped elements over accelerated scrolling elements. R=flackr@chromium.org BUG=650446 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Committed: https://crrev.com/2d9b508d37b0fac7f0b3c4fcce5f8a278d4fb9d7 Cr-Commit-Position: refs/heads/master@{#423609}

Patch Set 1 #

Patch Set 2 : New baseline for compositing/overflow/scroll-parent-absolute-with-backdrop-filter.html #

Patch Set 3 : Add virtual expectation, update style #

Patch Set 4 : Fix type in DCHECK #

Total comments: 2

Patch Set 5 : Fix missing DCHECKS #

Total comments: 2

Patch Set 6 : Improve DCHECKs. #

Messages

Total messages: 37 (22 generated)
flackr
lgtm
4 years, 2 months ago (2016-10-04 19:31:44 UTC) #4
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/2389293002/1
4 years, 2 months ago (2016-10-04 19:34:50 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/308373)
4 years, 2 months ago (2016-10-04 21:03:30 UTC) #9
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/2389293002/20001
4 years, 2 months ago (2016-10-05 13:10:23 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/305862)
4 years, 2 months ago (2016-10-05 14:34:18 UTC) #14
Stephen Chennney
I think this needs another review after I changed all the ASSERTS and some formatting. ...
4 years, 2 months ago (2016-10-06 16:24:39 UTC) #17
flackr
On 2016/10/06 at 16:24:39, schenney wrote: > I think this needs another review after I ...
4 years, 2 months ago (2016-10-06 16:52:22 UTC) #22
Stephen Chennney
On 2016/10/06 16:52:22, flackr wrote: > On 2016/10/06 at 16:24:39, schenney wrote: > > I ...
4 years, 2 months ago (2016-10-06 16:55:55 UTC) #23
flackr
On 2016/10/06 at 16:55:55, schenney wrote: > On 2016/10/06 16:52:22, flackr wrote: > > On ...
4 years, 2 months ago (2016-10-06 17:01:05 UTC) #26
flackr
https://codereview.chromium.org/2389293002/diff/60001/third_party/WebKit/Source/core/layout/compositing/CompositingRequirementsUpdater.cpp File third_party/WebKit/Source/core/layout/compositing/CompositingRequirementsUpdater.cpp (right): https://codereview.chromium.org/2389293002/diff/60001/third_party/WebKit/Source/core/layout/compositing/CompositingRequirementsUpdater.cpp#newcode138 third_party/WebKit/Source/core/layout/compositing/CompositingRequirementsUpdater.cpp:138: (fastAnswer == slowAnswer); DCHECK_EQ? https://codereview.chromium.org/2389293002/diff/60001/third_party/WebKit/Source/core/layout/compositing/CompositingRequirementsUpdater.cpp#newcode157 third_party/WebKit/Source/core/layout/compositing/CompositingRequirementsUpdater.cpp:157: (layer->stackingNode()->isStackingContext()); DCHECK?
4 years, 2 months ago (2016-10-06 17:01:14 UTC) #27
Stephen Chennney
On 2016/10/06 17:01:14, flackr wrote: > https://codereview.chromium.org/2389293002/diff/60001/third_party/WebKit/Source/core/layout/compositing/CompositingRequirementsUpdater.cpp > File > third_party/WebKit/Source/core/layout/compositing/CompositingRequirementsUpdater.cpp > (right): > > ...
4 years, 2 months ago (2016-10-06 17:07:52 UTC) #30
flackr
LGTM with nits https://codereview.chromium.org/2389293002/diff/80001/third_party/WebKit/Source/core/layout/compositing/CompositingReasonFinder.cpp File third_party/WebKit/Source/core/layout/compositing/CompositingReasonFinder.cpp (right): https://codereview.chromium.org/2389293002/diff/80001/third_party/WebKit/Source/core/layout/compositing/CompositingReasonFinder.cpp#newcode44 third_party/WebKit/Source/core/layout/compositing/CompositingReasonFinder.cpp:44: DCHECK(potentialCompositingReasonsFromStyle(layer->layoutObject()) == nit: DCHECK_EQ(potentialCompositingReasonsFromStyle(layer->layoutObject()), layer->potentialCompositingReasonsFromStyle()) https://codereview.chromium.org/2389293002/diff/80001/third_party/WebKit/Source/core/layout/compositing/CompositingRequirementsUpdater.cpp ...
4 years, 2 months ago (2016-10-06 17:23:44 UTC) #31
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/2389293002/100001
4 years, 2 months ago (2016-10-06 17:32:04 UTC) #34
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 2 months ago (2016-10-06 18:52:43 UTC) #35
commit-bot: I haz the power
4 years, 2 months ago (2016-10-06 18:55:08 UTC) #37
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/2d9b508d37b0fac7f0b3c4fcce5f8a278d4fb9d7
Cr-Commit-Position: refs/heads/master@{#423609}

Powered by Google App Engine
This is Rietveld 408576698