WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
59973
In Aperture, a WebView might be dealloc'ed before it finishes loading
https://bugs.webkit.org/show_bug.cgi?id=59973
Summary
In Aperture, a WebView might be dealloc'ed before it finishes loading
Brady Eidson
Reported
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
>
Attachments
Patch v1
(5.47 KB, patch)
2011-05-02 16:38 PDT
,
Brady Eidson
andersca
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Brady Eidson
Comment 1
2011-05-02 16:38:46 PDT
Created
attachment 92003
[details]
Patch v1
Darin Adler
Comment 2
2011-06-18 11:57:00 PDT
r85549
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug