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

Issue 2623043002: Fix first paint tracking for SPv2 (Closed)

Created:
3 years, 11 months ago by Xianzhu
Modified:
3 years, 11 months ago
Reviewers:
pdr., sunjian, panicker
CC:
ajuma+watch_chromium.org, blink-layers+watch_chromium.org, blink-reviews, blink-reviews-layout_chromium.org, blink-reviews-paint_chromium.org, blink-reviews-platform-graphics_chromium.org, Rik, chromium-reviews, danakj+watch_chromium.org, dshwang, drott+blinkwatch_chromium.org, krit, eae+blinkwatch, f(malita), jbroman, jchaffraix+rendering, Justin Novosad, kinuko+watch, leviw+renderwatch, pdr+graphicswatchlist_chromium.org, pdr+renderingwatchlist_chromium.org, rwlbuis, Stephen Chennney, szager+layoutwatch_chromium.org, zoltan1
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix first paint tracking for SPv2 Now move first paint notification code from GraphicsLayer CompositedLayerMapping into FrameView. BUG=657825 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2623043002 Cr-Commit-Position: refs/heads/master@{#443503} Committed: https://chromium.googlesource.com/chromium/src/+/0562259b2ac8d61de08dfbed6b13b9050bda9c0a

Patch Set 1 #

Total comments: 5

Patch Set 2 : Rebase and update comments #

Total comments: 4

Patch Set 3 : - #

Total comments: 2

Patch Set 4 : - #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -70 lines) Patch
M third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2 View 1 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameView.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameView.cpp View 1 2 4 chunks +13 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp View 1 2 chunks +0 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayer.h View 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayer.cpp View 1 2 chunks +0 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/paint/ViewPainter.cpp View 1 chunk +4 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsLayer.h View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp View 1 chunk +0 lines, -23 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/PaintController.h View 1 3 chunks +8 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (11 generated)
Xianzhu
https://codereview.chromium.org/2623043002/diff/1/third_party/WebKit/Source/core/paint/ViewPainter.cpp File third_party/WebKit/Source/core/paint/ViewPainter.cpp (left): https://codereview.chromium.org/2623043002/diff/1/third_party/WebKit/Source/core/paint/ViewPainter.cpp#oldcode173 third_party/WebKit/Source/core/paint/ViewPainter.cpp:173: TRACE_EVENT_SCOPE_GLOBAL); @panicker: I'm not sure if the above user_timing ...
3 years, 11 months ago (2017-01-10 23:29:02 UTC) #3
panicker
https://codereview.chromium.org/2623043002/diff/1/third_party/WebKit/Source/core/paint/ViewPainter.cpp File third_party/WebKit/Source/core/paint/ViewPainter.cpp (left): https://codereview.chromium.org/2623043002/diff/1/third_party/WebKit/Source/core/paint/ViewPainter.cpp#oldcode173 third_party/WebKit/Source/core/paint/ViewPainter.cpp:173: TRACE_EVENT_SCOPE_GLOBAL); On 2017/01/10 23:29:01, Xianzhu wrote: > @panicker: I'm ...
3 years, 11 months ago (2017-01-11 00:12:08 UTC) #4
panicker
https://codereview.chromium.org/2623043002/diff/1/third_party/WebKit/Source/core/paint/ViewPainter.cpp File third_party/WebKit/Source/core/paint/ViewPainter.cpp (left): https://codereview.chromium.org/2623043002/diff/1/third_party/WebKit/Source/core/paint/ViewPainter.cpp#oldcode173 third_party/WebKit/Source/core/paint/ViewPainter.cpp:173: TRACE_EVENT_SCOPE_GLOBAL); On 2017/01/11 00:12:07, panicker wrote: > On 2017/01/10 ...
3 years, 11 months ago (2017-01-11 00:17:25 UTC) #5
Xianzhu
https://codereview.chromium.org/2623043002/diff/1/third_party/WebKit/Source/core/paint/ViewPainter.cpp File third_party/WebKit/Source/core/paint/ViewPainter.cpp (left): https://codereview.chromium.org/2623043002/diff/1/third_party/WebKit/Source/core/paint/ViewPainter.cpp#oldcode173 third_party/WebKit/Source/core/paint/ViewPainter.cpp:173: TRACE_EVENT_SCOPE_GLOBAL); On 2017/01/11 00:17:25, panicker wrote: > On 2017/01/11 ...
3 years, 11 months ago (2017-01-11 00:23:41 UTC) #6
panicker
Looks good overall, and great clean up! Would be great to check couple of web ...
3 years, 11 months ago (2017-01-11 21:13:34 UTC) #7
panicker
On 2017/01/11 21:13:34, panicker wrote: > Looks good overall, and great clean up! > Would ...
3 years, 11 months ago (2017-01-11 21:15:51 UTC) #8
Xianzhu
On 2017/01/11 21:15:51, panicker wrote: > On 2017/01/11 21:13:34, panicker wrote: > > Looks good ...
3 years, 11 months ago (2017-01-11 22:19:05 UTC) #9
Xianzhu
pdr@ can you review this CL as an owner?
3 years, 11 months ago (2017-01-12 21:43:07 UTC) #14
pdr.
https://codereview.chromium.org/2623043002/diff/20001/third_party/WebKit/Source/core/frame/FrameView.cpp File third_party/WebKit/Source/core/frame/FrameView.cpp (right): https://codereview.chromium.org/2623043002/diff/20001/third_party/WebKit/Source/core/frame/FrameView.cpp#newcode3008 third_party/WebKit/Source/core/frame/FrameView.cpp:3008: if (Document* document = m_frame->document()) { Would it be ...
3 years, 11 months ago (2017-01-12 21:56:45 UTC) #15
Xianzhu
https://codereview.chromium.org/2623043002/diff/20001/third_party/WebKit/Source/core/frame/FrameView.cpp File third_party/WebKit/Source/core/frame/FrameView.cpp (right): https://codereview.chromium.org/2623043002/diff/20001/third_party/WebKit/Source/core/frame/FrameView.cpp#newcode3008 third_party/WebKit/Source/core/frame/FrameView.cpp:3008: if (Document* document = m_frame->document()) { On 2017/01/12 21:56:45, ...
3 years, 11 months ago (2017-01-12 22:13:39 UTC) #16
pdr.
https://codereview.chromium.org/2623043002/diff/40001/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp File third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp (right): https://codereview.chromium.org/2623043002/diff/40001/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp#newcode529 third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp:529: if (UNLIKELY(!m_firstPainted) && item.isDrawing() && This will still be ...
3 years, 11 months ago (2017-01-12 22:21:55 UTC) #17
Xianzhu
https://codereview.chromium.org/2623043002/diff/40001/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp File third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp (right): https://codereview.chromium.org/2623043002/diff/40001/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp#newcode529 third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp:529: if (UNLIKELY(!m_firstPainted) && item.isDrawing() && On 2017/01/12 22:21:55, pdr. ...
3 years, 11 months ago (2017-01-12 22:32:22 UTC) #18
pdr.
On 2017/01/12 at 22:32:22, wangxianzhu wrote: > https://codereview.chromium.org/2623043002/diff/40001/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp > File third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp (right): > > https://codereview.chromium.org/2623043002/diff/40001/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp#newcode529 ...
3 years, 11 months ago (2017-01-12 22:35:03 UTC) #19
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/2623043002/40002
3 years, 11 months ago (2017-01-12 22:37:53 UTC) #21
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/363148)
3 years, 11 months ago (2017-01-13 04:44:13 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/2623043002/40002
3 years, 11 months ago (2017-01-13 04:45:33 UTC) #25
commit-bot: I haz the power
3 years, 11 months ago (2017-01-13 06:09:57 UTC) #28
Message was sent while issue was closed.
Committed patchset #4 (id:40002) as
https://chromium.googlesource.com/chromium/src/+/0562259b2ac8d61de08dfbed6b13...

Powered by Google App Engine
This is Rietveld 408576698