[Webkit-unassigned] [Bug 79375] New: Supplemental interfaces are not disabled with the "Conditional" attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 23 10:17:48 PST 2012


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

           Summary: Supplemental interfaces are not disabled with the
                    "Conditional" attribute
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: svillar at igalia.com
                CC: abarth at webkit.org, haraken at chromium.org


Code generation unconditionally adds supplemental interfaces to their parents even if the conditional attribute is not enabled/defined.

I noticed this behaviour when building GTK port without geolocation enabled. The interface specified in NavigatorGeolocation.idl is always added to the Navigator interface (although the implementation is properly surrounded by guards).

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