Skip to content
  • commit-queue@webkit.org's avatar
    2010-12-24 Ryuan Choi <ryuan.choi@samsung.com> · f59758d1
    commit-queue@webkit.org authored
            Reviewed by Kenneth Rohde Christiansen.
    
            [EFL] Add option to enable Touch Events.
            https://bugs.webkit.org/show_bug.cgi?id=49125
    
            Add ENABLE_TOUCH_EVENTS option.
    
            * cmake/OptionsEfl.cmake:
            * cmakeconfig.h.cmake:
    2010-12-24  Ryuan Choi  <ryuan.choi@samsung.com>
    
            Reviewed by Kenneth Rohde Christiansen.
    
            [EFL] Add option to enable Touch Events.
            https://bugs.webkit.org/show_bug.cgi?id=49125
    
            Add files for EFL to support TOUCH_EVENTS.
    
            * CMakeLists.txt:
            * CMakeListsEfl.txt:
            * platform/PlatformTouchEvent.h: Add EFL related constructor.
            * platform/PlatformTouchPoint.h: ditto.
            * platform/efl/PlatformTouchEventEfl.cpp: Added.
            (WebCore::PlatformTouchEvent::PlatformTouchEvent):
            * platform/efl/PlatformTouchPointEfl.cpp: Added.
            (WebCore::PlatformTouchPoint::PlatformTouchPoint):
    2010-12-24  Ryuan Choi  <ryuan.choi@samsung.com>
    
            Reviewed by Kenneth Rohde Christiansen.
    
            [EFL] Add option to enable Touch Events.
            https://bugs.webkit.org/show_bug.cgi?id=49125
    
            Implement ewk_frame_feed_touch_event to feed touch events. Because EFL
            doesn't have touch events, Application should generate and pass it.
    
            * WebCoreSupport/ChromeClientEfl.h:
            (WebCore::ChromeClientEfl::needTouchEvents):
            * ewk/ewk_frame.cpp:
            (ewk_frame_feed_touch_event):
            * ewk/ewk_frame.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74626 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    f59758d1