[Webkit-unassigned] [Bug 27428] New: adding "base class" GdomDOMObject for GObject bindings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 19 14:10:15 PDT 2009


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

           Summary: adding "base class" GdomDOMObject for GObject bindings
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: lkcl at lkcl.net


these files are added as part of the #16401 series patch split
arranged under an agreement with david.

GdomDOMObject is like the glib/gobject equivalent of a c++ base class,
for the gobject bindings.  it is equivalent to objc's DOMObject and
roughly mirrors the same concept in the W3C DOM.

the exact objects which derive from it can be seen from examining
the Gdom Bindings CodeGenerator but, from memory, it's pretty much
everything except Window.

this seems to work, and nothing's fallen over or found to be lacking
from pretty extensive testing from pyjamas-desktop through pywebkitgtk
so... *shrug* - although the exact usage isn't clearly known, the exact
usage is clearly understood, empirically, to work.

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