Closed
Bug 1441527
Opened 7 years ago
Closed 7 years ago
Task middleware should accept async function in addition to generators
Categories
(DevTools :: Memory, enhancement)
DevTools
Memory
Tracking
(firefox60 fixed)
RESOLVED
FIXED
Firefox 60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(1 file)
Task middleware that memory panel is using currently only expect generators as action function.
But in bug 1440321, all generators are going to be converted to async functions.
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8954361 [details]
Bug 1441527 - Adapt Task middleware to async functions.
https://reviewboard.mozilla.org/r/223458/#review229592
Thanks, this change looks resonable to me! :)
Attachment #8954361 -
Flags: review?(jryans) → review+
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → poirot.alex
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/92ae989fbdcc
Adapt Task middleware to async functions. r=jryans
Comment 4•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
•