Closed
Bug 809882
Opened 12 years ago
Closed 12 years ago
"Assertion failure: aMinValue < aMaxValue" in AudioEventTimeline ctor
Categories
(Core :: Web Audio, defect)
Tracking
()
RESOLVED
FIXED
mozilla19
People
(Reporter: jruderman, Assigned: ehsan.akhgari)
References
Details
(Keywords: assertion, testcase)
Attachments
(3 files)
With:
user_pref("media.webaudio.enabled", true);
Assertion failure: aMinValue < aMaxValue, at content/media/webaudio/AudioEventTimeline.h:90
Reporter | ||
Comment 1•12 years ago
|
||
Assignee | ||
Comment 2•12 years ago
|
||
Yeah, this should throw. I filed https://www.w3.org/Bugs/Public/show_bug.cgi?id=19910 to fix this in the spec, and I will implement that here.
Assignee | ||
Comment 3•12 years ago
|
||
(Also note that these min and max values are not used for anything, so this bug will not have any real implications...)
Assignee | ||
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
Comment on attachment 679728 [details] [diff] [review]
Patch (v1)
r=me
Attachment #679728 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 6•12 years ago
|
||
Comment 7•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
Assignee | ||
Comment 8•11 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
•