Bug 247065 - [WPE][GTK] Enable permissions request API
Summary: [WPE][GTK] Enable permissions request API
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Philippe Normand
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-26 08:24 PDT by Philippe Normand
Modified: 2022-12-13 07:06 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.