Bug 73342

Summary: Add support for [ClassMethod] to CodeGeneratorJS.pm
Product: WebKit Reporter: Erik Arvidsson <arv>
Component: DOMAssignee: Erik Arvidsson <arv>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, japhet, sam, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 72998    
Attachments:
Description Flags
Patch abarth: review+, arv: commit-queue+

Erik Arvidsson
Reported 2011-11-29 11:17:21 PST
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
Attachments
Patch (21.91 KB, patch)
2011-11-29 12:12 PST, Erik Arvidsson
abarth: review+
arv: commit-queue+
Erik Arvidsson
Comment 1 2011-11-29 12:12:05 PST
Erik Arvidsson
Comment 2 2011-11-29 13:58:29 PST
Note You need to log in before you can comment on or make changes to this bug.