Closed
Bug 1417940
Opened 8 years ago
Closed 8 years ago
Change various instances of manually calling getService to use Services.jsm in toolkit/
Categories
(Toolkit :: General, enhancement)
Toolkit
General
Tracking
()
RESOLVED
FIXED
mozilla59
| Tracking | Status | |
|---|---|---|
| firefox59 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
I'm working on transition all of toolkit to use Services.jsm where possible (as found by the ESLint mozilla/use-services rule).
I have a patch for changing about half the remaining instances in toolkit/ to use Services.jsm, which I think is a reasonable size to land now, and then we can land the rest later.
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
Comment 3•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8929027 [details]
Bug 1417940 - Change various instances of manually calling getService to use Services.jsm in toolkit/.
https://reviewboard.mozilla.org/r/200346/#review205610
Attachment #8929027 -
Flags: review?(dtownsend) → review+
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2c2f807e23b5
Change various instances of manually calling getService to use Services.jsm in toolkit/. r=mossop
Comment 5•8 years ago
|
||
Backed out for failing browser chrome browser/components/contextualidentity/test/browser/browser_aboutURLs.js on a CLOSED TREE
Failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=145609111&repo=autoland&lineNumber=4621
Failure push: https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=2c2f807e23b5e43928f435f7e7c368b4c2b7d38e&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=retry&filter-resultStatus=usercancel&filter-resultStatus=runnable&filter-resultStatus=success&filter-searchStr=3560868809d652746f7bc4676c959db2c02714d0&selectedJob=145609111
Backout: https://hg.mozilla.org/integration/autoland/rev/10df6e7390f6e380de796950a77cbcdd91a6342c
Flags: needinfo?(standard8)
| Assignee | ||
Comment 6•8 years ago
|
||
I've undone the change that caused the leak as I don't know the reason for it - I've filed bug 1418959 as a follow-up.
Flags: needinfo?(standard8)
| Comment hidden (mozreview-request) |
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3cffb9b8872b
Change various instances of manually calling getService to use Services.jsm in toolkit/. r=mossop
Comment 9•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•