Open
Bug 1836480
Opened 4 months ago
Updated 4 months ago
Convert toolkit/mozapps/extensions/internal/XPI* to ES modules
Categories
(Toolkit :: Add-ons Manager, task, P2)
Toolkit
Add-ons Manager
Tracking
()
NEW
People
(Reporter: standard8, Assigned: robwu)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [esmification-timeline][addons-jira])
Attempting to convert the toolkit/mozapps/extensions/internal/XPI*
modules to ES modules causes tests to fail, because the tests are unloading the modules:
ES modules cannot be unloaded, so there is no direct relationship here.
This will need someone from the team to investigate why this is needed and alternatives for it.
Assignee | ||
Updated•4 months ago
|
Whiteboard: [esmification-timeline] → [esmification-timeline][addons-jira]
Updated•4 months ago
|
Assignee | ||
Comment 1•4 months ago
|
||
I'm going to take this, and hopefully land in ESR 115 to make uplifting less painful later on.
Assignee: nobody → rob
Assignee | ||
Comment 2•4 months ago
|
||
I meant to self-assign bug 1836482. But this one is also important, but more involved...
Assignee | ||
Updated•4 months ago
|
Severity: -- → N/A
Priority: -- → P2
You need to log in
before you can comment on or make changes to this bug.
Description
•