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

Issue 33823005: Dynamically enable spatial navigation based on events (Closed)

Created:
7 years, 2 months ago by joth
Modified:
7 years, 2 months ago
CC:
chromium-reviews, android-webview-reviews_chromium.org, benm (inactive)
Visibility:
Public.

Description

Dynamically enable spatial navigation based on events As currently implemented spatial navigation and touch event handling have some unexpected interactions (see bug link) so instead: 1/ make a better-guess initial value based on presence of touchscreen 2/ dynamically enable spatnav when a DPAD event is received, and disable it when touch down event received. BUG=309425 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=230304

Patch Set 1 #

Total comments: 10

Patch Set 2 : comments #

Patch Set 3 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -5 lines) Patch
M android_webview/java/src/org/chromium/android_webview/AwContents.java View 1 2 2 chunks +21 lines, -0 lines 0 comments Download
M android_webview/java/src/org/chromium/android_webview/AwSettings.java View 1 2 5 chunks +21 lines, -1 line 0 comments Download
M android_webview/lib/main/aw_main_delegate.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M android_webview/native/aw_settings.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
joth
7 years, 2 months ago (2013-10-22 01:24:50 UTC) #1
joth
7 years, 2 months ago (2013-10-22 01:38:11 UTC) #2
dmazzoni
lgtm https://codereview.chromium.org/33823005/diff/1/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/33823005/diff/1/android_webview/java/src/org/chromium/android_webview/AwSettings.java#newcode197 android_webview/java/src/org/chromium/android_webview/AwSettings.java:197: // Best-guess a sensible initial value based on ...
7 years, 2 months ago (2013-10-22 06:47:55 UTC) #3
sgurun-gerrit only
lgtm the code seems fine to me as far as I can read it. I ...
7 years, 2 months ago (2013-10-22 17:18:00 UTC) #4
joth
https://codereview.chromium.org/33823005/diff/1/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/33823005/diff/1/android_webview/java/src/org/chromium/android_webview/AwSettings.java#newcode84 android_webview/java/src/org/chromium/android_webview/AwSettings.java:84: private boolean mSpatialNavigationEnabled; // Default depends on device feautres. ...
7 years, 2 months ago (2013-10-22 22:02:41 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joth@chromium.org/33823005/120001
7 years, 2 months ago (2013-10-22 23:14:33 UTC) #6
commit-bot: I haz the power
7 years, 2 months ago (2013-10-23 03:27:46 UTC) #7
Message was sent while issue was closed.
Change committed as 230304

Powered by Google App Engine
This is Rietveld 408576698