[Webkit-unassigned] [Bug 138443] Crash in NSURLConnectionInternal, messaging released WebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 7 15:28:27 PST 2014


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

--- Comment #20 from Darin Adler <darin at apple.com> ---
The real point is that these call out to the app, which could then retain the WebView. The app has no way of knowing that the WebView is not already retained.

I suggest we find a way to change the semantics of the WebView in the future so that if a client doesn’t explicitly call close the WebViewWillCloseNotification is not sent, and the unload event is not sent to the webpage either.

Then this bug could still come up, but only for old clients, and eventually we can phase the behavior out entirely.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141107/1edcbf93/attachment-0002.html>


More information about the webkit-unassigned mailing list