[Webkit-unassigned] [Bug 108066] New: Notifications interface does not match the spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 28 01:44:57 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=108066

           Summary: Notifications interface does not match the spec
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: atwilson at chromium.org
                CC: jochen at chromium.org, jonlee at apple.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list