[Webkit-unassigned] [Bug 27256] Geolocation timeout parameter is not correctly applied
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 17 08:55:27 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27256
steveblock at google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #34970| |review?
Flag| |
--- Comment #1 from steveblock at google.com 2009-08-17 08:55:26 PDT ---
Created an attachment (id=34970)
--> (https://bugs.webkit.org/attachment.cgi?id=34970)
Patch 1 for bug 27256
Correctly implements Geolocation timeout parameter.
Greg, you mentioned that on iPhone, the call to
GeolocationService::startUpdating may trigger UI to obtain system permissions
for location. Hence it's impossible to apply the timeout parameter in a
meaningful way through the current GeolocationService interface. Currently, the
timeout parameter is not applied at all, so perhaps a reasonable solution is to
ignore timeouts on iPhone by skipping the call to maybeStartTimer? Or we could
skip the call unless we know that system permissions have already been granted?
What do you think?
--
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