Closed
Bug 233974
Opened 21 years ago
Closed 19 years ago
unfork mailcommands.js
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
Thunderbird 11.0
People
(Reporter: mscott, Assigned: mscott)
Details
use a xul pre-processor ifdef instead for:
- window.openDialog( "chrome://navigator/content/viewSource.xul",
+ window.openDialog( "chrome://global/content/viewSource.xul",
"_blank",
to do after the tree opens for 1.7b.
| Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Thunderbird0.6
| Assignee | ||
Comment 1•21 years ago
|
||
i thought I posted a comment here but I don't see it now.
I think a better way to fix this would be to make the chrome url for view source
a pref in this instance.
thunderbird sets the pref one way. mozilla sets it another. And no ifdef in the
file.
Target Milestone: Thunderbird0.6 → Thunderbird0.7
| Assignee | ||
Updated•21 years ago
|
Target Milestone: Thunderbird0.7 → Thunderbird0.8
| Assignee | ||
Updated•21 years ago
|
Target Milestone: Thunderbird0.8 → After Thunderbird 1.
Comment 2•19 years ago
|
||
I see no point in trying to unfork *UI* between TB and the Suite anymore, especially not of XUL/JS.
In fact, both projects should strive to finally get all of their UI out of /mailnews, so that /mailnews just contains the shared backend library code.
Most of TB's UI is already in /mail, moving SM UI to /suite is planned, but may take some time, though.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•