Skip to content
  • joone.hur@collabora.co.uk's avatar
    2011-07-01 Joone Hur <joone.hur@collabora.co.uk> · 0e25eeaf
    joone.hur@collabora.co.uk authored
            Reviewed by Martin Robinson.
    
            [GTK] Add DeviceOrientation feature
            https://bugs.webkit.org/show_bug.cgi?id=63720
    
            Add configure option to enable/disable DeviceOrientation feature.
    
            * configure.ac:
    2011-07-01  Joone Hur  <joone.hur@collabora.co.uk>
    
            Reviewed by Martin Robinson.
    
            [GTK] Add DeviceOrientation feature
            https://bugs.webkit.org/show_bug.cgi?id=63720
    
            Add DeviceMotionClientGtk.cpp and DeviceOrientationClientGtk.cpp to WebKitGtk+ build.
    
            * GNUmakefile.am: Add DeviceMotionClientGtk.cpp, DeviceOrientationClientGtk.cpp.
    2011-07-01  Joone Hur  <joone.hur@collabora.co.uk>
    
            Reviewed by Martin Robinson.
    
            [GTK] Add DeviceOrientation feature
            https://bugs.webkit.org/show_bug.cgi?id=63720
    
            Add empty implementation of DeviceMotionClient and DeviceOrientationClient callback methods.
    
            * GNUmakefile.am:
            * WebCoreSupport/DeviceMotionClientGtk.cpp: Added.
            (WebCore::DeviceMotionClientGtk::DeviceMotionClientGtk):
            (WebCore::DeviceMotionClientGtk::~DeviceMotionClientGtk):
            (WebCore::DeviceMotionClientGtk::deviceMotionControllerDestroyed):
            (WebCore::DeviceMotionClientGtk::setController):
            (WebCore::DeviceMotionClientGtk::startUpdating):
            (WebCore::DeviceMotionClientGtk::stopUpdating):
            (WebCore::DeviceMotionClientGtk::currentDeviceMotion):
            * WebCoreSupport/DeviceMotionClientGtk.h: Added.
            * WebCoreSupport/DeviceOrientationClientGtk.cpp: Added.
            (WebCore::DeviceOrientationClientGtk::DeviceOrientationClientGtk):
            (WebCore::DeviceOrientationClientGtk::~DeviceOrientationClientGtk):
            (WebCore::DeviceOrientationClientGtk::deviceOrientationControllerDestroyed):
            (WebCore::DeviceOrientationClientGtk::setController):
            (WebCore::DeviceOrientationClientGtk::startUpdating):
            (WebCore::DeviceOrientationClientGtk::stopUpdating):
            (WebCore::DeviceOrientationClientGtk::lastOrientation):
            * WebCoreSupport/DeviceOrientationClientGtk.h: Added.
            * webkit/webkitwebview.cpp:
            (webkit_web_view_init):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@90240 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    0e25eeaf