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

Issue 1809593002: [SPv2] Disables paint layer culling (Closed)

Created:
4 years, 9 months ago by trchen
Modified:
4 years, 8 months ago
Reviewers:
chrishtr
CC:
blink-reviews, blink-reviews-paint_chromium.org, chromium-reviews, dshwang, slimming-paint-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[SPv2] Disables paint layer culling In SPv2, the cull rect generated by the layer clipper does not match the space we paint in. We decided to punt it until the Web Page Geometries API is implemented, so we can easily derive the cull rect from tree builder. BUG=593596 Committed: https://crrev.com/d4136c471aa2c38eb335f684b031088f490dfb1a Cr-Commit-Position: refs/heads/master@{#389026}

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : fix test issue #

Patch Set 4 : +mac test expectation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -3 lines) Patch
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 3 3 chunks +5 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp View 1 2 2 chunks +14 lines, -0 lines 0 comments Download

Messages

Total messages: 33 (15 generated)
trchen
As we discussed on Monday. Let's disable culling for SPv2 temporarily.
4 years, 9 months ago (2016-03-16 02:50:44 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1809593002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1809593002/1
4 years, 9 months ago (2016-03-16 02:51:02 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/189638)
4 years, 9 months ago (2016-03-16 03:46:52 UTC) #6
trchen
The unit test failure was due to bogus clip display items with infinite rect. The ...
4 years, 8 months ago (2016-04-20 04:16:52 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1809593002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1809593002/40001
4 years, 8 months ago (2016-04-20 04:17:11 UTC) #9
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/214131)
4 years, 8 months ago (2016-04-20 06:00:16 UTC) #11
chrishtr
On 2016/04/20 at 04:16:52, trchen wrote: > The unit test failure was due to bogus ...
4 years, 8 months ago (2016-04-20 16:40:48 UTC) #12
trchen
On 2016/04/20 16:40:48, chrishtr wrote: > On 2016/04/20 at 04:16:52, trchen wrote: > > The ...
4 years, 8 months ago (2016-04-20 22:28:27 UTC) #13
chrishtr
lgtm
4 years, 8 months ago (2016-04-20 23:18:42 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1809593002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1809593002/40001
4 years, 8 months ago (2016-04-20 23:19:49 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/214766)
4 years, 8 months ago (2016-04-21 01:22:02 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1809593002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1809593002/60001
4 years, 8 months ago (2016-04-22 01:37:58 UTC) #20
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/215718)
4 years, 8 months ago (2016-04-22 02:31:04 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1809593002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1809593002/80001
4 years, 8 months ago (2016-04-22 02:46:37 UTC) #25
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-22 03:46:31 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1809593002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1809593002/80001
4 years, 8 months ago (2016-04-22 04:01:28 UTC) #30
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years, 8 months ago (2016-04-22 04:10:32 UTC) #31
commit-bot: I haz the power
4 years, 8 months ago (2016-04-22 19:44:19 UTC) #33
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/d4136c471aa2c38eb335f684b031088f490dfb1a
Cr-Commit-Position: refs/heads/master@{#389026}

Powered by Google App Engine
This is Rietveld 408576698