[Webkit-unassigned] [Bug 4624] WebCore needs autogenerated Obj-C DOM bindings
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Mon Aug 21 13:23:37 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=4624
sam.weinig at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #10070|0 |1
is obsolete| |
------- Comment #9 from sam.weinig at gmail.com 2006-08-21 13:23 PDT -------
Created an attachment (id=10153)
--> (http://bugzilla.opendarwin.org/attachment.cgi?id=10153&action=view)
patch v3
A new version of the patch. It's getting close to being fully review ready.
It now has all of DOMCore.h and DOMHTML.h split out of their original files and
either auto generated or in cases where that is not possible yet, just split by
class name into new files. Three classes of DOMCSS.h are also done in this
way. Before I put a patch up for review I have to correct an error I made.
Namely, when splitting the files by class name (those that cannot yet be
auto-generated), I did not svn cp the original file to keep the history. This
is something I can easily fix, but it is not done yet.
There a few reasons why some of the files have been split out instead of auto
generated. One reason is that no IDL file exists yet for the class, and I have
not yet added it. Another issue has been that IDL file that exists, differs
from what the Objective C binding is expecting. This happens mostly in files
that are being used by the JS bindings, but not completely. (see the
HTMLElement.idl file for an example). I have not yet worked out a way to add
the missing methods to the IDL's without breaking the existing JS bindings.
Comments welcome.
--
Configure bugmail: http://bugzilla.opendarwin.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