[Webkit-unassigned] [Bug 33606] New: style checker needs to know about GObject-specific requirements inside WebCore/bindings/gobject/

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 13 09:54:37 PST 2010


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

           Summary: style checker needs to know about GObject-specific
                    requirements inside WebCore/bindings/gobject/
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gns at gnome.org


Xan is working on finally pushing the DOM bindings patch forward again, and we
will end up having the WebCore/bindings/gobject/ directory, which will contain
many GObject definitions. GObject definitions require a couple of functions to
initialize the class structure, and the instance structure, and they need to
use lowercased, underscore-separated names (to respect the names given by a
define).

Here's an example:

https://bugs.webkit.org/show_bug.cgi?id=33590#c11

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