[Webkit-unassigned] [Bug 108578] New: [CPP, GObject, ObjC] Add 'static' skip to CodeGenerator{CPP, GObject, ObjC}.pm

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 31 21:40:37 PST 2013


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

           Summary: [CPP,GObject,ObjC] Add 'static' skip to
                    CodeGenerator{CPP,GObject,ObjC}.pm
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nbarth at google.com
                CC: haraken at chromium.org


Legacy code generators do not support static attributes.
Fix by adding a test to skip static types.
This allows us to not use macros like "#if defined(TESTING_JS) || defined(TESTING_V8)" in IDL files.
Concretely it's just adding a suitable check to the SkipAttribute functions, and then removing macros from the test IDL file.

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