[Webkit-unassigned] [Bug 39879] Geolocation activity started after frame has been disconnected can cause crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 31 10:07:18 PDT 2010


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





--- Comment #2 from Darin Adler <darin at apple.com>  2010-05-31 10:07:18 PST ---
(From update of attachment 57477)
> +    // If the frame has been disconnected we can't start any requests as
> +    // callbacks to JS may require access to the Document.
> +    if (!m_frame)
> +        return;

In this model once the frame is disconnected, this call will take forever and never succeed or fail. An alternative would be to have it fail immediately. Any thoughts on the pros and cons of that design?

-- 
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