[Webkit-unassigned] [Bug 58027] Avoid leaking document when leaving google.com due to geolocation permission request

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 9 04:20:31 PDT 2011


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





--- Comment #6 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2011-04-09 04:20:31 PST ---

> Do you see this only on Chromium? I think it would be good to understand a little more about the problem before we make the fix. The Geolocation callbacks don't ref their ScriptExecutionContext, so I don't see how removing this notifier from this list will avoid a leak. Presumably the Geolocation object is leaked too?

This happens on our Qt WebKit2 port (a branch on gitorious). It was pretty hard to debug because Document is ref'ed for each event, but adding this plugged the leak.

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