Closed
Bug 265025
Opened 21 years ago
Closed 16 years ago
Should use try/catch to see if reveal is supported
Categories
(SeaMonkey :: Download & File Handling, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 472001
People
(Reporter: neil, Unassigned)
Details
The download manager (and download progress dialog) currently uses a platform
test to guess whether nsILocalFile.reveal is supported. Instead it should use
try/catch and if the reveal fails it can fall back to opening a browser
directory listing. It also means that should a future Unix port implement reveal
then it will automatically get used. See also attachment 162154 [details] [diff] [review] (FireFox).
Updated•21 years ago
|
Product: Browser → Seamonkey
Comment 1•17 years ago
|
||
Hello Neil. Any idea if this old bug is still valid, and if it is, who (or among whom) would be the man (well, the "person") to fix it?
Reporter | ||
Comment 2•17 years ago
|
||
(In reply to comment #1)
> Hello Neil. Any idea if this old bug is still valid, and if it is, who (or
> among whom) would be the man (well, the "person") to fix it?
Code to implement .reveal for Linux was added to nsILocalFile in the 1.9 timeframe so any new download manager should use .reveal on all platforms.
![]() |
||
Comment 3•16 years ago
|
||
As comment #2 states, this should be solved with the new download manager introduced by bug 472001
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•