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

Issue 144923002: [Android WebView] Inform ContentViewCore about double tap support status (Closed)

Created:
6 years, 11 months ago by mnaganov (inactive)
Modified:
6 years, 10 months ago
Reviewers:
boliu
CC:
chromium-reviews, android-webview-reviews_chromium.org, jdduke (slow)
Visibility:
Public.

Description

[Android WebView] Inform ContentViewCore about double tap support status When WebSettings.UseWideviewport is turned off, double tap support is disabled on the Blink side only, which means, ContentViewCore still induces 300ms double tap detection delay, even though the recognized double tap will be dumped on the Blink side. This side makes ContentViewCore aware of double tap support status change due to wide viewport mode update. BUG=336765 R=boliu@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247730

Patch Set 1 #

Patch Set 2 : Removed assert in the Java getter #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -15 lines) Patch
M android_webview/java/src/org/chromium/android_webview/AwContents.java View 2 chunks +5 lines, -4 lines 0 comments Download
M android_webview/java/src/org/chromium/android_webview/AwSettings.java View 1 7 chunks +23 lines, -10 lines 2 comments Download
M android_webview/native/aw_settings.cc View 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
mnaganov (inactive)
Ben, PTAL!
6 years, 11 months ago (2014-01-22 11:24:50 UTC) #1
mnaganov (inactive)
On 2014/01/22 11:24:50, Mikhail Naganov (Cr) wrote: > Ben, PTAL! Hold on, there is a ...
6 years, 11 months ago (2014-01-22 13:28:43 UTC) #2
mnaganov (inactive)
Aha! This is actually a question to you, Ben. In https://codereview.chromium.org/23619089/ you've introduced AwWebPreferencesPopulater, which ...
6 years, 11 months ago (2014-01-22 16:38:47 UTC) #3
mnaganov (inactive)
On 2014/01/22 16:38:47, Mikhail Naganov (Cr) wrote: > Aha! This is actually a question to ...
6 years, 11 months ago (2014-01-22 17:17:51 UTC) #4
mnaganov (inactive)
On 2014/01/22 17:17:51, Mikhail Naganov (Cr) wrote: > On 2014/01/22 16:38:47, Mikhail Naganov (Cr) wrote: ...
6 years, 11 months ago (2014-01-23 10:38:54 UTC) #5
mnaganov (inactive)
@benm: PTAL!
6 years, 11 months ago (2014-01-24 10:20:26 UTC) #6
mnaganov (inactive)
Bo, can you please take a look, since Ben is OOO.
6 years, 10 months ago (2014-01-29 09:31:24 UTC) #7
boliu
lgtm lgtm fyi cc jdduke https://codereview.chromium.org/144923002/diff/100001/android_webview/java/src/org/chromium/android_webview/AwSettings.java File android_webview/java/src/org/chromium/android_webview/AwSettings.java (right): https://codereview.chromium.org/144923002/diff/100001/android_webview/java/src/org/chromium/android_webview/AwSettings.java#newcode1412 android_webview/java/src/org/chromium/android_webview/AwSettings.java:1412: return mSupportZoom && mBuiltInZoomControls ...
6 years, 10 months ago (2014-01-29 17:06:09 UTC) #8
mnaganov (inactive)
Thanks, Bo! https://codereview.chromium.org/144923002/diff/100001/android_webview/java/src/org/chromium/android_webview/AwSettings.java File android_webview/java/src/org/chromium/android_webview/AwSettings.java (right): https://codereview.chromium.org/144923002/diff/100001/android_webview/java/src/org/chromium/android_webview/AwSettings.java#newcode1412 android_webview/java/src/org/chromium/android_webview/AwSettings.java:1412: return mSupportZoom && mBuiltInZoomControls && mUseWideViewport; On ...
6 years, 10 months ago (2014-01-29 17:48:46 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mnaganov@chromium.org/144923002/100001
6 years, 10 months ago (2014-01-29 17:49:48 UTC) #10
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) remoting_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=218041
6 years, 10 months ago (2014-01-29 18:48:43 UTC) #11
mnaganov (inactive)
6 years, 10 months ago (2014-01-29 19:17:36 UTC) #12
Message was sent while issue was closed.
Committed patchset #2 manually as r247730 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698