[webkit-reviews] review requested: [Bug 83879] [GTK][WK2] Implement API for Geolocation permission requests in the GTK port : [Attachment 137081] 1. Add new 'permission-request' signal to WebKitWebView

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


Mario Sanchez Prada <msanchez at igalia.com> has asked  for review:
Bug 83879: [GTK][WK2] Implement API for Geolocation permission requests in the
GTK port
https://bugs.webkit.org/show_bug.cgi?id=83879

Attachment 137081: 1. Add new 'permission-request' signal to WebKitWebView
https://bugs.webkit.org/attachment.cgi?id=137081&action=review

------- Additional Comments from Mario Sanchez Prada <msanchez at igalia.com>
 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...


More information about the webkit-reviews mailing list