Closed
Bug 1517456
Opened 6 years ago
Closed 6 years ago
Remove production code uses of Task.jsm
Categories
(Toolkit :: Async Tooling, enhancement)
Toolkit
Async Tooling
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(3 files)
We've now removed enough of Task.jsm that we can remove it from production code.
There's still a few tests to clean up, so for now I'm moving it to test-only rather than removing it completely. We can clean those up later.
Here's a try push of the removal that I'm just about to post:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=e94525e9063502aba84486f6ce150d4fc7649281
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Depends on D15645
Assignee | ||
Comment 3•6 years ago
|
||
Depends on D15646
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d11632d4bde4
Sqlite.jsm's executeTransaction no longer needs to handle generator functions. r=mak
https://hg.mozilla.org/integration/autoland/rev/f26ec01f436a
Remove remaining production code references to Task.jsm. r=florian
https://hg.mozilla.org/integration/autoland/rev/777128d1fd48
Make Task.jsm a test-only module. r=florian
Comment 5•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d11632d4bde4
https://hg.mozilla.org/mozilla-central/rev/f26ec01f436a
https://hg.mozilla.org/mozilla-central/rev/777128d1fd48
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•