[Webkit-unassigned] [Bug 90603] [EFL] Support the permission function of the Web Notification.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 16 20:43:23 PDT 2012


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





--- Comment #13 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2012-07-16 20:43:22 PST ---
(From update of attachment 151199)
View in context: https://bugs.webkit.org/attachment.cgi?id=151199&action=review

>>> Source/WebKit/efl/WebCoreSupport/NotificationPresenterClientEfl.cpp:115
>>> +    LegacyPermissionRequestMap::iterator legacyIter = m_pendingLegacyPermissionRequests.find(String(domain));
>> 
>> Why support legacy notifications at all? They should go away no?
> 
> I agree with you on one hand but almost sites support legacy notification until now on the other. (html5test.com, html5rocks.com...)
> Actually I haven't seen yet a site support W3C "Web Notifications".
> 
> In addition, even firefox supports legacy notifications with this link (http://www.chromium.org/developers/design-documents/desktop-notifications/api-specification)
> 
> That's why I would like to add LEGACY_NOTIFICATIONS.
> 
> I would like to get your opinion about this.
> Thank you. :)

I am pretty sure that Safari on Desktop and iOS doesnt support legacy notifications, also I don't think Internet Explorer nor Opera does so. It is a dead fish in the water. They became legacy notifications as other vendors had issues with the old spec.

-- 
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