Closed
Bug 982541
Opened 11 years ago
Closed 11 years ago
Update OscillatorNode.{start, stop} to have the first argument optional and default to zero
Categories
(Core :: Web Audio, defect)
Tracking
()
RESOLVED
FIXED
mozilla30
People
(Reporter: padenot, Assigned: padenot)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
1.83 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8389674 -
Flags: review?(ehsan)
Updated•11 years ago
|
Keywords: dev-doc-needed
Comment 3•11 years ago
|
||
Comment on attachment 8389674 [details] [diff] [review]
Update OscillatorNode.{start, stop} to have the first argument optional and default to zero. r=
Review of attachment 8389674 [details] [diff] [review]:
-----------------------------------------------------------------
::: content/media/webaudio/test/test_oscillatorNode.html
@@ +51,5 @@
>
> + var gotException = false;
> + try {
> + osc.start();
> + osc.stop();
Please test these separately in two try/catch blocks.
If you feel like it, you can even add a expectNoException helper function to webaudio.js for the logic.
r=me either way.
Attachment #8389674 -
Flags: review?(ehsan) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
Comment 6•10 years ago
|
||
Doc updated:
https://developer.mozilla.org/en-US/docs/Web/API/OscillatorNode.start
https://developer.mozilla.org/en-US/docs/Web/API/OscillatorNode.stop
and
https://developer.mozilla.org/en-US/Firefox/Releases/30#Interfaces.2FAPIs.2FDOM
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•