[Webkit-unassigned] [Bug 43974] New: Geolocation requests in progress when th

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 13 08:18:42 PDT 2010


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

           Summary: Geolocation requests in progress when th
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: steveblock at google.com


Currently, Geolocation::disconnectFrame() calls stopTimers() which prevents any future callbacks. This was added in http://trac.webkit.org/changeset/59859 for Bug 39388 to prevent callbacks after the script context has gone away.

Instead, we should attempt to invoke the error callback for all ongoing requests. This is safe because we now make sure that the script context is still good before we make each callback, see Bug 40162.

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