RESOLVED DUPLICATE of bug 16401 16686
[GTK] Add DOM accessors to WebView/WebFrame
https://bugs.webkit.org/show_bug.cgi?id=16686
Summary [GTK] Add DOM accessors to WebView/WebFrame
Mathias Roth
Reported 2007-12-31 08:14:52 PST
I'm currently implementing Adium-Messagestyles to a messenging application using pywebkitgtk, but I don't see any easy way to add new messages to the WebView without rerendering the whole HTML. I'd like to see some DOM-Functions that make it possible to use code similiar to Kopete's (another Chat-Application supporting Adium-Messagestyles, using KHTML). Here's a code-snippet from Kopete that pretty much describes what I'd like to have: http://pastebin.ca/839983
Attachments
David Kilzer (:ddkilzer)
Comment 1 2007-12-31 10:50:43 PST
The OS X version of WebKit has a DOM API written in Objective-C that's generated from *.idl files. A generator for a C or C++ API would be one approach.
Luke Kenneth Casson Leighton
Comment 2 2008-08-20 16:25:10 PDT
http://code.google.com/p/pywebkitgtk/issues/detail?id=12 i'm covering events as well. it's not ideal: it's done using javascript snippets right now.
Gustavo Noronha (kov)
Comment 3 2009-04-14 05:44:14 PDT
I think this can safely be marked as a duplicate. *** This bug has been marked as a duplicate of 16401 ***
Note You need to log in before you can comment on or make changes to this bug.