Bug 247065

Summary: [WPE][GTK] Enable permissions request API
Product: WebKit Reporter: Philippe Normand <philn>
Component: WebKitGTKAssignee: Philippe Normand <philn>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Philippe Normand 2022-10-26 08:24:46 PDT
https://caniuse.com/?search=navigator.permissions

The corresponding setting is disabled for us and we also need to implement `queryPermission()` in our UI client.
Comment 1 Philippe Normand 2022-10-26 09:09:17 PDT
Maybe UI client could return "Prompt" unless some WebView consumer handles a new "query-permission" signal. That would align with the Cocoa implementation.
Comment 2 Philippe Normand 2022-11-28 02:15:24 PST
Pull request: https://github.com/WebKit/WebKit/pull/6852
Comment 3 EWS 2022-12-13 07:06:15 PST
Committed 257787@main (80fe491a8274): <https://commits.webkit.org/257787@main>

Reviewed commits have been landed. Closing PR #6852 and removing active labels.