WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
73342
Add support for [ClassMethod] to CodeGeneratorJS.pm
https://bugs.webkit.org/show_bug.cgi?id=73342
Summary
Add support for [ClassMethod] to CodeGeneratorJS.pm
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Erik Arvidsson
Comment 1
2011-11-29 12:12:05 PST
Created
attachment 117017
[details]
Patch
Erik Arvidsson
Comment 2
2011-11-29 13:58:29 PST
Committed
r101421
: <
http://trac.webkit.org/changeset/101421
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug