From: honeycutt Date: Sat, 10 Nov 2007 02:28:57 +0000 (+0000) Subject: 2007-11-09 Jon Honeycutt X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=d1420c9666065e7d2219bf8d935d459ef49ee918;hp=d1420c9666065e7d2219bf8d935d459ef49ee918 2007-11-09 Jon Honeycutt Reviewed by Sam. : Safari crashes when selected in context menu to open audio format files (au, aif) with QT 7.3 The crash occurred on a machine where QT 7.3 was failing to initialize. The fix is to avoid sending streams to full-page plugins that've failed to load * WebFrame.cpp: (WebFrame::finishedLoading): Check plugin status before calling manual stream methods (WebFrame::setMainDocumentError): Same (WebFrame::committedLoad): Same git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27661 268f45cc-cd09-0410-ab3c-d52691b4dbfc ---