[Webkit-unassigned] [Bug 73342] New: Add support for [ClassMethod] to CodeGeneratorJS.pm

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 29 11:17:21 PST 2011


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

           Summary: Add support for [ClassMethod] to CodeGeneratorJS.pm
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: ASSIGNED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arv at chromium.org
            Blocks: 72998


Add support for [ClassMethod] to CodeGeneratorJS.pm

For example:

interface Foo {
  [ClassMethod] DOMString test(in DOMString value) ;
}

generates code that allows us to write the following in JS.

Foo.test('Hi');  // return a string

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