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

Issue 129783004: [Android] Always offer touchmove's for events with multiple pointers (Closed)

Created:
6 years, 11 months ago by jdduke (slow)
Modified:
6 years, 11 months ago
Reviewers:
Xianzhu, Sami
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, aelias_OOO_until_Jul13
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

[Android] Always offer touchmove's for events with multiple pointers Previously, touchmove's would be suppressed for non prevent-default'ed touch sequences until the touchmove exceeded the slop threshold. This led to issues where touchmove's for a secondary pointer would never be forwarded while the primary pointer was stationary. As slop event suppression is really an optimization of scrolling with a single pointer, simply enable forwarding of touchmove's if there are multiple pointers present in the MotionEvent. BUG=135102 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=244063

Patch Set 1 #

Patch Set 2 : Updates #

Patch Set 3 : More updates #

Total comments: 2

Patch Set 4 : Updates #

Messages

Total messages: 12 (0 generated)
jdduke (slow)
skyostil@: What do you think? I considered tracking secondary pointer touch slop regions, but honestly ...
6 years, 11 months ago (2014-01-09 02:19:55 UTC) #1
tdresser
On 2014/01/09 02:19:55, jdduke wrote: > skyostil@: What do you think? I considered tracking secondary ...
6 years, 11 months ago (2014-01-09 13:30:51 UTC) #2
Rick Byers
On 2014/01/09 13:30:51, tdresser wrote: > On 2014/01/09 02:19:55, jdduke wrote: > > skyostil@: What ...
6 years, 11 months ago (2014-01-09 15:40:15 UTC) #3
jdduke (slow)
On 2014/01/09 15:40:15, Rick Byers wrote: > On 2014/01/09 13:30:51, tdresser wrote: > > On ...
6 years, 11 months ago (2014-01-09 15:49:29 UTC) #4
jdduke (slow)
Hmm, looks like Sami may be out. wangxianzhu@: Would you mind taking a look? I ...
6 years, 11 months ago (2014-01-09 18:22:23 UTC) #5
Xianzhu
lgtm. https://codereview.chromium.org/129783004/diff/110001/content/public/android/java/src/org/chromium/content/browser/ContentViewGestureHandler.java File content/public/android/java/src/org/chromium/content/browser/ContentViewGestureHandler.java (right): https://codereview.chromium.org/129783004/diff/110001/content/public/android/java/src/org/chromium/content/browser/ContentViewGestureHandler.java#newcode946 content/public/android/java/src/org/chromium/content/browser/ContentViewGestureHandler.java:946: if (event.getPointerCount() > 1) mTouchMoveToNativeConfirmed = true; Nit: ...
6 years, 11 months ago (2014-01-09 21:54:32 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jdduke@chromium.org/129783004/240001
6 years, 11 months ago (2014-01-09 22:33:27 UTC) #7
jdduke (slow)
https://codereview.chromium.org/129783004/diff/110001/content/public/android/java/src/org/chromium/content/browser/ContentViewGestureHandler.java File content/public/android/java/src/org/chromium/content/browser/ContentViewGestureHandler.java (right): https://codereview.chromium.org/129783004/diff/110001/content/public/android/java/src/org/chromium/content/browser/ContentViewGestureHandler.java#newcode946 content/public/android/java/src/org/chromium/content/browser/ContentViewGestureHandler.java:946: if (event.getPointerCount() > 1) mTouchMoveToNativeConfirmed = true; On 2014/01/09 ...
6 years, 11 months ago (2014-01-09 22:37:34 UTC) #8
commit-bot: I haz the power
Retried try job too often on linux_aura for step(s) interactive_ui_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_aura&number=111346
6 years, 11 months ago (2014-01-10 00:35:37 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jdduke@chromium.org/129783004/240001
6 years, 11 months ago (2014-01-10 01:47:00 UTC) #10
commit-bot: I haz the power
Change committed as 244063
6 years, 11 months ago (2014-01-10 03:06:26 UTC) #11
Sami
6 years, 11 months ago (2014-01-10 11:02:27 UTC) #12
Message was sent while issue was closed.
lgtm fwiw.

Powered by Google App Engine
This is Rietveld 408576698