[Webkit-unassigned] [Bug 59973] New: In Aperture, a WebView might be dealloc'ed before didFinishLoading: is called.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 2 16:19:44 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=59973

           Summary: In Aperture, a WebView might be dealloc'ed before
                    didFinishLoading: is called.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: All
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: WebKit API
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: beidson at apple.com


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>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list