[Webkit-unassigned] [Bug 102173] New: createDelay should raise exception when the maxDelayTime parameter is incorrect.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 13 20:52:48 PST 2012


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

           Summary: createDelay should raise exception when the
                    maxDelayTime parameter is incorrect.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Audio
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: li.yin at intel.com
                CC: crogers at google.com


Spec: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html
The maxDelayTime parameter is optional and specifies the maximum delay time in seconds allowed for the delay line. 
If specified, this value must be greater than zero and less than three minutes or a NOT_SUPPORTED_ERR exception will be thrown.

Webaudio spec is changed, we should fix this issue in WebKit.

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