[Webkit-unassigned] [Bug 28042] New: TODO: gobject bindings will need #ifdef DATAGRID support
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 6 02:53:21 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28042
Summary: TODO: gobject bindings will need #ifdef DATAGRID
support
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: lkcl at lkcl.net
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.
--
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