Closed
Bug 256190
Opened 21 years ago
Closed 21 years ago
thunderbird.js preferences getting loaded before mailnews.js
Categories
(Thunderbird :: Preferences, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird0.8
People
(Reporter: mscott, Assigned: mscott)
Details
Attachments
(1 file)
|
39.75 KB,
patch
|
Details | Diff | Splinter Review |
Currently, thunderbird.js is getting loaded before mailnews.js.
This means that any mailnews overrides that thunderbird provides (such as
blocking remote images) get reverted when the app reads in seamonkey's mailnews.js.
We need to rename thunderbird.js to something like all-thunderbird.js which will
make it the last JS file loaded. Most importantly this means it gets loaded
after mailnews.js.
| Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Thunderbird0.8
| Assignee | ||
Comment 1•21 years ago
|
||
rename thunderbird.js to all-thunderbird.js to ensure that it gets loaded last
since prefs are loaded in reverse order by file name.
| Assignee | ||
Updated•21 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•