Closed
Bug 1758472
Opened 3 years ago
Closed 3 years ago
Stop using ChromeUtils.import(..., null) for importing modules in tests
Categories
(Testing :: General, task, P3)
Tracking
(firefox100 fixed)
RESOLVED
FIXED
100 Branch
Tracking | Status | |
---|---|---|
firefox100 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
There's a couple of instances in tests where we're still passing null as the second argument to ChromeUtils.import
, which we want to stop.
Assignee | ||
Comment 1•3 years ago
|
||
Depends on D140454
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9caf7068f3f5
Stop using ChromeUtils.import(..., null) for importing modules in tests. r=Gijs
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox100:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 100 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•