Skip to content
  • commit-queue@webkit.org's avatar
    2011-01-09 Xianzhu Wang <phnixwxz@gmail.com> · 5fcd213d
    commit-queue@webkit.org authored
            Reviewed by Darin Fisher.
    
            https://bugs.webkit.org/show_bug.cgi?id=41441
            createWindow method should only do window-creating without URL navigation.
            Let client APIs know which URL a new window will start with
    
            * loader/FrameLoader.cpp:
            (WebCore::createWindow):
            * page/ContextMenuController.cpp:
            (WebCore::openNewWindow):
            * page/DOMWindow.cpp:
            (WebCore::DOMWindow::createWindow):
    2011-01-09  Xianzhu Wang  <phnixwxz@gmail.com>
    
            Reviewed by Darin Fisher.
    
            https://bugs.webkit.org/show_bug.cgi?id=41441
            createWindow method should only do window-creating without URL navigation.
            Pass URL request to createView.
    
            * public/WebViewClient.h:
            (WebKit::WebViewClient::createView):
            * src/ChromeClientImpl.cpp:
            (WebKit::ChromeClientImpl::createWindow):
    2011-01-09  Xianzhu Wang <phnixwxz@gmail.com>
    
            Reviewed by Darin Fisher.
    
            https://bugs.webkit.org/show_bug.cgi?id=41441
            createWindow method should only do window-creating without URL navigation
    
            * WebCoreSupport/ChromeClientEfl.cpp:
            (WebCore::ChromeClientEfl::createWindow):
    2011-01-09  Xianzhu Wang <phnixwxz@gmail.com>
    
            Reviewed by Darin Fisher.
    
            https://bugs.webkit.org/show_bug.cgi?id=41441
            createWindow method should only do window-creating without URL navigation
    
            * WebCoreSupport/ChromeClientGtk.cpp:
            (WebKit::ChromeClient::createWindow):
    2011-01-09  Xianzhu Wang <phnixwxz@gmail.com>
    
            Reviewed by Darin Fisher.
    
            https://bugs.webkit.org/show_bug.cgi?id=41441
            createWindow method should only do window-creating without URL navigation
    
            * WebCoreSupport/WebChromeClient.mm:
            (WebChromeClient::createWindow):
    2011-01-09  Xianzhu Wang <phnixwxz@gmail.com>
    
            Reviewed by Darin Fisher.
    
            https://bugs.webkit.org/show_bug.cgi?id=41441
            createWindow method should only do window-creating without URL navigation
    
            * Api/qwebpage.cpp:
            (openNewWindow):
            * WebCoreSupport/ChromeClientQt.cpp:
            (WebCore::ChromeClientQt::createWindow):
    2011-01-09  Xianzhu Wang <phnixwxz@gmail.com>
    
            Reviewed by Darin Fisher.
    
            https://bugs.webkit.org/show_bug.cgi?id=41441
            createWindow method should only do window-creating without URL navigation
    
            * WebCoreSupport/WebChromeClient.cpp:
            (WebChromeClient::createWindow):
    2011-01-09  Xianzhu Wang <phnixwxz@gmail.com>
    
            Reviewed by Darin Fisher.
    
            https://bugs.webkit.org/show_bug.cgi?id=41441
            createWindow method should only do window-creating without URL navigation
    
            * WebKitSupport/ChromeClientWx.cpp:
            (WebCore::ChromeClientWx::createWindow):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75349 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    5fcd213d