OSDN Git Service

Allow touches to change the selection.
authorLeon Scroggins <scroggo@google.com>
Fri, 23 Oct 2009 20:14:33 +0000 (16:14 -0400)
committerLeon Scroggins <scroggo@google.com>
Tue, 27 Oct 2009 20:06:11 +0000 (16:06 -0400)
commitf74580c1504dcdd43fd15995b0e137982512dba2
tree2b5a2cf15da1a42416c29d0152b10fb4859dfcd4
parent64d1f380c954e4c93433fae705c6f27607f1d922
Allow touches to change the selection.

Fixes http://b/issue?id=1650395  Lets touches change the selection
while ignoring changes from trackball events.  When a touch puts
a textfield in focus, tell the WebTextView to set mOkayForFocusNotToMatch.

Requires a change in frameworks/base.
WebKit/android/jni/WebViewCore.cpp
WebKit/android/nav/WebView.cpp