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

Issue 1977863004: scheduler: Add main thread gesture as a detected use case (Closed)

Created:
4 years, 7 months ago by Sami
Modified:
4 years, 7 months ago
CC:
chromium-reviews, scheduler-bugs_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

scheduler: Add main thread gesture as a detected use case Distinguish between a main thread gesture (e.g., a scroll which is handled on the main thread) and main thread custom input handling (e.g., a touchmove listener which prevents scrolling). In the former case we know the gesture type (scrolling), so we can be a little more aggressive about prioritizing input handling and compositing in order to improve frame rate. BUG=609118 Committed: https://crrev.com/00b626512ee991e03b8482536583c5ddb073c7b8 Cr-Commit-Position: refs/heads/master@{#393823}

Patch Set 1 #

Patch Set 2 : Rebased #

Patch Set 3 : Fix broken test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+220 lines, -60 lines) Patch
M components/scheduler/renderer/renderer_scheduler.h View 1 chunk +19 lines, -2 lines 0 comments Download
M components/scheduler/renderer/renderer_scheduler.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M components/scheduler/renderer/renderer_scheduler_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/scheduler/renderer/renderer_scheduler_impl.cc View 1 10 chunks +38 lines, -8 lines 0 comments Download
M components/scheduler/renderer/renderer_scheduler_impl_unittest.cc View 1 2 30 chunks +158 lines, -48 lines 0 comments Download

Messages

Total messages: 15 (8 generated)
Sami
4 years, 7 months ago (2016-05-13 17:50:29 UTC) #3
alex clarke (OOO till 29th)
lgtm
4 years, 7 months ago (2016-05-13 18:59:27 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1977863004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1977863004/20001
4 years, 7 months ago (2016-05-16 09:27:37 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/212883)
4 years, 7 months ago (2016-05-16 09:56:32 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1977863004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1977863004/40001
4 years, 7 months ago (2016-05-16 11:57:51 UTC) #11
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 7 months ago (2016-05-16 12:54:06 UTC) #13
commit-bot: I haz the power
4 years, 7 months ago (2016-05-16 12:55:20 UTC) #15
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/00b626512ee991e03b8482536583c5ddb073c7b8
Cr-Commit-Position: refs/heads/master@{#393823}

Powered by Google App Engine
This is Rietveld 408576698