[Webkit-unassigned] [Bug 140745] New: [GTK] Support direct Python web extension loading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 21 15:45:38 PST 2015


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

            Bug ID: 140745
           Summary: [GTK] Support direct Python web extension loading
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aperez at igalia.com

Using WebKitGTK+ from Python is supported thanks to the GObject-Introspection
support, but some parts of the API (mainly, the DOM bindings) have to be used
from the WebProcess when using WebKit2 in a Web Extension. Right now we only
support direct loading of Web Extensions implemented in C: even when it is
possible to run Python scripts using the libpython C API from a Web Extension,
each application would need to provide a Web Extension for doing so, leading to
duplicate boilerplate code.

Provided that using WebKitGTK+ embedded in GTK+ applications written in Python
is quite popular, it would be good to provide a loader for Python Web
Extensions.

-- 
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/20150121/959fbb07/attachment-0002.html>


More information about the webkit-unassigned mailing list