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: |
Steve Block
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Benjamin Poulain
*** Bug 79858 has been marked as a duplicate of this bug. ***
David Kilzer (:ddkilzer)
<rdar://problem/10951749>