TIVI-2082: Do not emulate mouse events while handling a tap gesture. 38/13438/1
authorJoone Hur <joone.hur@intel.com>
Fri, 6 Dec 2013 02:24:28 +0000 (18:24 -0800)
committerJoone Hur <joone.hur@intel.com>
Fri, 6 Dec 2013 02:41:56 +0000 (18:41 -0800)
commit93653fb0530c6ddf53f09e2c860dcf129221fa25
treed77ba095aa2686a758a74f90e536919e959929e5
parent2752dec7ec03d06c5a0856ad3e30ab615faf142a
TIVI-2082: Do not emulate mouse events while handling a tap gesture.

Tizen IVI supports mouse and touch events at a time so we don't need
to emulate mouse events while handling a tap gesture.

For this, this patch disables GESTURE_EVENT and TIZEN_LINK_MAGNIFIER for IVI and
reverts the following commit (f0923517bb5c7e712e56d19cf702992b84491bda).

"[Regression] Make scrolling work with mouse events support"

Change-Id: Ibaedb730bc15773a55b291cf315474c745a52412
Source/WTF/wtf/Platform.h
Source/WebCore/page/EventHandler.cpp
Source/WebCore/page/EventHandler.h
Source/WebKit2/UIProcess/API/efl/ewk_view.cpp
Source/cmake/OptionsTizen.cmake