[Webkit-unassigned] [Bug 16401] [GTK] GObject/C DOM binding

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 11 07:14:18 PST 2009


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





------- Comment #145 from lkcl at lkcl.net  2009-02-11 07:14 PDT -------
adam,

when removing all of the "differences" between javascript and gobject
bindings, did you also remove the XMLHttpRequest open() function as a
string rather than as a TextDocument?

if you did so, then there is no way to utilise XMLHTTPRequest and therefore
no way to do AJAX using the glib / gobject bindings.

why? because you can't _get_ at the TextDocument interface, because it's
not properly exposed via the glib / gobject bindings.

i spent several days trying to get that one right, and in the end i gave
up and re-activated the XMLHttpRequest.open(string) function and disabled
the XMLHttpRequest.open(TextDocument*) function.


-- 
Configure bugmail: https://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