Closed
Bug 1450479
Opened 7 years ago
Closed 6 years ago
Remove default loading for non-bootstrapped extensions
Categories
(MailNews Core :: General, enhancement)
MailNews Core
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jorgk-bmo, Assigned: aceman)
References
Details
Attachments
(1 file)
7.13 KB,
patch
|
jorgk-bmo
:
review+
frg
:
review+
|
Details | Diff | Splinter Review |
Non-bootstrapped extensions are dead and we should remove trying to read their defaults.
// Fetch enabled non-bootstrapped add-ons.
let enabledAddons = Services.dirsvc.get("XREExtDL", Ci.nsISimpleEnumerator);
now returns nothing.
Assignee: nobody → acelists
Status: NEW → ASSIGNED
Attachment #8969081 -
Flags: review?(jorgk)
Attachment #8969081 -
Flags: review?(frgrahl)
Comment 2•7 years ago
|
||
Comment on attachment 8969081 [details] [diff] [review]
1450479.patch
Big thanks and r+
Attachment #8969081 -
Flags: review?(frgrahl) → review+
Reporter | ||
Comment 3•7 years ago
|
||
Comment on attachment 8969081 [details] [diff] [review]
1450479.patch
Thanks.
Attachment #8969081 -
Flags: review?(jorgk) → review+
Thanks
Reporter | ||
Comment 6•6 years ago
|
||
Looks like it's needed and adapted in bug 1448808.
You need to log in
before you can comment on or make changes to this bug.
Description
•