Skip to content
  • commit-queue@webkit.org's avatar
    2010-11-22 John Knottenbelt <jknotten@chromium.org> · 1eb6bc1e
    commit-queue@webkit.org authored
            Reviewed by Steve Block.
    
            Implement mocks for client-based Geolocation.
            https://bugs.webkit.org/show_bug.cgi?id=49258
    
            * Android.mk:
            * CMakeLists.txt:
            * GNUmakefile.am:
            * WebCore.gypi:
            * WebCore.pro:
            * WebCore.vcproj/WebCore.vcproj:
            * WebCore.xcodeproj/project.pbxproj:
            * platform/mock/GeolocationClientMock.cpp: Added.
            (WebCore::GeolocationClientMock::GeolocationClientMock):
            (WebCore::GeolocationClientMock::~GeolocationClientMock):
            (WebCore::GeolocationClientMock::setController):
            (WebCore::GeolocationClientMock::setPosition):
            (WebCore::GeolocationClientMock::setError):
            (WebCore::GeolocationClientMock::geolocationDestroyed):
            (WebCore::GeolocationClientMock::startUpdating):
            (WebCore::GeolocationClientMock::stopUpdating):
            (WebCore::GeolocationClientMock::setEnableHighAccuracy):
            (WebCore::GeolocationClientMock::lastPosition):
            (WebCore::GeolocationClientMock::timerFired):
            (WebCore::GeolocationClientMock::makeGeolocationCallback):
            * platform/mock/GeolocationClientMock.h: Added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72581 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    1eb6bc1e