[webkit-dev] Equivalent of WebKit/Qt's link delegation policy in WebKit/Gtk+?
Gustavo Noronha Silva
gns at gnome.org
Mon Oct 20 18:51:31 PDT 2008
On Mon, 2008-10-20 at 16:07 +0100, Andrew S. Townley wrote:
> Hi,
Hello,
> Unlike the majority of users, I don't need WebKit to access URIs on the
> Internet. I need to be able to intercept them and display custom HTML
> content to allow navigation of some complex, in-memory data structures.
I take it that you intend to feed the renderer with HTML code contained
in memory, without writing it to files. I think what you are looking for
is still not really implemented for WebKit/GTK+, and might be this:
https://bugs.webkit.org/show_bug.cgi?id=17147
> Any information on how this sort of behavior can be accomplished with
> the existing GTK+ api would also be welcome.
Well, you may be able to replace/edit the contents of the page by using
the JavaScriptCore API directly. It doesn't sound very elegant/high
level to me, but is possible today =).
See you,
--
Gustavo Noronha Silva <gns at gnome.org>
GNOME contributor: http://www.gnome.org/
More information about the webkit-dev
mailing list