[Webkit-unassigned] [Bug 70101] New: Implement [Constructor] IDL for JSC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 14 05:17:49 PDT 2011


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

           Summary: Implement [Constructor] IDL for JSC
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: haraken at chromium.org
                CC: ap at webkit.org, sam at webkit.org, abarth at webkit.org,
                    dominicc at chromium.org


Currently, all constructors of JSC are manually written as custom constructors in WebCore/bindings/js/*.cpp. We need to support [Constructor] IDL in JSC.

After this patch is landed, I am planning to replace 6 custom constructors in JSC with the [Constructor] IDL. Please see the bug 65839 for more details.

The spec of [Constructor] IDL: http://www.w3.org/TR/WebIDL/#Constructor
Implement [Constructor] IDL for V8: bug 66536

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