[Webkit-unassigned] [Bug 27426] New: adding GDOMBinding.cpp/h as part of GObject bindings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 19 13:37:52 PDT 2009


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

           Summary: adding GDOMBinding.cpp/h as part of GObject bindings
           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


this is part of a series of patches to add gobject bindings.
it is split into a series under an agreement arranged by david.

this patch adds the essential mapping/bindings between gobject objects and
webkit c++ objects.  it is absolutely critical that an existing c++ object NOT
be allocated a different gobject object, even if the c++ object has been
typecast to something wildly different (further down the base class hierarchy).

the exact same absolutely essential trick is deployed in both obj-c and JS
bindings.

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