Skip to content
  • hausmann@webkit.org's avatar
    Name viewport change event consistently. · 69d44f08
    hausmann@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=70901
    
    Patch by Zalan Bujtas <zbujtas@gmail.com> on 2011-10-26
    Reviewed by Kenneth Rohde Christiansen.
    
    Source/WebCore:
    
    Use ViewportPropertiesDidChange term consistently throughout WebKit.
    
    No tests needed as the change is only method renaming.
    
    * page/Chrome.cpp:
    (WebCore::Chrome::dispatchViewportPropertiesDidChange):
    * page/Chrome.h:
    * page/ChromeClient.h:
    (WebCore::ChromeClient::dispatchViewportPropertiesDidChange):
    * page/Page.cpp:
    (WebCore::Page::updateViewportArguments):
    
    Source/WebKit/efl:
    
    Use ViewportPropertiesDidChange term consistently throughout WebKit.
    
    * WebCoreSupport/ChromeClientEfl.cpp:
    (WebCore::ChromeClientEfl::dispatchViewportPropertiesDidChange):
    * WebCoreSupport/ChromeClientEfl.h:
    
    Source/WebKit/gtk:
    
    Use ViewportPropertiesDidChange term consistently throughout WebKit.
    
    * WebCoreSupport/ChromeClientGtk.cpp:
    (WebKit::ChromeClient::dispatchViewportPropertiesDidChange):
    * WebCoreSupport/ChromeClientGtk.h:
    
    Source/WebKit/qt:
    
    Use ViewportPropertiesDidChange term consistently throughout WebKit.
    
    * WebCoreSupport/ChromeClientQt.cpp:
    (WebCore::ChromeClientQt::dispatchViewportPropertiesDidChange):
    * WebCoreSupport/ChromeClientQt.h:
    
    Source/WebKit2:
    
    Use ViewportPropertiesDidChange term consistently throughout WebKit.
    
    * UIProcess/API/efl/PageClientImpl.cpp:
    (WebKit::PageClientImpl::didChangeViewportProperties):
    * UIProcess/API/efl/PageClientImpl.h:
    * UIProcess/API/gtk/PageClientImpl.cpp:
    (WebKit::PageClientImpl::didChangeViewportProperties):
    * UIProcess/API/gtk/PageClientImpl.h:
    * UIProcess/API/mac/PageClientImpl.h:
    * UIProcess/API/mac/PageClientImpl.mm:
    (WebKit::PageClientImpl::didChangeViewportProperties):
    * UIProcess/API/qt/qdesktopwebview.cpp:
    (QDesktopWebViewPrivate::didChangeViewportProperties):
    * UIProcess/API/qt/qdesktopwebview_p.h:
    * UIProcess/API/qt/qtouchwebview.cpp:
    (QTouchWebViewPrivate::didChangeViewportProperties):
    * UIProcess/API/qt/qtouchwebview_p.h:
    * UIProcess/PageClient.h:
    * UIProcess/WebPageProxy.cpp:
    (WebKit::WebPageProxy::didChangeViewportProperties):
    * UIProcess/WebPageProxy.h:
    * UIProcess/WebPageProxy.messages.in:
    * UIProcess/qt/QtDesktopWebPageProxy.cpp:
    (QtDesktopWebPageProxy::didChangeViewportProperties):
    * UIProcess/qt/QtDesktopWebPageProxy.h:
    * UIProcess/qt/QtTouchViewInterface.cpp:
    (WebKit::QtTouchViewInterface::didChangeViewportProperties):
    * UIProcess/qt/QtTouchViewInterface.h:
    * UIProcess/qt/QtViewInterface.h:
    * UIProcess/qt/QtWebPageProxy.cpp:
    (QtWebPageProxy::didChangeViewportProperties):
    * UIProcess/qt/QtWebPageProxy.h:
    * UIProcess/win/WebView.cpp:
    (WebKit::WebView::didChangeViewportProperties):
    * UIProcess/win/WebView.h:
    * WebProcess/WebCoreSupport/WebChromeClient.cpp:
    (WebKit::WebChromeClient::dispatchViewportPropertiesDidChange):
    * WebProcess/WebCoreSupport/WebChromeClient.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@98472 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    69d44f08