[Webkit-unassigned] [Bug 95507] New: [Tests] Implement web notification callbacks for Qt port of DRT and WTR
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 30 16:08:01 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=95507
Summary: [Tests] Implement web notification callbacks for Qt
port of DRT and WTR
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jonlee at apple.com
The new web notifications tests in http/tests/notifications use an updated API for managing web notifications:
// Web notifications support
void grantWebNotificationPermission(in DOMString origin);
void denyWebNotificationPermission(in DOMString origin);
void removeAllWebNotificationPermissions();
void simulateWebNotificationClick(in object notification);
These need to be implemented in order for the tests to work. (grantWebNotificationPermission is already ported from grantDesktopNotificationPermission).
--
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