Closed
Bug 1746686
Opened 3 years ago
Closed 3 years ago
Use `ChromeUtils.import` with one parameter in add-ons test code
Categories
(Toolkit :: Add-ons Manager, task, P5)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
FIXED
100 Branch
Tracking | Status | |
---|---|---|
firefox100 | --- | fixed |
People
(Reporter: mathew.hodson, Assigned: mathew.hodson)
References
Details
Attachments
(1 file)
Passing this or null as the second argument to ChromeUtils.import(..., null) causes behaviour that we don't want now. As we look towards a new module system we need to prevent this behaviour.
Assignee | ||
Comment 1•3 years ago
|
||
Depends on D134217
Updated•3 years ago
|
Priority: -- → P5
Updated•3 years ago
|
Attachment #9256022 -
Attachment description: WIP: Bug 1746686 - Use `ChromeUtils.import` with one parameter in add-ons test code. → Bug 1746686 - Use `ChromeUtils.import` with one parameter in add-ons test code. r?robwu
Updated•3 years ago
|
Severity: -- → N/A
Updated•3 years ago
|
Attachment #9256022 -
Attachment description: Bug 1746686 - Use `ChromeUtils.import` with one parameter in add-ons test code. r?robwu → Bug 1746686 - Use `ChromeUtils.import` with one parameter in add-ons test code. r=robwu
Updated•3 years ago
|
Attachment #9256022 -
Attachment description: Bug 1746686 - Use `ChromeUtils.import` with one parameter in add-ons test code. r=robwu → Bug 1746686 - Use `ChromeUtils.import` with one parameter in add-ons test code. r?robwu
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/integration/autoland/rev/bf450e19bf64
Use `ChromeUtils.import` with one parameter in add-ons test code. r=robwu
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
•