NEW 108066
Notifications interface does not match the spec
https://bugs.webkit.org/show_bug.cgi?id=108066
Summary Notifications interface does not match the spec
Andrew Wilson
Reported 2013-01-28 01:46:55 PST
Two issues: 1) We expose Notifications.show(), but that's not part of the Notifications spec. This leads to issues like https://bugs.webkit.org/show_bug.cgi?id=108009 because the new notifications implementation was not expecting to support these other calls. 2) Both webkitNotifications and Notifications share the same .idl definition. This means that APIs only defined for webkitNotifications (like cancel()) are also exposed for Notifications, if the platform turns on ENABLE_LEGACY_NOTIFICATIONS.
Attachments
Note You need to log in before you can comment on or make changes to this bug.