WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 63615
74433
Inaccurate IDL for NotificationCenter.requestPermission
https://bugs.webkit.org/show_bug.cgi?id=74433
Summary
Inaccurate IDL for NotificationCenter.requestPermission
Stephen Adams
Reported
2011-12-13 11:51:11 PST
Example code like
http://www.html5rocks.com/en/tutorials/notifications/quick/
calls requestPermission with no arguments. The webkit IDL declares requestPermission with one parameter: [Custom] void requestPermission(in VoidCallback callback); If the parameter is optional, please mark it as optional in the IDL. Also, does this operation really need to be custom?
Attachments
Add attachment
proposed patch, testcase, etc.
Jon Lee
Comment 1
2011-12-15 15:00:45 PST
Merging this request into
bug 63615
, which implements the optional parameter. *** This bug has been marked as a duplicate of
bug 63615
***
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