RESOLVED FIXED 75944
Support the [Supplemental] IDL on methods
https://bugs.webkit.org/show_bug.cgi?id=75944
Summary Support the [Supplemental] IDL on methods
Kentaro Hara
Reported 2012-01-10 01:03:10 PST
Currently the [Supplemental] IDL is supported on attributes but not supported on methods. We should support it. interface [Supplemental=XXXX] YYYY { attribute int a; // Supported void f(); // Not supported }
Attachments
Patch (33.94 KB, patch)
2012-01-10 01:23 PST, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-01-10 01:23:57 PST
WebKit Review Bot
Comment 2 2012-01-10 01:25:45 PST
Attachment 121811 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1 Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestInterface.cpp:80: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestInterface.cpp:85: Local variables should never be PassRefPtr (see http://webkit.org/coding/RefPtr.html). [readability/pass_ptr] [5] Total errors found: 2 in 17 files If any of these errors are false positives, please file a bug against check-webkit-style.
Kentaro Hara
Comment 4 2012-01-10 15:48:59 PST
Kentaro Hara
Comment 5 2012-01-10 15:49:53 PST
Comment on attachment 121811 [details] Patch Committed manually to avoid style check error. Thanks.
Note You need to log in before you can comment on or make changes to this bug.