X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebKitTools%2FChangeLog;h=b65738fc5c686e3526d62d3603c04d86a77c9d42;hp=eaa8d179b3286da25ac68cbd694d628bcb56f007;hb=cc2039afcb0b3a4b1f0afb18782dd901dc081755;hpb=76012829e84108bbedfdb4e94498974de6c8607b;ds=sidebyside diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog index eaa8d17..b65738f 100644 --- a/WebKitTools/ChangeLog +++ b/WebKitTools/ChangeLog @@ -1,3 +1,16 @@ +2008-06-02 Anders Carlsson + + Reviewed by David Hyatt and Mitz. + + + repro crash in WebCore::RenderPart::setWidget (plugin-related?) + + Call -[WebView display] in the "plug-in" failed delegate method, simulating + the sheet that Safari puts up. + + * DumpRenderTree/mac/ResourceLoadDelegate.mm: + (-[ResourceLoadDelegate webView:plugInFailedWithError:dataSource:]): + 2008-05-30 Timothy Hatcher Made the starting line number of scripts be 1-based throughout the engine.