WebCore should not send invalid URLs to client createWindow methods.
authorap@apple.com <ap@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sat, 21 Jan 2012 00:09:34 +0000 (00:09 +0000)
committerap@apple.com <ap@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sat, 21 Jan 2012 00:09:34 +0000 (00:09 +0000)
commitb63bdf71b1306f4488ab6ec94d589d06fe434e9e
tree4a053a91d3f778b5795ab4ec47913a9cce8b7093
parentbaa86bc2e9c8a78f3dce5b70230fb9c64beeedf7
    WebCore should not send invalid URLs to client createWindow methods.
        https://bugs.webkit.org/show_bug.cgi?id=39017

        Unreviewed test fix.

        * page/DOMWindow.cpp: (WebCore::DOMWindow::createWindow): Let empty URLs through.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@105554 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebCore/ChangeLog
Source/WebCore/page/DOMWindow.cpp