[Webkit-unassigned] [Bug 27944] Geolocation error callback not called if permissions have already been denied
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 13 13:38:43 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27944
steveblock at google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #34779| |review?
Flag| |
--- Comment #1 from steveblock at google.com 2009-08-13 13:38:41 PDT ---
Created an attachment (id=34779)
--> (https://bugs.webkit.org/attachment.cgi?id=34779)
Patch 1 for bug 27944
When a Geolocation method is called, immediately calls the error callback
asynchronously if permissions have already been denied.
Note that the naming of the new 'setFatalError' and 'fatalErrorOccurred'
methods is intentionally generic. This is because this framework will be used
for other fatal error conditions. Currently, if the Geolocation service fails
to start, the error callback is invoked synchronously. This is incorrect. See
Bug 28276. This framework will be used to fix this behavior also.
LayoutTests for this behavior will be added once the mock Geolocation service
framework is in place. See Bug 28264.
--
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