Bug 59973

Summary: In Aperture, a WebView might be dealloc'ed before it finishes loading
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebKit APIAssignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: darin
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: All   
Attachments:
Description Flags
Patch v1 andersca: review+

Description Brady Eidson 2011-05-02 16:19:44 PDT
In Aperture, a WebView might be dealloc'ed before didFinishLoading: is called.

The problem is that the client isn't properly retaining an offscreen WebView when they should be.  Therefore the WebView is dealloc'ed when the last subresource finishes loading, and the client is never told that the load completes (because it doesn't!)

Aperture specific quirk patch is on its way.

In radar as <rdar://problem/9340945>
Comment 1 Brady Eidson 2011-05-02 16:38:46 PDT
Created attachment 92003 [details]
Patch v1
Comment 2 Darin Adler 2011-06-18 11:57:00 PDT
r85549