Skip to content
  • andersca's avatar
    WebCore: · 15375c76
    andersca authored
            Reviewed by Adam.
    
            Move JavaScript alert and status bar functions to the chrome.
            
            * bindings/js/kjs_window.cpp:
            (KJS::WindowFunc::callAsFunction):
            * page/Chrome.cpp:
            (WebCore::Chrome::runJavaScriptAlert):
            (WebCore::Chrome::runJavaScriptConfirm):
            (WebCore::Chrome::runJavaScriptPrompt):
            (WebCore::Chrome::setStatusBarText):
            * page/Chrome.h:
            * page/ChromeClient.h:
            * page/Frame.cpp:
            (WebCore::Frame::setJSStatusBarText):
            (WebCore::Frame::setJSDefaultStatusBarText):
            * page/Frame.h:
            * page/mac/FrameMac.h:
            * page/mac/FrameMac.mm:
            * page/mac/WebCoreFrameBridge.h:
            * platform/graphics/svg/SVGImageEmptyClients.h:
            (WebCore::SVGEmptyChromeClient::runJavaScriptAlert):
            (WebCore::SVGEmptyChromeClient::runJavaScriptConfirm):
            (WebCore::SVGEmptyChromeClient::runJavaScriptPrompt):
            (WebCore::SVGEmptyChromeClient::setStatusBarText):
    
    WebKit:
    
            Reviewed by Adam.
    
            Move functions from the bridge to the chrome client.
            
            * WebCoreSupport/WebChromeClient.h:
            * WebCoreSupport/WebChromeClient.mm:
            (WebChromeClient::runJavaScriptAlert):
            (WebChromeClient::runJavaScriptConfirm):
            (WebChromeClient::runJavaScriptPrompt):
            (WebChromeClient::setStatusBarText):
            * WebCoreSupport/WebFrameBridge.mm:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@18983 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    15375c76