OSDN Git Service

Only call plugin touch code if it is in full screen
authorLeon Scroggins <scroggo@google.com>
Fri, 5 Mar 2010 16:39:01 +0000 (11:39 -0500)
committerGrace Kloba <klobag@google.com>
Tue, 9 Mar 2010 19:33:41 +0000 (11:33 -0800)
commit6ed4a4e9a23ead7c910239171daf02b8fbecc17b
tree481f3029333ec03e0f3952cdc1088f46f2c64242
parentfa26a8dd531dff44d6cad0700ff32c0bb949392c
Only call plugin touch code if it is in full screen
mode or it is the document focused node.

Remove Android special code added to support prevent
default for double tap and long press. Long press
and double tap needs to call preventDefault if it
is needed.

Remove Android special code added to pass event time.

Need a separate CL for android_npapi.
13 files changed:
WebCore/dom/Event.h
WebCore/dom/TouchEvent.cpp
WebCore/dom/TouchEvent.h
WebCore/page/EventHandler.cpp
WebCore/page/EventHandler.h
WebCore/platform/PlatformTouchEvent.h
WebCore/platform/android/PlatformTouchEventAndroid.cpp
WebCore/plugins/android/PluginViewAndroid.cpp
WebKit/android/jni/WebViewCore.cpp
WebKit/android/jni/WebViewCore.h
WebKit/android/plugins/PluginDebugAndroid.cpp
WebKit/android/plugins/SkANP.cpp
WebKit/android/plugins/SkANP.h