Closed
Bug 113742
Opened 24 years ago
Closed 23 years ago
file:/// directories use moz-icon
Categories
(Core :: Networking: File, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: mozilla, Assigned: mozilla)
References
Details
Attachments
(1 file, 1 obsolete file)
|
12.48 KB,
patch
|
sdagley
:
review+
bugs
:
superreview+
|
Details | Diff | Splinter Review |
Use moz-icon for file:/// displays
Comment 1•24 years ago
|
||
if you do this, keep an eye out for performance regressions. moz-icon images
aren't cached (well they are cached but the url used to cache them is the url of
the document so file://test.zip and file://bar.zip are going to have different
places in the image cache).
| Assignee | ||
Comment 2•24 years ago
|
||
| Assignee | ||
Comment 3•24 years ago
|
||
mscott: BTW, I just opened up bug # 113745 regarding moz-icon returning the wrong
icon when using a file:/// which points to a directory. As mentioned in that bug,
I added a specific check in the patch for THIS bug to not return moz-icon
references for directories until that bug is fixed. :)
Status: NEW → ASSIGNED
Comment 4•24 years ago
|
||
I thought I had a bug on me for this, but I can't find it ATM.
This won't affect html directory listings, which are currently explicitly
disabled (see nsDirectoryViewer.cpp, nsDirectoryViewerFactory::CreateInstance),
but which I hope to have on by the end of this week/early next week.
This doesn't affect the XUL ftp/gopher dir listings, does it?
| Assignee | ||
Comment 5•24 years ago
|
||
This change only affects file:/// URLs when displayed inside XUL.
| Assignee | ||
Comment 6•23 years ago
|
||
Attachment #60587 -
Attachment is obsolete: true
Comment 7•23 years ago
|
||
Comment on attachment 61222 [details] [diff] [review]
Latest file system moz-icon: support
[s]r=ben@netscape.com
Attachment #61222 -
Flags: superreview+
Comment 8•23 years ago
|
||
Comment on attachment 61222 [details] [diff] [review]
Latest file system moz-icon: support
r=sdagley
Attachment #61222 -
Flags: review+
| Assignee | ||
Comment 9•23 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 10•23 years ago
|
||
Where would I see this?
| Assignee | ||
Comment 11•23 years ago
|
||
Type a valid file:/// URL into the browser's location bar. On Mac and Windows,
you'll see the OS's native icons.
Comment 12•23 years ago
|
||
VERIFIED:
Mozilla 0.9.8, Mac OS 9+X, Win 98.
Status: RESOLVED → VERIFIED
Keywords: qawanted
Summary: Use moz-icon for file:/// displays → file:/// directories use moz-icon
You need to log in
before you can comment on or make changes to this bug.
Description
•