Closed
Bug 1370733
Opened 8 years ago
Closed 8 years ago
Add an explicit import of Services.jsm to window_browser_drop.xul
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, enhancement)
Core
DOM: Copy & Paste and Drag & Drop
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: mccr8, Assigned: mccr8)
References
Details
Attachments
(1 file)
This test runs a content script that refers to Services.jsm, but does not explicitly import it. This will break with shared JSM globals, and is probably a good thing to fix anyways.
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•8 years ago
|
||
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8875349 [details]
Bug 1370733 - Add an explicit import of Services.jsm to window_browser_drop.xul.
https://reviewboard.mozilla.org/r/146756/#review150858
rs=me
Attachment #8875349 -
Flags: review?(gijskruitbosch+bugs) → review+
Pushed by amccreight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2135a8d8bed2
Add an explicit import of Services.jsm to window_browser_drop.xul. r=Gijs
Comment 5•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•7 years ago
|
Assignee: nobody → continuation
You need to log in
before you can comment on or make changes to this bug.
Description
•