[Webkit-unassigned] [Bug 27319] New: Need CustomConstructor attribute to reduce amount of copy/paste constructor code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 15 15:23:30 PDT 2009


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

           Summary: Need CustomConstructor attribute to reduce amount of
                    copy/paste constructor code
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: sam at webkit.org, abarth at webkit.org


Need CustomConstructor attribute to reduce amount of copy/paste constructor
code

A bunch of idls (like Worker, WebKitPoint, WebKitMatrix, XHR, etc. don't use
GenerateConstructor because they want to have their own custom constructor
function (which takes arguments).  Need to fix these to use less boilerplate
code.

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