Closed
Bug 1434373
Opened 8 years ago
Closed 5 months ago
Add SpecialPowers.ChromeUtils, and migrate SpecialPowers.Cu.import to use that
Categories
(Testing :: Mochitest, enhancement)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1765156
People
(Reporter: kmag, Unassigned)
References
Details
Mochitests that rely on special powers for module import all currently use Cu.import, which we'd like to remove, rather than ChromeUtils.import, which will replace it. We should add a ChromeUtils wrapper to SpecialPowers, and migrate tests to use that instead.
Updated•4 years ago
|
Comment 1•2 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: kmaglione+bmo → nobody
Updated•5 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•