Bug 41341

Summary: Geolocation should inform the service/controller when each request completes
Product: WebKit Reporter: Steve Block <steveblock>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: benjamin, ddkilzer, jknotten, laszlo.gombos
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 40373    
Bug Blocks:    

Description Steve Block 2010-06-29 03:57:12 PDT
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.
Comment 1 Benjamin Poulain 2012-05-21 12:08:47 PDT
*** Bug 79858 has been marked as a duplicate of this bug. ***
Comment 2 David Kilzer (:ddkilzer) 2013-02-07 16:25:52 PST
<rdar://problem/10951749>