Skip to content
  • commit-queue@webkit.org's avatar
    2010-11-12 John Knottenbelt <jknotten@chromium.org> · bddc1b7d
    commit-queue@webkit.org authored
            Reviewed by Steve Block.
    
            Rename GeolocationControllerClient to GeolocationClient.
            https://bugs.webkit.org/show_bug.cgi?id=49259
    
            No new tests, renaming only.
    
            * GNUmakefile.am:
            * WebCore.gypi:
            * WebCore.order:
            * WebCore.vcproj/WebCore.vcproj:
            * WebCore.xcodeproj/project.pbxproj:
            * page/GeolocationClient.h: Renamed from WebCore/page/GeolocationControllerClient.h.
            (WebCore::GeolocationClient::~GeolocationClient):
            * page/GeolocationController.cpp:
            (WebCore::GeolocationController::GeolocationController):
            * page/GeolocationController.h:
            * page/Page.h:
    2010-11-12  John Knottenbelt  <jknotten@chromium.org>
    
            Reviewed by Steve Block.
    
            Rename GeolocationControllerClient to GeolocationClient.
            https://bugs.webkit.org/show_bug.cgi?id=49259
    
            * WebKit.xcodeproj/project.pbxproj:
    2010-11-12  John Knottenbelt  <jknotten@chromium.org>
    
            Reviewed by Steve Block.
    
            Rename GeolocationControllerClient to GeolocationClient.
            https://bugs.webkit.org/show_bug.cgi?id=49259
    
            * WebCoreSupport/WebGeolocationClient.h: Renamed from WebKit/mac/WebCoreSupport/WebGeolocationControllerClient.h.
            (WebGeolocationClient::webView):
            (WebGeolocationClient::setEnableHighAccuracy):
            * WebCoreSupport/WebGeolocationClient.mm: Renamed from WebKit/mac/WebCoreSupport/WebGeolocationControllerClient.mm.
            (WebGeolocationClient::WebGeolocationClient):
            (WebGeolocationClient::geolocationDestroyed):
            (WebGeolocationClient::startUpdating):
            (WebGeolocationClient::stopUpdating):
            (WebGeolocationClient::lastPosition):
            * WebKit.order:
            * WebView/WebView.mm:
            (-[WebView _commonInitializationWithFrameName:groupName:usesDocumentViews:]):
    2010-11-12  John Knottenbelt  <jknotten@chromium.org>
    
            Reviewed by Steve Block.
    
            Rename GeolocationControllerClient to GeolocationClient.
            https://bugs.webkit.org/show_bug.cgi?id=49259
    
            * WebCoreSupport/WebGeolocationClient.cpp: Renamed from WebKit/win/WebCoreSupport/WebGeolocationControllerClient.cpp.
            (WebGeolocationClient::WebGeolocationClient):
            (WebGeolocationClient::geolocationDestroyed):
            (WebGeolocationClient::startUpdating):
            (WebGeolocationClient::stopUpdating):
            (WebGeolocationClient::lastPosition):
            * WebCoreSupport/WebGeolocationClient.h: Renamed from WebKit/win/WebCoreSupport/WebGeolocationControllerClient.h.
            (WebGeolocationClient::setEnableHighAccuracy):
            * WebKit.vcproj/WebKit.vcproj:
            * WebView.cpp:
            (WebView::initWithFrame):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71903 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    bddc1b7d