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

Issue 84653006: Make tap gesture ignore its ack disposition. (Closed)

Created:
7 years ago by tdresser
Modified:
6 years, 11 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, Rick Byers, aurimas (slooooooooow)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Make tap gesture ignore its ack disposition. BUG=302852, 275611 TEST=ImmediateInputRouterTest.GestureTypesIgnoringAck Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243713

Patch Set 1 #

Patch Set 2 : Fix GestureShowPressIsInOrder test. #

Patch Set 3 : Don't wait for async tap ack in browsertests. #

Patch Set 4 : Rebase #

Patch Set 5 : Fix tests which were firing keyboard events on the wrong thread. #

Total comments: 1

Patch Set 6 : Only modify tests (jdduke's patch) #

Total comments: 1

Patch Set 7 : Remove unused method. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -28 lines) Patch
M chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillPopupTest.java View 1 2 3 4 5 2 chunks +7 lines, -1 line 0 comments Download
M content/browser/renderer_host/input/input_router_impl_unittest.cc View 1 2 3 4 1 chunk +15 lines, -6 lines 0 comments Download
M content/browser/web_contents/touch_editable_impl_aura_browsertest.cc View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M content/common/input/web_input_event_traits.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java View 1 2 3 4 5 6 10 chunks +68 lines, -19 lines 0 comments Download

Messages

Total messages: 28 (0 generated)
commit-bot: I haz the power
No comments yet.
7 years ago (2013-11-26 15:09:28 UTC) #1
tdresser
jdduke@, can you take a look at content/browser/renderer_host/input/immediate_input_router_unittest.cc and content/common/input/web_input_event_traits.cc? jam@, can you take a ...
7 years ago (2013-11-26 16:43:21 UTC) #2
jdduke (slow)
On 2013/11/26 16:43:21, tdresser wrote: > jdduke@, can you take a look at > content/browser/renderer_host/input/immediate_input_router_unittest.cc ...
7 years ago (2013-11-26 17:10:56 UTC) #3
tdresser
I believe that rbyers@ felt this was worth doing. In terms of unpredictability, I did ...
7 years ago (2013-11-26 17:43:02 UTC) #4
jdduke (slow)
On 2013/11/26 17:43:02, tdresser wrote: > I believe that rbyers@ felt this was worth doing. ...
7 years ago (2013-11-26 17:57:47 UTC) #5
tdresser
On 2013/11/26 17:57:47, jdduke wrote: > On 2013/11/26 17:43:02, tdresser wrote: > > I believe ...
7 years ago (2013-11-26 18:02:00 UTC) #6
tdresser
Looping in aelias@ to get his opinion.
7 years ago (2013-12-10 21:27:20 UTC) #7
aelias_OOO_until_Jul13
This lgtm. I can't think of a scenario where this is meaningfully harmful, and side ...
7 years ago (2013-12-11 01:21:06 UTC) #8
tdresser
On 2013/12/11 01:21:06, aelias wrote: > This lgtm. I can't think of a scenario where ...
7 years ago (2013-12-11 18:35:29 UTC) #9
jdduke (slow)
On 2013/12/11 18:35:29, tdresser wrote: > On 2013/12/11 01:21:06, aelias wrote: > > This lgtm. ...
7 years ago (2013-12-11 19:19:10 UTC) #10
tdresser
On 2013/12/11 19:19:10, jdduke wrote: > On 2013/12/11 18:35:29, tdresser wrote: > > On 2013/12/11 ...
7 years ago (2013-12-11 19:27:42 UTC) #11
jam
On 2013/12/11 19:27:42, tdresser wrote: > On 2013/12/11 19:19:10, jdduke wrote: > > On 2013/12/11 ...
7 years ago (2013-12-13 17:35:19 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tdresser@chromium.org/84653006/40001
7 years ago (2013-12-13 17:37:15 UTC) #13
commit-bot: I haz the power
Failed to apply patch for content/browser/renderer_host/input/immediate_input_router_unittest.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; can't find ...
7 years ago (2013-12-13 17:37:18 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tdresser@chromium.org/84653006/60001
7 years ago (2013-12-13 18:46:42 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tdresser@chromium.org/84653006/60001
7 years ago (2013-12-13 19:22:05 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tdresser@chromium.org/84653006/60001
6 years, 11 months ago (2014-01-06 15:34:35 UTC) #18
commit-bot: I haz the power
The commit queue went berserk retrying too often for a seemingly flaky test on builder ...
6 years, 11 months ago (2014-01-07 01:03:51 UTC) #19
tdresser
jdduke, does this seems like a reasonable solution?
6 years, 11 months ago (2014-01-08 18:52:39 UTC) #20
aurimas (slooooooooow)
https://codereview.chromium.org/84653006/diff/330001/content/public/android/java/src/org/chromium/content/browser/input/ImeAdapter.java File content/public/android/java/src/org/chromium/content/browser/input/ImeAdapter.java (right): https://codereview.chromium.org/84653006/diff/330001/content/public/android/java/src/org/chromium/content/browser/input/ImeAdapter.java#newcode331 content/public/android/java/src/org/chromium/content/browser/input/ImeAdapter.java:331: ThreadUtils.runOnUiThreadBlocking(new Runnable() { This does not look like fixing ...
6 years, 11 months ago (2014-01-08 19:00:33 UTC) #21
jdduke (slow)
Hmm, I'm not sure we want the ImeAdapter to be doing the posting. Really, the ...
6 years, 11 months ago (2014-01-08 19:10:59 UTC) #22
jdduke (slow)
On 2014/01/08 19:10:59, jdduke wrote: > Hmm, I'm not sure we want the ImeAdapter to ...
6 years, 11 months ago (2014-01-08 19:11:43 UTC) #23
tdresser
On 2014/01/08 19:11:43, jdduke wrote: > On 2014/01/08 19:10:59, jdduke wrote: > > Hmm, I'm ...
6 years, 11 months ago (2014-01-08 20:50:30 UTC) #24
aurimas (slooooooooow)
LGTM after fixing the nit https://codereview.chromium.org/84653006/diff/430001/content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java File content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java (right): https://codereview.chromium.org/84653006/diff/430001/content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java#newcode356 content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java:356: This call is unused.
6 years, 11 months ago (2014-01-08 21:02:51 UTC) #25
tdresser
On 2014/01/08 21:02:51, aurimas wrote: > LGTM after fixing the nit > > https://codereview.chromium.org/84653006/diff/430001/content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java > ...
6 years, 11 months ago (2014-01-08 21:25:14 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tdresser@chromium.org/84653006/720001
6 years, 11 months ago (2014-01-08 21:31:24 UTC) #27
commit-bot: I haz the power
6 years, 11 months ago (2014-01-09 00:48:04 UTC) #28
Message was sent while issue was closed.
Change committed as 243713

Powered by Google App Engine
This is Rietveld 408576698