[Webkit-unassigned] [Bug 40373] New: Support only client-based Geolocation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 9 11:27:45 PDT 2010


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

           Summary: Support only client-based Geolocation
           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


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.

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