remove externalExtensionLoaders
Categories
(Toolkit :: Add-ons Manager, task, P3)
Tracking
()
People
(Reporter: mixedpuppy, Unassigned)
References
(Depends on 1 open bug)
Details
The addon manager still has a way to define external addon loaders, but the only thing it is used for is tests which appear to at some level test legacy extension support. We should rework those tests as necessary and remove the external loader code.
Comment 1•5 years ago
|
||
This was originally added for Thunderbird/Seamonkey, are they not using it?
| Reporter | ||
Comment 2•5 years ago
|
||
(In reply to Andrew Swan [:aswan] from comment #1)
This was originally added for Thunderbird/Seamonkey, are they not using it?
I was going to ping them asking about it. I suspected there was a chance they might be using it.
Comment 3•5 years ago
|
||
If they're not using it, then all the strictCompatibility handling in the addon manager (and its related tests etc) can all go too.
| Reporter | ||
Comment 4•5 years ago
•
|
||
Do you know if TB is making use of externalExtensionLoaders? I don't see any references in com-central on searchfox.
Comment 5•5 years ago
|
||
I don't think so. Thunderbird now only supports web extensions and experiments, which technically are WX. John, can you confirm?
Comment 6•5 years ago
|
||
I have checked our code, our test documentation and got feedback from Rob: We do not use that. So it could go away.
Description
•