[webkit-dev] Client-based Geolocation

David Kilzer ddkilzer at webkit.org
Fri Dec 10 20:26:44 PST 2010


On Dec 10, 2010, at 6:45 AM, John Knottenbelt <jknotten at chromium.org> wrote:

> It would be great if, ultimately, we could remove the non-client-based geolocation code from WebCore (I already have plans to do this for Chromium's WebKit layer). Such a removal would make the WebCore code more readable because the #if ENABLE(CLIENT_BASED_GEOLOCATION) preprocessor directives would go away, more understandable because there would be less code, and more maintainable because we would only need to fix bugs in one code path, rather than two. 
> 
> It seems that Android, Qt and GTK currently implement the non-client-based design.

The iOS port also uses the non-client-based design.

> Is anybody working, or interested in working, on migrating these platforms to the client-based design? 

I would file a bug for each port to start with.

Dave
--
Sent from my iPhone 4



More information about the webkit-dev mailing list