[Webkit-unassigned] [Bug 74433] New: Inaccurate IDL for NotificationCenter.requestPermission

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 13 11:51:11 PST 2011


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

           Summary: Inaccurate IDL for
                    NotificationCenter.requestPermission
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sra at google.com


Example code like http://www.html5rocks.com/en/tutorials/notifications/quick/ calls requestPermission with no arguments.

The webkit IDL declares requestPermission with one parameter:

       [Custom] void requestPermission(in VoidCallback callback);

If the parameter is optional, please mark it as optional in the IDL.

Also, does this operation really need to be custom?

-- 
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