Closed Bug 292995 Opened 19 years ago Closed 19 years ago

qute's help.css has MOZ_PHOENIX (but no preprocessor)

Categories

(Thunderbird :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: axel, Assigned: mscott)

References

Details

At a few places, starting at 
http://lxr.mozilla.org/seamonkey/source/toolkit/themes/qute/help/help.css#43,
help.css has #ifdef MOZ_PHOENIX. That has a few issues:

- is qute supposed to be usable by Firefox at all?
 - if so, those should be #ifndef MOZ_THUNDERBIRD
 - if so, the file should be fed to the preprocessor in the first place.

The good news is, that's the only file I found with a 
find toolkit/themes -type f|xargs grep PHOENIX
Qute is for Thunderbird only.
Firefox uses Winstripe on Windows and Linux (the latter using some overrides in
Gnomestripe) and Pinstripe on Mac.

We shouldn't reference chrome://browser/skin/ in toolkit/themes in the first
place. That's bug 268776.
Depends on: 268776
Fixed by bug 268776.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
*** Bug 294346 has been marked as a duplicate of this bug. ***
You need to log in before you can comment on or make changes to this bug.