[Webkit-unassigned] [Bug 63615] Allow notification origin permission request when no js callback is provided
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 1 01:16:05 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=63615
--- Comment #2 from Alexandre Mazari <scaroo at gmail.com> 2011-07-01 01:16:05 PST ---
The JavasCript NotificationCenter::requestPermission can * optionally* take a callback as argument. If one is provided, it should be called in the case the request was taken into account.
The current implementation requires such an argument in the JSC wrapper for NotificationCenter where the V8 wrapper makes it optional.
This patch implements the same behaviour for JSC.
--
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