[Webkit-unassigned] [Bug 13844] WebKitQt Api doesn't provide any way to append html code to the previous code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 29 00:57:19 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13844





------- Comment #3 from mjs at apple.com  2007-05-29 00:57 PDT -------
Once WebKitQt supports a DOM API, you could do this via the Document interface
with the open/write/close methods. I think this implementation is not as safe
as those with regards to maintaining internal state properly. Even if you want
to add it this way, I'd suggest calling open/write/close on the document as the
implementation instead of using begin() / end().


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list