[Webkit-unassigned] [Bug 50566] Delay starting geolocation request until permission has been granted or denied

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 6 08:26:28 PST 2010


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





--- Comment #4 from John Knottenbelt <jknotten at chromium.org>  2010-12-06 08:26:28 PST ---
The motivation for this change is primarily to make the code that starts the requests to be the same irrespective of whether it had to wait for permission to be set. 

For example, one difference, which is not easily testable with the current design of the Geolocation Mocks, is what happens if a page has two iframes, one of which is authorised for geolocation and has a watch started. If the second iframe requests a cached position, it should first get authorisation from the user, and then get the cached position that may have been stored in the Geolocation object thanks to the first iframe's request (if it meets the maxmium-age requirements).

There is also a discussion of some of these issues here: 

http://lists.w3.org/Archives/Public/public-geolocation/2009Mar/0068.html

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