Port bug 1772313 to Thunderbird - Stop lazy loading Services.jsm
Categories
(Thunderbird :: Upstream Synchronization, task)
Tracking
(thunderbird_esr102 wontfix, thunderbird102 unaffected)
Tracking | Status | |
---|---|---|
thunderbird_esr102 | --- | wontfix |
thunderbird102 | --- | unaffected |
People
(Reporter: mkmelin, Assigned: mkmelin)
References
Details
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1772313 +++
Services.jsm
has been lazily loaded because it had dependency to XPCOMUtils
,
but now it's just a stub for native implementation and it's already loaded eagaly in several places anyway.
Assignee | ||
Comment 1•3 years ago
|
||
Depends on D148259
Updated•3 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/9fa94743f6b2
Port bug 1772313 to Thunderbird - Stop lazy loading Services.jsm. r=freaktechnik
Assignee | ||
Updated•3 years ago
|
Comment 3•3 years ago
|
||
This doesn't affect Thunderbird 102 as bug 1772313 is milestone 103 and has not been uplifted.
Assignee | ||
Comment 4•3 years ago
|
||
True, however there's a major BUT. It's preparations for the esmification rewrites which will happen shortly.
If we don't backport that, we'll have rather major uplifting headaches for the coming year. Will have to check back later.
Assignee | ||
Updated•3 years ago
|
Description
•