Closed
Bug 982541
Opened 9 years ago
Closed 9 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 |
Discussion: http://lists.w3.org/Archives/Public/public-audio/2013OctDec/0034.html Spec bug: https://github.com/WebAudio/web-audio-api/issues/249
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8389674 -
Flags: review?(ehsan)
Updated•9 years ago
|
Keywords: dev-doc-needed
Comment 3•9 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•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/fdbf79a891de
Comment 5•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/fdbf79a891de
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
Comment 6•9 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
•