[Webkit-unassigned] [Bug 39288] Geolocation causes DOMWindow to leak if position requests are in progress when the page is navigated away

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 27 13:27:17 PDT 2010


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





--- Comment #17 from Alexey Proskuryakov <ap at webkit.org>  2010-05-27 13:27:16 PST ---
> I don't think there's any danger of that. Even after stop() has been called
> and all ongoing requests have been killed, later calls to startRequest() will
> happily start new requests.

That's exactly what concerns me. These requests won't be stopped, because FrameLoader::stop() won't be called again. So, the problem that was fixed by r59859 can be re-introduced.

Anyway, I found that
1) Geolocation is completely broken in ToT WebKit now (bug 39434);
2) Geolocation regression tests are all disabled on Mac and Windows.

I'm going to work on these issues first.

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