• darin's avatar
    WebFoundation: · 660071d4
    darin authored
            * English.lproj/StringsNotToBeLocalized.txt: Update.
    
    WebCore:
    
    	- fixed 3107383 -- clicking link on cnet.com leads to assertion failure
    
    	When we removed a frame, we were leaving behind an empty WebView. Yuck.
    
            * kwq/KWQScrollView.mm:
            (QScrollView::addChild): Use the new getOuterView.
            (QScrollView::removeChild): Ditto. This was the bug fix.
            * kwq/KWQWidget.h: Add getOuterView.
            * kwq/KWQWidget.mm:
            (QWidget::frameGeometry): Use the new getOuterView.
            (QWidget::setFrameGeometry): Ditto.
            (QWidget::getOuterView): Added. Does the WebCoreFrameView magic to find
    	the WebView instead of the WebHTMLView. Yuck.
            (QWidget::paint): Use the new getOuterView.
    
    WebKit:
    
            * Plugins.subproj/WebBaseNetscapePluginView.m:
            (-[WebBaseNetscapePluginView loadRequest:inTarget:withNotifyData:]):
    	Unescape the string before executing it, so we don't suffer from bug 3083043
    	here in the javascript: URLs that come from plug-ins.
    
            * English.lproj/StringsNotToBeLocalized.txt: Update.
    
    WebBrowser:
    
            * Debug/DebugUtilities.m: (-[DebugUtilities createDebugMenu]):
    	Fix typo. "Import" the favorites, don't "Imported" them.
    
            * English.lproj/StringsNotToBeLocalized.txt: Let the update
    	script sort this file.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2798 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    660071d4