Closed
Bug 1432578
Opened 7 years ago
Closed 7 years ago
Remove B2G shared global isms from server/main.js
Categories
(DevTools :: General, enhancement)
DevTools
General
Tracking
(firefox60 fixed)
RESOLVED
FIXED
Firefox 60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: mccr8, Assigned: mccr8)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
server/main.js defines this.Cc etc. as an adaptation to the particular way B2G was doing shared globals, but that isn't needed any more.
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8944860 [details]
Bug 1432578 - Remove B2G shared global isms from server/main.js.
https://reviewboard.mozilla.org/r/215022/#review220648
Thanks for the cleanup! :) Looks good to me.
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8944860 [details]
Bug 1432578 - Remove B2G shared global isms from server/main.js.
https://reviewboard.mozilla.org/r/215022/#review220650
Attachment #8944860 -
Flags: review?(jryans) → review+
Pushed by amccreight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5bd1a3505e22
Remove B2G shared global isms from server/main.js. r=jryans
Comment 5•7 years ago
|
||
Backed out for ESlint failure at /builds/worker/checkouts/gecko/testing/xpcshell/dbg-actors.js
Push that caused the failure: https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=5bd1a3505e22e1735c0bb832e12ccfec4c2037db
Failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=158063380&repo=autoland&lineNumber=229
Backout: https://hg.mozilla.org/integration/autoland/rev/b3aee82221e8f796a3a17827b7332ce608fb54cf
Flags: needinfo?(continuation)
Comment hidden (mozreview-request) |
Assignee | ||
Comment 7•7 years ago
|
||
I noticed an eslint failure in another file when I did a try push, which I fixed, but I didn't realize it might cause a failure in another file. I ran a full eslint run locally, so hopefully there's nothing else lurking.
Flags: needinfo?(continuation)
Pushed by amccreight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/014c005aae3d
Remove B2G shared global isms from server/main.js. r=jryans
Comment 9•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 60
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•