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

Issue 2380683006: SPv2: Add support for tracking raster paint invalidations in testing. (Closed)

Created:
4 years, 2 months ago by chrishtr
Modified:
4 years, 2 months ago
Reviewers:
Xianzhu
CC:
ajuma+watch_chromium.org, blink-layers+watch_chromium.org, blink-reviews, blink-reviews-platform-graphics_chromium.org, Rik, chromium-reviews, danakj+watch_chromium.org, dshwang, drott+blinkwatch_chromium.org, krit, f(malita), jbroman, Justin Novosad, pdr+graphicswatchlist_chromium.org, rwlbuis, Stephen Chennney
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

SPv2: Add support for tracking raster paint invalidations in testing. Adds one test to demonstrate the output format and smoke test SPv2 paint invalidation. BUG=647831 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Committed: https://crrev.com/a3396125b597b2c83bd7617405c44ecf8c958985 Cr-Commit-Position: refs/heads/master@{#422459}

Patch Set 1 #

Patch Set 2 : none #

Patch Set 3 : none #

Patch Set 4 : none #

Patch Set 5 : none #

Total comments: 6

Patch Set 6 : none #

Patch Set 7 : none #

Patch Set 8 : none #

Patch Set 9 : none #

Total comments: 2

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 #

Patch Set 18 : none #

Unified diffs Side-by-side diffs Delta from patch set Stats (+555 lines, -252 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 4 chunks +6 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/compositing/overflow/ancestor-with-clip-path.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -1 line 0 comments Download
A + third_party/WebKit/LayoutTests/virtual/spv2/paint/invalidation/margin-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +3 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameView.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameView.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +20 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/frame/LocalFrame.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +12 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +18 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/platform/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsLayer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 chunks +56 lines, -151 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 6 chunks +21 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 chunks +136 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/PaintController.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 6 chunks +17 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 7 chunks +43 lines, -10 lines 0 comments Download
A third_party/WebKit/Source/platform/graphics/paint/RasterInvalidationTracking.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +90 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/graphics/paint/RasterInvalidationTracking.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +86 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/scroll/ScrollableAreaTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 5 chunks +12 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/platform/testing/FakeGraphicsLayerClient.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/web/LinkHighlightImpl.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/tests/sim/SimCompositor.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 58 (37 generated)
chrishtr
4 years, 2 months ago (2016-09-30 00:18:01 UTC) #5
Xianzhu
https://codereview.chromium.org/2380683006/diff/80001/third_party/WebKit/Source/platform/graphics/paint/PaintChunk.h File third_party/WebKit/Source/platform/graphics/paint/PaintChunk.h (right): https://codereview.chromium.org/2380683006/diff/80001/third_party/WebKit/Source/platform/graphics/paint/PaintChunk.h#newcode87 third_party/WebKit/Source/platform/graphics/paint/PaintChunk.h:87: Vector<PaintInvalidationInfo> rasterInvalidationRects; I suggest to keep this to still ...
4 years, 2 months ago (2016-09-30 00:47:01 UTC) #10
chrishtr
I renamed paint to raster throughout. Also, as a followup patch, I will try to ...
4 years, 2 months ago (2016-09-30 18:19:11 UTC) #11
Xianzhu
lgtm https://codereview.chromium.org/2380683006/diff/160001/third_party/WebKit/Source/platform/graphics/paint/PaintController.h File third_party/WebKit/Source/platform/graphics/paint/PaintController.h (right): https://codereview.chromium.org/2380683006/diff/160001/third_party/WebKit/Source/platform/graphics/paint/PaintController.h#newcode281 third_party/WebKit/Source/platform/graphics/paint/PaintController.h:281: bool m_isTrackingPaintInvalidations; Nit: This seems not used.
4 years, 2 months ago (2016-09-30 19:04:30 UTC) #14
chrishtr
https://codereview.chromium.org/2380683006/diff/160001/third_party/WebKit/Source/platform/graphics/paint/PaintController.h File third_party/WebKit/Source/platform/graphics/paint/PaintController.h (right): https://codereview.chromium.org/2380683006/diff/160001/third_party/WebKit/Source/platform/graphics/paint/PaintController.h#newcode281 third_party/WebKit/Source/platform/graphics/paint/PaintController.h:281: bool m_isTrackingPaintInvalidations; On 2016/09/30 at 19:04:30, Xianzhu wrote: > ...
4 years, 2 months ago (2016-09-30 21:04:16 UTC) #15
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/2380683006/180001
4 years, 2 months ago (2016-09-30 21:05:26 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: android_compile_dbg on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_compile_dbg/builds/138090)
4 years, 2 months ago (2016-09-30 21:22:33 UTC) #20
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/2380683006/200001
4 years, 2 months ago (2016-09-30 22:12:24 UTC) #23
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/2380683006/240001
4 years, 2 months ago (2016-10-01 04:27:28 UTC) #30
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/271293)
4 years, 2 months ago (2016-10-01 04:36:10 UTC) #32
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/2380683006/260001
4 years, 2 months ago (2016-10-01 04:43:02 UTC) #35
commit-bot: I haz the power
Try jobs failed on following builders: linux_layout_tests_slimming_paint_v2 on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_layout_tests_slimming_paint_v2/builds/826)
4 years, 2 months ago (2016-10-01 05:26:14 UTC) #37
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/2380683006/280001
4 years, 2 months ago (2016-10-01 20:09:13 UTC) #40
commit-bot: I haz the power
Try jobs failed on following builders: linux_layout_tests_slimming_paint_v2 on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_layout_tests_slimming_paint_v2/builds/832)
4 years, 2 months ago (2016-10-01 20:49:42 UTC) #42
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/2380683006/300001
4 years, 2 months ago (2016-10-01 22:40:42 UTC) #45
commit-bot: I haz the power
Try jobs failed on following builders: linux_layout_tests_slimming_paint_v2 on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_layout_tests_slimming_paint_v2/builds/835)
4 years, 2 months ago (2016-10-01 23:13:06 UTC) #47
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/2380683006/320001
4 years, 2 months ago (2016-10-02 14:38:34 UTC) #50
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/306799)
4 years, 2 months ago (2016-10-02 15:36:44 UTC) #52
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/2380683006/340001
4 years, 2 months ago (2016-10-03 16:28:28 UTC) #55
commit-bot: I haz the power
Committed patchset #18 (id:340001)
4 years, 2 months ago (2016-10-03 18:05:23 UTC) #56
commit-bot: I haz the power
4 years, 2 months ago (2016-10-03 18:07:03 UTC) #58
Message was sent while issue was closed.
Patchset 18 (id:??) landed as
https://crrev.com/a3396125b597b2c83bd7617405c44ecf8c958985
Cr-Commit-Position: refs/heads/master@{#422459}

Powered by Google App Engine
This is Rietveld 408576698