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

Issue 2599043003: Add transform and background not opaque as main thread scrolling reasons (Closed)

Created:
4 years ago by yigu
Modified:
3 years, 11 months ago
Reviewers:
bokan, ajuma, jwd
CC:
chromium-reviews, dshwang, asvitkine+watch_chromium.org, blink-reviews-paint_chromium.org, blink-reviews, cc-bugs_chromium.org, kinuko+watch
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add transform and background not opaque as main thread scrolling reasons BUG=660907 TEST=ScrollingCoordinatorTest.StyleRelatedMainThreadScrollingReasonTest CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Committed: https://crrev.com/1bbdf620f45d6d5753ddcad660af175e30e79e13 Cr-Commit-Position: refs/heads/master@{#441308}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Make styleRelatedMainThreadScrollingReasonTest a class #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -67 lines) Patch
M cc/input/main_thread_scrolling_reason.h View 4 chunks +9 lines, -2 lines 4 comments Download
M third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp View 1 1 chunk +9 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp View 1 2 chunks +56 lines, -34 lines 0 comments Download
A + third_party/WebKit/Source/web/tests/data/two_scrollable_area.html View 2 chunks +10 lines, -2 lines 0 comments Download
D third_party/WebKit/Source/web/tests/data/two_transparent_scrollable_area.html View 1 chunk +0 lines, -29 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (10 generated)
yigu
Hi! Just added two more style related main thread scrolling reasons for UMA purpose. PTAL. ...
4 years ago (2016-12-22 19:50:38 UTC) #4
jwd
histograms LGTM
3 years, 11 months ago (2017-01-02 16:59:12 UTC) #5
bokan
https://codereview.chromium.org/2599043003/diff/1/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp File third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp (right): https://codereview.chromium.org/2599043003/diff/1/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp#newcode1035 third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp:1035: TEST_F(ScrollingCoordinatorTest, StyleRelatedMainThreadScrollingReasonTest) { Make styleRelatedMainThreadScrollingReasonTest a class and make ...
3 years, 11 months ago (2017-01-03 16:31:17 UTC) #6
yigu
Hi David, I've made the styleRelatedTest a class as you suggested. PTAL. Thanks! Yi https://codereview.chromium.org/2599043003/diff/1/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp ...
3 years, 11 months ago (2017-01-03 21:49:58 UTC) #7
bokan
lgtm
3 years, 11 months ago (2017-01-03 21:52:09 UTC) #8
ajuma
https://codereview.chromium.org/2599043003/diff/20001/cc/input/main_thread_scrolling_reason.h File cc/input/main_thread_scrolling_reason.h (right): https://codereview.chromium.org/2599043003/diff/20001/cc/input/main_thread_scrolling_reason.h#newcode48 cc/input/main_thread_scrolling_reason.h:48: kMainThreadScrollingReasonCount = 20, Should this be 19? (since the ...
3 years, 11 months ago (2017-01-03 22:31:06 UTC) #11
yigu
https://codereview.chromium.org/2599043003/diff/20001/cc/input/main_thread_scrolling_reason.h File cc/input/main_thread_scrolling_reason.h (right): https://codereview.chromium.org/2599043003/diff/20001/cc/input/main_thread_scrolling_reason.h#newcode48 cc/input/main_thread_scrolling_reason.h:48: kMainThreadScrollingReasonCount = 20, On 2017/01/03 22:31:05, ajuma wrote: > ...
3 years, 11 months ago (2017-01-03 22:44:15 UTC) #12
yigu
HI Ali, PTAL. https://codereview.chromium.org/2599043003/diff/20001/cc/input/main_thread_scrolling_reason.h File cc/input/main_thread_scrolling_reason.h (right): https://codereview.chromium.org/2599043003/diff/20001/cc/input/main_thread_scrolling_reason.h#newcode48 cc/input/main_thread_scrolling_reason.h:48: kMainThreadScrollingReasonCount = 20, On 2017/01/03 22:44:15, ...
3 years, 11 months ago (2017-01-03 23:09:14 UTC) #13
ajuma
lgtm https://codereview.chromium.org/2599043003/diff/20001/cc/input/main_thread_scrolling_reason.h File cc/input/main_thread_scrolling_reason.h (right): https://codereview.chromium.org/2599043003/diff/20001/cc/input/main_thread_scrolling_reason.h#newcode48 cc/input/main_thread_scrolling_reason.h:48: kMainThreadScrollingReasonCount = 20, On 2017/01/03 23:09:14, yigu wrote: ...
3 years, 11 months ago (2017-01-04 00:28:10 UTC) #14
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/2599043003/20001
3 years, 11 months ago (2017-01-04 01:53:43 UTC) #17
commit-bot: I haz the power
Committed patchset #2 (id:20001)
3 years, 11 months ago (2017-01-04 03:21:01 UTC) #20
commit-bot: I haz the power
3 years, 11 months ago (2017-01-04 03:24:07 UTC) #22
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/1bbdf620f45d6d5753ddcad660af175e30e79e13
Cr-Commit-Position: refs/heads/master@{#441308}

Powered by Google App Engine
This is Rietveld 408576698