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

Issue 2238883006: SPv2: Use GeometryMapper to implement PaintLayerClipper. (Closed)

Created:
4 years, 4 months ago by chrishtr
Modified:
4 years, 2 months ago
Reviewers:
Xianzhu, trchen
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

Use GeometryMapper to implement PaintLayerClipper. BUG=593596 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Committed: https://crrev.com/902ab929046fdb09759d1601bd430fdb64b2235c Cr-Commit-Position: refs/heads/master@{#423731}

Patch Set 1 #

Patch Set 2 : none #

Patch Set 3 : none #

Patch Set 4 : none #

Total comments: 4

Patch Set 5 : none #

Patch Set 6 : none #

Patch Set 7 : none #

Patch Set 8 : none #

Patch Set 9 : none #

Patch Set 10 : none #

Patch Set 11 : none #

Patch Set 12 : none #

Patch Set 13 : none #

Patch Set 14 : none #

Patch Set 15 : none #

Patch Set 16 : none #

Patch Set 17 : none #

Total comments: 1

Patch Set 18 : none #

Total comments: 12

Patch Set 19 : none #

Patch Set 20 : none #

Patch Set 21 : none #

Patch Set 22 : none #

Patch Set 23 : none #

Unified diffs Side-by-side diffs Delta from patch set Stats (+301 lines, -74 lines) Patch
M third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 5 chunks +20 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ClipRect.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/CompositingInputsUpdater.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +17 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +4 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayerClipper.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 5 chunks +43 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 9 chunks +179 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 9 chunks +34 lines, -46 lines 0 comments Download
M third_party/WebKit/Source/core/testing/Internals.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 81 (65 generated)
chrishtr
4 years, 4 months ago (2016-08-12 23:05:48 UTC) #4
Xianzhu
https://codereview.chromium.org/2238883006/diff/60001/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp File third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp (right): https://codereview.chromium.org/2238883006/diff/60001/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp#newcode161 third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp:161: m_geometryMapper.reset(new GeometryMapper); Can you give some performance analysis? Can ...
4 years, 4 months ago (2016-08-15 17:09:04 UTC) #9
chrishtr
https://codereview.chromium.org/2238883006/diff/60001/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp File third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp (right): https://codereview.chromium.org/2238883006/diff/60001/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp#newcode161 third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp:161: m_geometryMapper.reset(new GeometryMapper); On 2016/08/15 at 17:09:04, Xianzhu wrote: > ...
4 years, 2 months ago (2016-10-05 23:28:32 UTC) #52
Xianzhu
https://codereview.chromium.org/2238883006/diff/340001/third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2 File third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2 (right): https://codereview.chromium.org/2238883006/diff/340001/third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2#newcode2162 third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2:2162: crbug.com/593596 compositing/geometry/layer-due-to-layer-children-deep.html [ Failure ] You can also mark ...
4 years, 2 months ago (2016-10-06 00:13:32 UTC) #55
Xianzhu
lgtm https://codereview.chromium.org/2238883006/diff/340001/third_party/WebKit/Source/core/paint/PaintLayerClipper.h File third_party/WebKit/Source/core/paint/PaintLayerClipper.h (right): https://codereview.chromium.org/2238883006/diff/340001/third_party/WebKit/Source/core/paint/PaintLayerClipper.h#newcode175 third_party/WebKit/Source/core/paint/PaintLayerClipper.h:175: explicit PaintLayerClipper(const PaintLayer&, bool useGeometryMapper); On 2016/10/06 00:13:32, ...
4 years, 2 months ago (2016-10-06 00:15:10 UTC) #56
chrishtr
https://codereview.chromium.org/2238883006/diff/340001/third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2 File third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2 (right): https://codereview.chromium.org/2238883006/diff/340001/third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2#newcode2162 third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2:2162: crbug.com/593596 compositing/geometry/layer-due-to-layer-children-deep.html [ Failure ] On 2016/10/06 at 00:13:32, ...
4 years, 2 months ago (2016-10-06 17:11:08 UTC) #59
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/2238883006/380001
4 years, 2 months ago (2016-10-06 17:17:43 UTC) #62
Xianzhu
https://codereview.chromium.org/2238883006/diff/340001/third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2 File third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2 (right): https://codereview.chromium.org/2238883006/diff/340001/third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2#newcode2162 third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2:2162: crbug.com/593596 compositing/geometry/layer-due-to-layer-children-deep.html [ Failure ] On 2016/10/06 17:11:08, chrishtr ...
4 years, 2 months ago (2016-10-06 17:26:19 UTC) #63
chrishtr
https://codereview.chromium.org/2238883006/diff/340001/third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2 File third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2 (right): https://codereview.chromium.org/2238883006/diff/340001/third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2#newcode2162 third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2:2162: crbug.com/593596 compositing/geometry/layer-due-to-layer-children-deep.html [ Failure ] On 2016/10/06 at 17:26:19, ...
4 years, 2 months ago (2016-10-06 17:28:04 UTC) #65
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/2238883006/400001
4 years, 2 months ago (2016-10-06 17:29:16 UTC) #68
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/275518)
4 years, 2 months ago (2016-10-06 17:39:44 UTC) #70
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/2238883006/420001
4 years, 2 months ago (2016-10-06 21:36:08 UTC) #73
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/275852)
4 years, 2 months ago (2016-10-06 21:47:28 UTC) #75
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/2238883006/440001
4 years, 2 months ago (2016-10-06 21:51:52 UTC) #78
commit-bot: I haz the power
Committed patchset #23 (id:440001)
4 years, 2 months ago (2016-10-06 23:24:26 UTC) #79
commit-bot: I haz the power
4 years, 2 months ago (2016-10-06 23:26:46 UTC) #81
Message was sent while issue was closed.
Patchset 23 (id:??) landed as
https://crrev.com/902ab929046fdb09759d1601bd430fdb64b2235c
Cr-Commit-Position: refs/heads/master@{#423731}

Powered by Google App Engine
This is Rietveld 408576698