[Webkit-unassigned] [Bug 39724] [Qt] navigator.geolocation support for qt port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 29 12:44:26 PDT 2010


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





--- Comment #32 from Yael <yael.aharon at nokia.com>  2010-06-29 12:44:25 PST ---
(In reply to comment #31)
> (In reply to comment #30)
> > (In reply to comment #29)
> > > I think the API that was defined for the permission is inadequate. Other browsers display a bar at the top and if/when the user wants, he will accept/reject/ignore the question. The API that this patch introduces does not allow the user to ignore the question.
> > 
> > I agree - opened a new bug for it - https://bugs.webkit.org/show_bug.cgi?id=41364.
> 
> Yes async for geolocation request API is required and also need to add  ChromeClient::cancelGeolocationPermissionRequestForFrame to cancel the same.

Looking at the Chromium implementation of GeoLocation, they ask the user for permission before starting the GeoLocation service, while the QtWebKit implementation asks the user for permission only after it receives an update from the service. Should we change the behavior in GeoLocationServiceQt.cpp as well?

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