[Webkit-unassigned] [Bug 99012] New: [WebKit IDL] move extended attributes to left of interface, exception...

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 11 01:13:21 PDT 2012


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

           Summary: [WebKit IDL] move extended attributes to left of
                    interface, exception...
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tasak at google.com


WebIDL spec, http://www.w3.org/TR/WebIDL/#idl-grammar, says:

[1]    Definitions -> ExtendedAttributeList Definition Definitions 
[2]    Definition   -> CallbackOrInterface | Partial | Dictionary  | Exception  | Enum  | Typedef  | ImplementsStatement

However, current WebKit IDL grammar is different from the above, e.g.

    interface [
        JSGenerateToNativeObject,
        JSInlineGetOwnPropertySlot
    ] Element : Node {
    ...

ExtendedAttributeList is placed at the right of "interface". So move extended attributes in idl files to correct position.

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