Closed
Bug 1423201
Opened 7 years ago
Closed 6 years ago
convert uses of "defer" to "new Promise" - server/tests/mochitest directory
Categories
(DevTools :: General, enhancement, P4)
DevTools
General
Tracking
(firefox64 fixed)
RESOLVED
FIXED
Firefox 64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: shr7, Assigned: sreeise)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
No description provided.
Updated•7 years ago
|
Assignee: nobody → shreya.chandra96
Reporter | ||
Comment 1•7 years ago
|
||
Updated•7 years ago
|
Severity: normal → minor
Priority: -- → P4
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 2•6 years ago
|
||
(In reply to shreya [:shr7] from comment #1)
> Created attachment 8934856 [details] [diff] [review]
> convert uses of defer to new Promise - server/tests/mochitest directory
shreya, so sorry we missed your patch !
If you have the time, and are willing to move it forward, could you try to rebase it against an up-to-date mozilla-central repository ?
If you don't have the time/don't want to do it, do you mind if someone else takes over ?
Thanks a lot and sorry again !
Flags: needinfo?(shreya.chandra96)
Assignee | ||
Comment 3•6 years ago
|
||
Hey Nicolas, I can work on this if shreya can't get to it.
Flags: needinfo?(nchevobbe)
Comment 4•6 years ago
|
||
Sure, let's do that for now since shreya did not answered yet.
If in the meantime they do answer, please understand that I will give them their patch the priority :)
Assignee: shreya.chandra96 → reeisesean
Flags: needinfo?(nchevobbe)
Assignee | ||
Comment 5•6 years ago
|
||
(In reply to Nicolas Chevobbe [:nchevobbe] from comment #4)
> Sure, let's do that for now since shreya did not answered yet.
> If in the meantime they do answer, please understand that I will give them
> their patch the priority :)
For sure, no worries. Thanks.
Assignee | ||
Comment 6•6 years ago
|
||
Functions using 'defer' for promises are being switched to the 'new Promise' syntax. This is for changes in devtools/server/tests/mochitest.
Assignee | ||
Comment 7•6 years ago
|
||
Assignee | ||
Comment 8•6 years ago
|
||
The patch includes fixes for linting errors shown in try build as well.
Comment 9•6 years ago
|
||
Comment on attachment 9011387 [details]
Bug 1423201 - Changed uses of defer to new Promise in devtools/server/tests/mochitest r?nchevobbe
Nicolas Chevobbe [:nchevobbe] has approved the revision.
Attachment #9011387 -
Flags: review+
Updated•6 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Comment 10•6 years ago
|
||
Pushed by apavel@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/816d356e8fc7
Changed uses of defer to new Promise in devtools/server/tests/mochitest r=nchevobbe
Keywords: checkin-needed
Comment 11•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
You need to log in
before you can comment on or make changes to this bug.
Description
•