WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
28042
TODO: gobject bindings will need #ifdef DATAGRID support
https://bugs.webkit.org/show_bug.cgi?id=28042
Summary
TODO: gobject bindings will need #ifdef DATAGRID support
Luke Kenneth Casson Leighton
Reported
2009-08-06 02:53:20 PDT
for background, see
https://bugs.webkit.org/show_bug.cgi?id=27425
this is notes to whomever implements DATAGRID for the Gobject bindings. a patch has been accepted which includes a FIXME workaround which disables attempts to use code which the CodeGeneratorGObject.pm does not create (GdomHTMLDataGridElement.cpp,h; GdomHTMLDataGridRowElement.cpp,h) which in turn rely on code which also does not exist (GdomDataGridDataSource.cpp,h). WebCore/bindings/gdom/GdomDataGridDataSource.cpp,h will need to be created by copying cut/paste style WebCore/bindings/js/JSDataGridDataSource.cpp,h and also working out why there is a custom WebCore/bindings/js/JSCustomHTMLDataGridColumnElement.cpp, and whether that needs to be copied cut/paste style to create WebCore/bindings/gdom/GdomCustomHTMLDataGridColumnElement.cpp. also it may be necessary to add a toGDOM function to WebCore/bindings/gdom/GDOMBinding.cpp for the DataGridDataSource base class.
Attachments
Add attachment
proposed patch, testcase, etc.
Luke Kenneth Casson Leighton
Comment 1
2009-08-07 04:34:40 PDT
see also gdom.h which has #ifdef'd code for DATAGRID
Martin Robinson
Comment 2
2011-07-11 13:21:40 PDT
Not sure if this is valid any longer. Feel free to re-open if I'm wrong.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug