[Webkit-unassigned] [Bug 106553] New: Add IDL Enum support WIP

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 10 04:32:08 PST 2013


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

           Summary: Add IDL Enum support WIP
           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


Created an attachment (id=182112)
 --> (https://bugs.webkit.org/attachment.cgi?id=182112&action=review)
initial WIP

? Is this the correct Component (changing binding generation code) ?
(My first patch here; very much WIP.)

Working on responseType attribute of XMLHttpResponse interface, with V8 binding, to start.

Patch currently allows IDL to include Enum declarations, and generates code treating it as a DOMString
(current IDLs instead list Enums as DOMStrings).

Needs to also create a C++ enumeration and validation code (currently done manually in WebCore files).

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