Closed
Bug 119989
Opened 24 years ago
Closed 10 years ago
nsDirectoryIndexStream improvements
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
WONTFIX
Future
People
(Reporter: dougt, Unassigned)
Details
(Keywords: helpwanted)
When enumerating over a directory, some of the files may be links. If they are,
and you try to resolve them, their target may be gone. I that happens a
NS_ERROR_FILE_TARGET_DOES_NOT_EXIST is returned. These files should still be
treated as symlinks, just broken ones. Maybe we should use "strike-out" text.
Comment 1•24 years ago
|
||
Preferably (as we are soon switching to HTML listings for file: to my
understanding), we should just show the equivilent of "ls -l". These problems
have all already been solved. Let's present them in the same way, instead of
making up silly new things like strike-through and being a file manager.
This also lets you see user/group owners, permissions, and other useful
information, just as a user expects it. Windows file: could format it just as
'dir' would. Hyperlink the directories and you're done.
| Reporter | ||
Comment 2•24 years ago
|
||
I wouldn't mind seeing ls -al output when I go to a file url.
| Reporter | ||
Updated•24 years ago
|
Target Milestone: --- → Future
| Reporter | ||
Updated•24 years ago
|
Target Milestone: Future → mozilla1.2
| Reporter | ||
Updated•23 years ago
|
Keywords: helpwanted
Target Milestone: mozilla1.2alpha → Future
Comment 3•23 years ago
|
||
I won't object to a new type. You will need to update the XUL viewer if we're
not chucking it, though. (oneliner in the css, probably)
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•