Closed
Bug 294346
Opened 20 years ago
Closed 19 years ago
Remove #ifdef MOZ_PHOENIX from Thunderbird-specific help files
Categories
(SeaMonkey :: Help Viewer, defect)
SeaMonkey
Help Viewer
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 292995
mozilla1.8beta3
People
(Reporter: sipaq, Assigned: sipaq)
References
()
Details
Attachments
(1 file)
|
1.36 KB,
patch
|
Details | Diff | Splinter Review |
The Qute theme is only used by Thunderbird, so all #ifdef MOZ_PHOENIX code should go: http://lxr.mozilla.org/seamonkey/source/toolkit/themes/qute/help/help.css#43 http://lxr.mozilla.org/seamonkey/source/toolkit/themes/qute/help/help.css#122 http://lxr.mozilla.org/seamonkey/source/toolkit/themes/qute/help/help.css#130
| Assignee | ||
Comment 1•20 years ago
|
||
Attachment #183732 -
Flags: first-review?(jwalden+fxhelp)
Comment 2•20 years ago
|
||
Comment on attachment 183732 [details] [diff] [review] Patch v1 I'm not sure what the point of this is, because the same problem exists in non-Thunderbird-specific files (but in a non-ifdef form that at best looks prettier). Doing this just makes things look better without actually doing anything. Also, Thunderbird doesn't use this code yet anyway, so I can't see a reason to accept changes that don't make a useful or substantial difference. I'm taking a look at the base issues here, so with some luck we'll get some real traction on this sometime soon.
Attachment #183732 -
Flags: first-review?(jwalden+fxhelp) → first-review-
| Assignee | ||
Comment 3•20 years ago
|
||
(In reply to comment #2) > I'm not sure what the point of this is, because the same problem exists in > non-Thunderbird-specific files (but in a non-ifdef form that at best looks > prettier). Doing this just makes things look better without actually doing > anything. Also, Thunderbird doesn't use this code yet anyway, so I can't see > a reason to accept changes that don't make a useful or substantial difference. Sorry, Jeff I really don't understand the issue here. Sure, the visual benefit of this is zero. This is a simple cleanup of unnecessary ifdefs. So what are you telling me here? Do you think that these ifdefs are necessary and the bug is therefore INVALID? Or do you think that this should be fixed in another way? If yes, which way?
Comment 4•20 years ago
|
||
(In reply to comment #3) > Sorry, Jeff I really don't understand the issue here. Sure, the visual benefit > of this is zero. This is a simple cleanup of unnecessary ifdefs. The thing is, you're not changing any of the functionality that makes those ifdefs needed, and to the best of my knowledge you'd be breaking the viewer for anyone who might happen to be using it with a Qute theme. (I don't know this for sure, but I have a strong feeling that's what would happen.) > So what are you telling me here? Do you think that these ifdefs are necessary > and the bug is therefore INVALID? Or do you think that this should be fixed in > another way? If yes, which way? Yes, the ifdefs are necessary now. No, they shouldn't be there. In fact, after bug 295817 is fixed we should be 95% of the way there, and I intend to complete the last 5% for 1.1/1.8 - just wait a little longer and we'll be done.
Target Milestone: --- → mozilla1.8beta3
Comment 5•19 years ago
|
||
The issues this bug addresses were fixed in bug 268776, but as written this bug is a duplicate of bug 292995. Don't blindly expect qute's theming of the help viewer to work correctly, tho - with no way to test it (and no reason to do so as the file's not used by Thunderbird) I don't know for certain that the styling's perfect. It's close enough to fix later (if necessary) whenever Thunderbird decides to get its act together and ship typeaheadfind. *** This bug has been marked as a duplicate of 292995 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Updated•9 years ago
|
Product: Toolkit → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•