[Webkit-unassigned] [Bug 27425] adding auto-generator support for GDOMHTMLElementWrapperFactory[.cpp/.h]

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 4 13:47:41 PDT 2009


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





--- Comment #25 from Luke Kenneth Casson Leighton <lkcl at lkcl.net>  2009-08-04 13:47:40 PDT ---
(In reply to comment #23)
> Is DATAGRID off for the gtk port?
> 
> What happens when you try to generate DATAGRID files?  Why are they different
> from other HTML elements?

 they inherit from / have-as-members a base class / DOM object which is neither
auto-generated nor already existing in the Gdom* codebase: DataGridDataSource.

 in the JS case, this has been catered for, in the past ten months (since the
original work was done in nov 2008) by creating
WebCore/bindings/js/JSDataGridDataSource.{cpp,h}, and by adding
WebCore/bindings/js/JSDataGridColumnListCustom.cpp and much more.

none of which i want to duplicate / get involved with, right now.

all of this is one of the key reasons behind submitting a static
manually-generated file.

at least then, as the rest of webkit continues to move forward, leaving the
GObject bindings behind, i don't have so much work to do to keep up.

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



More information about the webkit-unassigned mailing list