[Webkit-unassigned] [Bug 41341] New: Geolocation should inform the service/controller when each request completes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 29 03:57:12 PDT 2010


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

           Summary: Geolocation should inform the service/controller when
                    each request completes
           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
        Depends on: 40373


Currently, Geolocation only calls GeolocationService::stopUpdating() (non-client-based) or GeolocationController::removeObserver() (client-based) when all requests complete. This means that the service/controller can not know when a request that specified enableHighAccuracy completes. As a result, the service/controller may use high accuracy for longer than required.

Instead, Geolocation should inform the service/controller when each request completes.

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