Bug 95506

Summary: [Tests] Implement web notification callbacks for Chromium port of DRT
Product: WebKit Reporter: Jon Lee <jonlee>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: kaustubh.ra, schenney
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 77969    
Bug Blocks:    

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.