[Webkit-unassigned] [Bug 83879] [GTK][WK2] Implement API for Geolocation permission requests in the GTK port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 13 06:57:18 PDT 2012


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


Mario Sanchez Prada <msanchez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #137081|                            |review?
               Flag|                            |




--- Comment #1 from Mario Sanchez Prada <msanchez at igalia.com>  2012-04-13 06:57:18 PST ---
Created an attachment (id=137081)
 --> (https://bugs.webkit.org/attachment.cgi?id=137081&action=review)
1. Add new 'permission-request' signal to WebKitWebView

 Added new 'permission-request' signal to WebKitWebView, to be fired when WebKit needs confirmation from the user on whether to allow or deny certain operations, such as sharing the user's location with web site through the Geolocation API.

Also, provided a new WebKitPermissionRequest interface, providing allow() and deny() operations, to be called over the objects implementing it when emitted along with the new 'permission-request' signal.

Perhaps I should move the later to a different bug. Not 100% sure since it's tighly related to this one and thus to the next patch I'll be attaching in 2 minutes...

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