Closed
Bug 22367
Opened 26 years ago
Closed 25 years ago
nsSound: Need make sure treatment of URIs in Linux is general
Categories
(Core :: XUL, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: slogan, Assigned: slogan)
Details
The current implementation of nsSound on Linux makes use of libaudiofile to
extract data from the sound file that is passed via arguments to esd when the
sound is played. nsSound::Play() takes a URI as an argument, libaudiofile
requires a pathname. The code I came up with to map a URI to a file assumes that
the file is located in a subdirectory of the user's install directory, and that
this directory is the parent directory for chrome. As we ship, this is the case,
and if this assumption is valid, then there is no problem. But I need to look
into this.
Updated•26 years ago
|
Target Milestone: M15
Comment 1•26 years ago
|
||
Moving Syd's non-PDT+ bugs to M15 to indicate that he will not have time to get
to them for Beta.
Comment 3•25 years ago
|
||
spam, open xptoolkit qa contact moving over to jrgm
QA Contact: paulmac → jrgm
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 4•25 years ago
|
||
Closed, per Pavlov's recent checkins
You need to log in
before you can comment on or make changes to this bug.
Description
•