RESOLVED DUPLICATE of bug 78853 40373
Support only client-based Geolocation
https://bugs.webkit.org/show_bug.cgi?id=40373
Summary Support only client-based Geolocation
Steve Block
Reported 2010-06-09 11:27:44 PDT
The original Geolocation implementation used a platform-specific GeolocationService provided in WebCore and owned by the Geolocation object. A client-based Geolocation implementation was later added in Bug 32499. The maintenance burden of two implementations is becoming increasingly high, particularly in the light of possible refactorings to solve b/f cache problems, discussed in Bug 40162 The client-based implementation seems to be the correct approach as it avoids the layering violations of the initial approach, so we should switch all ports to use the client-based implementation.
Attachments
Steve Block
Comment 1 2012-05-21 10:17:26 PDT
*** This bug has been marked as a duplicate of bug 78853 ***
Note You need to log in before you can comment on or make changes to this bug.