Closed
Bug 59099
Opened 24 years ago
Closed 22 years ago
Hardcoded chrome URL to a GIF file in mailnews/mime/emitters/src/nsMimeXULEmitter.cpp
Categories
(Core Graveyard :: Skinability, defect, P3)
Core Graveyard
Skinability
Tracking
(Not tracked)
VERIFIED
FIXED
Future
People
(Reporter: bzbarsky, Unassigned)
References
Details
(Keywords: helpwanted)
Four instances:
char *buttonXUL = PR_smprintf(
"<titledbutton src=\"chrome://messenger/skin/attach.gif\" value=\"%d\"
align=\"right\"/>",
mAttachArray->Count());
UtilityWrite("<titledbutton src=\"chrome://messenger/skin/addcard.gif\" ");
UtilityWrite("_button\" src=\"chrome://messenger/skin/more.gif\"
onclick=\"ShowLong('");
UtilityWrite("_button\" src=\"chrome://messenger/skin/less.gif\"
onclick=\"ShowShort('");
These 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•23 years ago
|
||
Mass move skinability bugs to nobody@mozilla.org, helpwanted.
Assignee: ben → nobody
Keywords: helpwanted
Comment 4•22 years ago
|
||
nsMimeXULEmitter.cpp is no longer in the tree.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•