OSDN Git Service

extract anchor href and image src separately
authorCary Clark <cary@android.com>
Wed, 15 Dec 2010 16:27:24 +0000 (11:27 -0500)
committerCary Clark <cary@android.com>
Wed, 15 Dec 2010 20:23:12 +0000 (15:23 -0500)
commitd331bd5120eaafe86ad76f1e9364524a2daf2e78
treef187c8829596de69db103066fe00febaced28150
parentff8665d820cc087df2b169dc727396c2a57e65ae
extract anchor href and image src separately

Long pressing a link may return an anchor, an image, or an
image in an anchor. Sometimes we want one, sometimes the other.

Make both available so the context menu can choose.

Companion changes are in packages/apps/Browser, frameworks/base

bug:3282745
bug:3263340
Change-Id: I422db224ad67147f0cbacc4078df305b1cf8564d
WebKit/android/jni/WebViewCore.cpp
WebKit/android/jni/WebViewCore.h