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

Issue 1306193006: Remove touch scroll chaining from compositor scrolling. (Closed)

Created:
5 years, 3 months ago by tdresser
Modified:
5 years, 2 months ago
CC:
cc-bugs_chromium.org, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@disable_chaining_no_bubbling
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove touch scroll chaining from compositor scrolling. This leaves a bunch of potential cleanup, but we'll see whether or not we want to land this before performing the cleanup. BUG=526462 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/a3b162b8f887c5cfa5c68d5bb89a89769c92d7f2 Cr-Commit-Position: refs/heads/master@{#351346}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Clean up InnerViewportScrollLayer fix. #

Total comments: 2

Patch Set 3 : Rebase. #

Patch Set 4 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -82 lines) Patch
M cc/trees/layer_tree_host_impl.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 2 3 6 chunks +5 lines, -20 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 1 2 3 14 chunks +46 lines, -61 lines 0 comments Download

Messages

Total messages: 39 (7 generated)
tdresser
Main thread patch here: https://codereview.chromium.org/1320543006 This doesn't attempt to perform much of the related cleanup. ...
5 years, 3 months ago (2015-09-03 15:16:05 UTC) #2
tdresser
On 2015/09/03 15:16:05, tdresser wrote: > Main thread patch here: > https://codereview.chromium.org/1320543006 > > This ...
5 years, 3 months ago (2015-09-03 15:17:56 UTC) #3
jdduke (slow)
On 2015/09/03 15:17:56, tdresser wrote: > On 2015/09/03 15:16:05, tdresser wrote: > > Main thread ...
5 years, 3 months ago (2015-09-03 15:28:04 UTC) #4
tdresser
On 2015/09/03 15:28:04, jdduke wrote: > On 2015/09/03 15:17:56, tdresser wrote: > > On 2015/09/03 ...
5 years, 3 months ago (2015-09-03 15:32:03 UTC) #5
jdduke (slow)
On 2015/09/03 15:32:03, tdresser wrote: > On 2015/09/03 15:28:04, jdduke wrote: > > Would it ...
5 years, 3 months ago (2015-09-03 15:42:30 UTC) #6
tdresser
On 2015/09/03 15:42:30, jdduke wrote: > On 2015/09/03 15:32:03, tdresser wrote: > > On 2015/09/03 ...
5 years, 3 months ago (2015-09-03 15:48:18 UTC) #7
jdduke (slow)
On 2015/09/03 15:48:18, tdresser wrote: > On 2015/09/03 15:42:30, jdduke wrote: > > On 2015/09/03 ...
5 years, 3 months ago (2015-09-03 16:26:19 UTC) #8
tdresser
On 2015/09/03 16:26:19, jdduke wrote: > On 2015/09/03 15:48:18, tdresser wrote: > > On 2015/09/03 ...
5 years, 3 months ago (2015-09-03 16:33:41 UTC) #9
jdduke (slow)
On 2015/09/03 16:33:41, tdresser wrote: > Thus far I've only tested synthetic test pages. This ...
5 years, 3 months ago (2015-09-03 16:51:58 UTC) #10
Rick Byers
Please make sure whatever you land here is consistent with main thread. I.e. if we're ...
5 years, 3 months ago (2015-09-03 19:54:28 UTC) #12
tdresser
On 2015/09/03 19:54:28, Rick Byers wrote: > Please make sure whatever you land here is ...
5 years, 3 months ago (2015-09-04 14:15:05 UTC) #13
tdresser
Ping! I'll hold off on landing the main thread patch until this is also ready ...
5 years, 3 months ago (2015-09-09 13:48:03 UTC) #15
Rick Byers
BTW, I accidentally added myself as reviewer - moved to cc again. Jared (and/or aelias/vollick) ...
5 years, 3 months ago (2015-09-09 13:49:41 UTC) #17
jdduke (slow)
Question about wheel scrolling. Technically wheel scrolls should still bubble, right? In practice the gesture ...
5 years, 3 months ago (2015-09-09 14:41:10 UTC) #19
tdresser
There's some talk of using mouse wheel transactions to lock mousewheel to scroll a single ...
5 years, 3 months ago (2015-09-10 13:56:51 UTC) #20
Rick Byers
On 2015/09/10 13:56:51, tdresser wrote: > There's some talk of using mouse wheel transactions to ...
5 years, 3 months ago (2015-09-10 14:04:29 UTC) #21
jdduke (slow)
https://codereview.chromium.org/1306193006/diff/20001/cc/trees/layer_tree_host_impl.cc File cc/trees/layer_tree_host_impl.cc (left): https://codereview.chromium.org/1306193006/diff/20001/cc/trees/layer_tree_host_impl.cc#oldcode2391 cc/trees/layer_tree_host_impl.cc:2391: should_bubble_scrolls_ = (type != NON_BUBBLING_GESTURE); So I think we'll ...
5 years, 3 months ago (2015-09-10 14:45:06 UTC) #22
tdresser
On 2015/09/10 14:45:06, jdduke wrote: > https://codereview.chromium.org/1306193006/diff/20001/cc/trees/layer_tree_host_impl.cc > File cc/trees/layer_tree_host_impl.cc (left): > > https://codereview.chromium.org/1306193006/diff/20001/cc/trees/layer_tree_host_impl.cc#oldcode2391 > ...
5 years, 3 months ago (2015-09-10 16:27:08 UTC) #23
jdduke (slow)
On 2015/09/10 16:27:08, tdresser wrote: > The wheel vs touchpad distinction is super confusing here. ...
5 years, 3 months ago (2015-09-10 16:58:26 UTC) #24
tdresser
aelias@, PTAL.
5 years, 3 months ago (2015-09-11 12:43:23 UTC) #25
aelias_OOO_until_Jul13
lgtm
5 years, 3 months ago (2015-09-11 18:06:02 UTC) #26
tdresser
bokan@, can you make sure that the logic relating to the virtual viewport is sane?
5 years, 3 months ago (2015-09-11 19:08:54 UTC) #27
tdresser
bokan@: Ping!
5 years, 3 months ago (2015-09-15 15:02:01 UTC) #28
bokan
Sorry, missed the original message. LGTM https://codereview.chromium.org/1306193006/diff/20001/cc/trees/layer_tree_host_impl_unittest.cc File cc/trees/layer_tree_host_impl_unittest.cc (right): https://codereview.chromium.org/1306193006/diff/20001/cc/trees/layer_tree_host_impl_unittest.cc#newcode1519 cc/trees/layer_tree_host_impl_unittest.cc:1519: // to the ...
5 years, 3 months ago (2015-09-15 15:29:30 UTC) #29
jdduke (slow)
also lgtm
5 years, 3 months ago (2015-09-16 21:02:17 UTC) #30
tdresser
Dave, can you take another look to make sure this still makes sense with the ...
5 years, 2 months ago (2015-09-25 14:06:53 UTC) #31
bokan
On 2015/09/25 14:06:53, tdresser wrote: > Dave, can you take another look to make sure ...
5 years, 2 months ago (2015-09-25 16:49:59 UTC) #32
tdresser
On 2015/09/25 16:49:59, bokan wrote: > On 2015/09/25 14:06:53, tdresser wrote: > > Dave, can ...
5 years, 2 months ago (2015-09-25 17:32:13 UTC) #33
bokan
Thanks, still lgtm!
5 years, 2 months ago (2015-09-25 17:37:32 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1306193006/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1306193006/60001
5 years, 2 months ago (2015-09-29 16:47:25 UTC) #37
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 2 months ago (2015-09-29 17:51:55 UTC) #38
commit-bot: I haz the power
5 years, 2 months ago (2015-09-29 17:52:32 UTC) #39
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/a3b162b8f887c5cfa5c68d5bb89a89769c92d7f2
Cr-Commit-Position: refs/heads/master@{#351346}

Powered by Google App Engine
This is Rietveld 408576698