Bug 95506 - [Tests] Implement web notification callbacks for Chromium port of DRT
Summary: [Tests] Implement web notification callbacks for Chromium port of DRT
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 77969
Blocks:
  Show dependency treegraph
 
Reported: 2012-08-30 16:07 PDT by Jon Lee
Modified: 2013-04-08 15:11 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Lee 2012-08-30 16:07:23 PDT
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).
Comment 1 Kaustubh Atrawalkar 2013-02-27 17:02:12 PST
I would like to implement this support. Will provide working patch soon.