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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 27 12:57:56 PDT 2008


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


lkcl at lkcl.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #22920|0                           |1
        is obsolete|                            |
  Attachment #23016|0                           |1
        is obsolete|                            |




------- Comment #10 from lkcl at lkcl.net  2008-08-27 12:57 PDT -------
Created an attachment (id=23038)
 --> (https://bugs.webkit.org/attachment.cgi?id=23038&action=view)
property getting added, with stubs for setting.

added in property "getting" as well, now.

"custom" properties missed out and a number of other types as well, but it's a
good start.

will test property "setting" later.

at present you have to do this, to make the whole thing useable and compile (i
don't know where to put the files in the Makefile).  just after the gdom
bindings are auto-generated, ctrl-z the build and do this:

 cp -aux DerivedSources/gdom*.h WebKit/gtk/webkit/; cp
WebCore/bindings/gdom/*.h /usr/local/include/webkit-1.0/webkit/; cp -aux
DerivedSources/gdom*.h /usr/local/include/webkit-1.0/webkit/


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