Closed
Bug 857793
Opened 10 years ago
Closed 10 years ago
Always return the defaultValue before the first scheduled event on an AudioParam
Categories
(Core :: Web Audio, defect)
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file)
4.34 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
We currently have a bug where for linear and exponential ramps, we try to construct the ramp before the first event. This clearly violates the spec, and unfortunately we didn't have enough test coverage on this so I didn't catch it when I was working on AudioParam...
Attachment #733042 -
Flags: review?(roc)
Attachment #733042 -
Flags: review?(roc) → review+
Assignee | ||
Comment 1•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/66ff22df8956
Comment 2•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/66ff22df8956
Assignee: nobody → ehsan
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
Assignee | ||
Comment 3•10 years ago
|
||
Mass moving Web Audio bugs to the Web Audio component. Filter on duckityduck.
Component: Video/Audio → Web Audio
You need to log in
before you can comment on or make changes to this bug.
Description
•