Closed
Bug 1414644
Opened 8 years ago
Closed 8 years ago
Stop unnecessarily importing XPCOMUtils.jsm into reftest-content.js
Categories
(Testing :: Reftest, enhancement)
Testing
Reftest
Tracking
(firefox58 fixed)
RESOLVED
FIXED
mozilla58
| Tracking | Status | |
|---|---|---|
| firefox58 | --- | fixed |
People
(Reporter: jwatt, Assigned: jwatt)
Details
Attachments
(1 file)
|
1.21 KB,
patch
|
dholbert
:
review+
|
Details | Diff | Splinter Review |
XPCOMUtils.jsm only exports the symbol 'XPCOMUtils', but nothing in reftest-content.jsm uses it. So there's no reason to import XPCOMUtils.jsm into reftest-content.js.
| Assignee | ||
Comment 1•8 years ago
|
||
I also noticed that XHTML_NS is not used any more either.
| Assignee | ||
Comment 2•8 years ago
|
||
Attachment #8926016 -
Flags: review?(dholbert)
Updated•8 years ago
|
Attachment #8926016 -
Flags: review?(dholbert) → review+
Pushed by jwatt@jwatt.org:
https://hg.mozilla.org/integration/mozilla-inbound/rev/2f3606eba4bc
Stop importing XPCOMUtils.jsm into reftest-content.js. r=dholbert
Comment 4•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
You need to log in
before you can comment on or make changes to this bug.
Description
•