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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 16 13:33:33 PDT 2008


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





------- Comment #49 from lkcl at lkcl.net  2008-09-16 13:33 PDT -------
"WebCore/html/HTMLOptionElement.idl"

#if defined(LANGUAGE_JAVASCRIPT) || defined(LANGUAGE_GOBJECT)
                 attribute  [ConvertNullToNullString] DOMString            text
                     setter raises(DOMException);
#else
        readonly attribute  DOMString            text;
#endif

in the gobject bindings, i'm ignoring entirely the "ConvertNullToNullString",
and making use of the fact that the #ifdef makes the attribute writeable rather
than read-only.

some of the pyjamas-desktop code required write access to the text (equivalent
to setting "innerHTML").

at _some point in the future_ - after the patch has been landed,
revisiting the "ConvertNullToNullString" and other idl modifiers,
should be examined.

... but _not_ right now.  what's there "works" - pyjamas-desktop,
and pywebkitgtk "work".  there's no need to fix what isn't broken.


-- 
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