Closed
Bug 59092
Opened 24 years ago
Closed 23 years ago
Hardcoded chrome URL to a GIF file in nsEditorShell.cpp
Categories
(Core Graveyard :: Skinability, defect, P3)
Core Graveyard
Skinability
Tracking
(Not tracked)
VERIFIED
FIXED
Future
People
(Reporter: bzbarsky, Unassigned)
References
Details
(Keywords: helpwanted)
In nsEditorShell.cpp, the following code is found:
nsAutoString url;
url.AssignWithConversion("chrome://global/skin/question-icon.gif" );
This should not be hardcoded.
Pretriage of skinnability bugs, marking nsbeta1-. The real question is how to
allow people to load up an icon using common dialog services without referencing
a filename. Certainly not going to get fixed for beta1.
Keywords: nsbeta1-
Marking nsbeta1- bugs as future to get off the radar
Target Milestone: --- → Future
Comment 3•24 years ago
|
||
Mass move skinability bugs to nobody@mozilla.org, helpwanted.
Assignee: ben → nobody
Keywords: helpwanted
Comment 4•23 years ago
|
||
The hardcoded GIF image referenced in this bug report is no longer in
nsEditorShell.cpp. It was removed in version 1.249 by hewitt@netscape.com.
I'm trying to clear out the blocking bugs for bug 59091 with the hope that a
PNG-only theme will be possible, as per bug 8415.
![]() |
Reporter | |
Comment 5•23 years ago
|
||
resolving fixed
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•17 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•