[webkit-gtk] Webkit GTK Release 2 - basically unusable for us

Martin Robinson martin.james.robinson at gmail.com
Wed May 1 17:41:43 PDT 2013


On Wed, May 1, 2013 at 5:32 PM, Eric Gregory <eric at yorba.org> wrote:
> Taking a quick look at the new API, WebFrame has been replaced by WebPage,
> which has a method to get the DOMDocument object:
> http://webkitgtk.org/reference/webkit2gtk/stable/WebKitWebPage.html#webkit-web-page-get-dom-document

A WebPage corresponds to a WebView, but on the WebProcess side. The C
API exposes frames, but we have not exposed them in the GObject API
because we aren't sure if they will continue to be part of the
internal UIProcess API. That decision is really up to the Apple
developers -- who have said in the past they were thinking of ditching
them entirely.

I think what Niranjan is trying to accomplish should be possible with
a combination of user scripts (which can be injected into all frames)
and the injection of native JavaScript methods into the DOM. We hope
to add both of these things to a future release.

--Martin


More information about the webkit-gtk mailing list