Open
Bug 1021978
Opened 11 years ago
Updated 2 years ago
Use HiDPI icons in the directory viewer
Categories
(Toolkit :: Themes, defect)
Toolkit
Themes
Tracking
()
NEW
People
(Reporter: Dolske, Unassigned)
References
(Blocks 1 open bug)
Details
The default (Firefox-supplied) icons in the directory viewer need hidpi version, so they don't look blurry (upscaled) on Retina displays.
This is the viewer used for file:/// and ftp://ftp.mozilla.org/
* Folder icons
* tab favicon (both file:// and ftp:// versions)
* "Up to higher level directory" icon
Note that we correctly use hidpi icons for files which have a known handler (via moz-icon, I assume).
Flags: firefox-backlog+
Reporter | ||
Comment 1•11 years ago
|
||
These icons are in toolkit/themes/osx/global/dirListing/
Except the file:/// flavor isn't. Hmmm. *pokes* Oh, FFS, it's coming from down in netwerk/streamconv/converters/nsIndexedToHTML.cpp#433 as a data: URI. Bug 388553. Is that still a problem? I thought we fixed that sometime in the last year or two. If not, we should consider doing a front-end hackaround.
[Aside: C++ code emitting big blobs of hard-coded HTML+JS+images makes me sad.]
Updated•6 years ago
|
Blocks: png-cleanup
Comment 2•5 years ago
|
||
Is this still an issue?
Comment 3•3 years ago
|
||
These icons are now in toolkit/themes/shared/dirListing.
OS: macOS → All
Hardware: x86 → All
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•