[Webkit-unassigned] [Bug 95506] New: [Tests] Implement web notification callbacks for Chromium port of DRT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 30 16:07:17 PDT 2012


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

           Summary: [Tests] Implement web notification callbacks for
                    Chromium port of DRT
           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