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

Issue 1262403005: Use ui::GestureConfiguration to disable tap suppression in Android WebView (Closed)

Created:
5 years, 4 months ago by hush (inactive)
Modified:
5 years, 4 months ago
Reviewers:
jdduke (slow), boliu
CC:
chromium-reviews, android-webview-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use ui::GestureConfiguration to disable tap suppression in Android WebView BUG=514783

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Total comments: 2

Patch Set 4 : add a comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -0 lines) Patch
M android_webview/lib/DEPS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M android_webview/lib/main/aw_main_delegate.cc View 1 2 3 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
jdduke (slow)
https://codereview.chromium.org/1262403005/diff/20001/android_webview/native/aw_contents.cc File android_webview/native/aw_contents.cc (right): https://codereview.chromium.org/1262403005/diff/20001/android_webview/native/aw_contents.cc#newcode309 android_webview/native/aw_contents.cc:309: ui::GestureConfiguration::GetInstance() What about doing it in AwMainDelegate::BasicStartupComplete?
5 years, 4 months ago (2015-07-31 21:10:31 UTC) #2
hush (inactive)
https://codereview.chromium.org/1262403005/diff/20001/android_webview/native/aw_contents.cc File android_webview/native/aw_contents.cc (right): https://codereview.chromium.org/1262403005/diff/20001/android_webview/native/aw_contents.cc#newcode309 android_webview/native/aw_contents.cc:309: ui::GestureConfiguration::GetInstance() On 2015/07/31 21:10:31, jdduke wrote: > What about ...
5 years, 4 months ago (2015-07-31 21:48:25 UTC) #3
hush (inactive)
Bo, PTAL
5 years, 4 months ago (2015-07-31 23:00:45 UTC) #5
hush (inactive)
On 2015/07/31 23:00:45, hush wrote: > Bo, PTAL This CL depends on https://codereview.chromium.org/1267693004/
5 years, 4 months ago (2015-07-31 23:01:24 UTC) #6
boliu
On 2015/07/31 23:01:24, hush wrote: > On 2015/07/31 23:00:45, hush wrote: > > Bo, PTAL ...
5 years, 4 months ago (2015-07-31 23:03:46 UTC) #7
jdduke (slow)
https://codereview.chromium.org/1262403005/diff/40001/android_webview/lib/main/aw_main_delegate.cc File android_webview/lib/main/aw_main_delegate.cc (right): https://codereview.chromium.org/1262403005/diff/40001/android_webview/lib/main/aw_main_delegate.cc#newcode65 android_webview/lib/main/aw_main_delegate.cc:65: ->set_fling_touchscreen_tap_suppression_enabled(false); This might be worth a comment, something about ...
5 years, 4 months ago (2015-07-31 23:04:28 UTC) #8
jdduke (slow)
On 2015/07/31 23:04:28, jdduke wrote: > https://codereview.chromium.org/1262403005/diff/40001/android_webview/lib/main/aw_main_delegate.cc > File android_webview/lib/main/aw_main_delegate.cc (right): > > https://codereview.chromium.org/1262403005/diff/40001/android_webview/lib/main/aw_main_delegate.cc#newcode65 > ...
5 years, 4 months ago (2015-07-31 23:09:04 UTC) #9
boliu
On 2015/07/31 23:09:04, jdduke wrote: > On 2015/07/31 23:04:28, jdduke wrote: > > > https://codereview.chromium.org/1262403005/diff/40001/android_webview/lib/main/aw_main_delegate.cc ...
5 years, 4 months ago (2015-07-31 23:12:20 UTC) #10
hush (inactive)
5 years, 4 months ago (2015-07-31 23:13:33 UTC) #11
https://codereview.chromium.org/1262403005/diff/40001/android_webview/lib/mai...
File android_webview/lib/main/aw_main_delegate.cc (right):

https://codereview.chromium.org/1262403005/diff/40001/android_webview/lib/mai...
android_webview/lib/main/aw_main_delegate.cc:65:
->set_fling_touchscreen_tap_suppression_enabled(false);
On 2015/07/31 23:04:28, jdduke wrote:
> This might be worth a comment, something about tap suppression interacting
> poorly when the embedder prevents fling updates or something like that.

Done.

Powered by Google App Engine
This is Rietveld 408576698