OSDN Git Service

simplify cursor ring draw state; fix null check
authorCary Clark <cary@android.com>
Wed, 25 Aug 2010 18:56:00 +0000 (14:56 -0400)
committerCary Clark <cary@android.com>
Wed, 25 Aug 2010 20:12:03 +0000 (16:12 -0400)
commite60cb7f914acbfc7aca6cb9848b8247078d0b3ad
tree9d64e2ae88c8c253647fae5eb03062dc6ba15329
parent7a9f6faa3c1a058d27548a329df464f2eaf1f7d1
simplify cursor ring draw state; fix null check

Rename jni call to note that, when pressing the dpad, the
cursor ring is to shown for a short time. The old name suggested
that this was tracking whether the link was followed.

Fix an unrelated change (from gingerbread, automated
merge unlikely to succeed) to check for a null
WebChromeClient.

Requires a companion change in external/webkit

http://b/2135321 (rename jni call)
http://b/2945171 (null check)

Change-Id: I9d4a92dbba1f92da8dc8cde755a2066de59514f9
core/java/android/webkit/WebView.java