WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Kentaro Hara
Comment 1
2012-01-10 01:23:57 PST
Created
attachment 121811
[details]
Patch
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.
Adam Barth
Comment 3
2012-01-10 10:08:11 PST
I thought this was already working:
http://trac.webkit.org/browser/trunk/Source/WebCore/Modules/intents/NavigatorIntents.idl#L26
http://trac.webkit.org/browser/trunk/Source/WebCore/Modules/intents/NavigatorIntents.cpp#L52
Kentaro Hara
Comment 4
2012-01-10 15:48:59 PST
Committed
r104643
: <
http://trac.webkit.org/changeset/104643
>
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.
Top of Page
Format For Printing
XML
Clone This Bug