Mail modules references with resource://gre/ URLs in components.conf files
Categories
(Thunderbird :: General, defect)
Tracking
(thunderbird_esr91 fixed)
| Tracking | Status | |
|---|---|---|
| thunderbird_esr91 | --- | fixed |
People
(Reporter: darktrojan, Assigned: darktrojan)
References
Details
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-esr91+
|
Details | Review |
Mail modules should have resource:/// URLs, so somebody's made a mistake and it's been copied over and over.
| Assignee | ||
Comment 1•4 years ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/c3b8768f798f
Stop using resource://gre/ URLs for mail modules. r=mkmelin
| Assignee | ||
Updated•4 years ago
|
Comment 3•4 years ago
|
||
Is this good for 91? I find that I need
- 'jsm': 'resource://gre/modules/MessengerContentHandler.jsm',
+ 'jsm': 'resource:///modules/MessengerContentHandler.jsm',
for bug 1735049
Updated•4 years ago
|
| Assignee | ||
Comment 5•4 years ago
|
||
Comment on attachment 9234365 [details]
Bug 1723645 - Stop using resource://gre/ URLs for mail modules. r=mkmelin
[Approval Request Comment]
Regression caused by (bug #): just a series of screw-ups over the years
User impact if declined:
Testing completed (on c-c, etc.): since 92
Risk to taking this patch (and alternatives if risky): not risky
Comment 6•4 years ago
|
||
Comment on attachment 9234365 [details]
Bug 1723645 - Stop using resource://gre/ URLs for mail modules. r=mkmelin
[Triage Comment]
Approved for esr91
Comment 7•4 years ago
|
||
| bugherder uplift | ||
Thunderbird 91.2.1:
https://hg.mozilla.org/releases/comm-esr91/rev/95e83daa534e
Description
•