[Webkit-unassigned] [Bug 26993] [commit+] Geolocation::requestPermission()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 6 09:01:50 PDT 2009


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


steveblock at google.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |steveblock at google.com




--- Comment #11 from steveblock at google.com  2009-08-06 09:01:48 PDT ---
If I've followed the comments correctly, this change is intended to support
both synchronous and asynchronous implementations of
requestGeolocationPermissionForFrame().

I think, however, that this patch introduces a bug in the case where
requestGeolocationPermissionForFrame() is synchronous. setIsAllowed() calls
geolocationServicePositionChanged(), so if
requestGeolocationPermissionForFrame() is synchronous, any watches will be
called back twice, rather than once as intended.

See https://bugs.webkit.org/show_bug.cgi?id=27690 (which is a duplicate of this
bug) for a full explanation.

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