[Webkit-unassigned] [Bug 236746] New: WPEQtView is missing most features

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 16 18:03:54 PST 2022


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

            Bug ID: 236746
           Summary: WPEQtView is missing most features
           Product: WebKit
           Version: WebKit Local Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WPE WebKit
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tusooa at kazv.moe
                CC: bugs-noreply at webkitgtk.org

If using WPEQtView, it seems that ( https://github.com/WebKit/WebKit/blob/main/Source/WebKit/UIProcess/API/wpe/qt/WPEQtView.h ) only a handful of methods/properties are available, comparing to WebKitWebView ( https://github.com/WebKit/WebKit/blob/main/Source/WebKit/UIProcess/API/wpe/WebKitWebView.h ). To make things worse, there is no way to retrieve the inner WebKitWebView either. This means I cannot use most of the features in WebKitWebView if I want to use WPEQtView.

Ideally, I should be able to use any WebKit public API within QML (meaning wrapping all the classes into QObjects). If that is unfeasible, we should at least provide API to construct with a user-provided WebKitWebView, and retrieve the one stored.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220217/b1df33e3/attachment-0001.htm>


More information about the webkit-unassigned mailing list