Closed
Bug 537195
Opened 15 years ago
Closed 15 years ago
nsISound.play without esound installed should throw NS_ERROR_NOT_AVAILABLE
Categories
(Core :: Widget, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: davemgarrett, Assigned: wesongathedeveloper)
Details
Attachments
(1 file)
1.59 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
Fresh install of Kubuntu 9.10 with Firefox 3.5 and attempt an nsISound.play and it'll throw NS_ERROR_FAILURE. (for example, using the testcase in bug 536996) This is because esound isn't installed by default. Install it and it works as expected. Thus, shouldn't it throw NS_ERROR_NOT_AVAILABLE in this instance instead?
Assignee | ||
Comment 1•15 years ago
|
||
Assignee: nobody → wesongathedeveloper
Status: NEW → ASSIGNED
Attachment #419644 -
Flags: review?(roc)
Attachment #419644 -
Flags: review?(roc) → review+
Assignee | ||
Updated•15 years ago
|
Keywords: checkin-needed
Comment 2•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Keywords: checkin-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•