Closed
Bug 1366532
Opened 4 years ago
Closed 3 years ago
convert uses of "defer" to "new Promise" in client/performance
Categories
(DevTools :: Performance Tools (Profiler/Timeline), enhancement, P3)
DevTools
Performance Tools (Profiler/Timeline)
Tracking
(firefox63 fixed)
RESOLVED
FIXED
Firefox 63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: mkohler, Assigned: sreeise)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
No description provided.
Reporter | ||
Comment 1•4 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=26c98a7d6b8054e31167a1d62f5253d2b3c3477c
Reporter | ||
Comment 2•4 years ago
|
||
wrong bug, sorry.. ignore comment #1
Comment hidden (mozreview-request) |
Reporter | ||
Comment 4•4 years ago
|
||
This is a work in progress, there is still one defer missing I can't figure out right now. Will have another look tomorrow.
Reporter | ||
Comment 5•4 years ago
|
||
Unassigning myself as there has been no recent action from my side and I don't see myself doing any action on this for the next few weeks. Sorry about this, if somebody wants to take this, go for it! :)
Assignee: me → nobody
Status: ASSIGNED → NEW
Updated•3 years ago
|
Priority: -- → P3
Comment 6•3 years ago
|
||
SO I would like to work on this bug. I was redirected here from the meta. Can I claim this? I have the devtools debugger installed on my linux machine, is that all I'll need?
Updated•3 years ago
|
Product: Firefox → DevTools
Assignee | ||
Comment 7•3 years ago
|
||
Just to be sure here, is there anyone still working on this? I don't mind taking it up if not.
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → reeisesean
Status: NEW → ASSIGNED
Assignee | ||
Comment 8•3 years ago
|
||
Havn't heard anything from previous interest in this bug, so taking it up to work on.
Comment hidden (mozreview-request) |
Assignee | ||
Comment 10•3 years ago
|
||
Treeherder link: https://treeherder.mozilla.org/#/jobs?repo=try&revision=3396f9f813c5001df97d235e94841eeef3e72d91
Assignee | ||
Updated•3 years ago
|
Attachment #8869835 -
Attachment is obsolete: true
Assignee | ||
Updated•3 years ago
|
Attachment #8990289 -
Flags: review?(gtatum)
Assignee | ||
Comment 11•3 years ago
|
||
Wanted to note on this as well that there are 4 tests in the patch that are disabled so there was no real way to test them, at least that I am aware of: browser-perf-recordings-io-03.js browser-perf-recordings-io-04.js browser_perf-recordings-io-06.js browser_timeline-waterfall-workers.js
Comment 12•3 years ago
|
||
Hey yeah sorry, I'm not working on this anymore.
Assignee | ||
Comment 13•3 years ago
|
||
(In reply to Michael G Brown from comment #12) > Hey yeah sorry, I'm not working on this anymore. Thanks Michael, no worries about it, just wanted to make sure.
Comment 14•3 years ago
|
||
mozreview-review |
Comment on attachment 8990289 [details] Bug 1366532 - Replaced uses of 'defer' with 'new Promise' in the devtools/client/performance directory. https://reviewboard.mozilla.org/r/255322/#review262520 This all looks correct to me, and it looks like you have a clean try run. Thanks for the fix. Do you need me to land this, or do you have access?
Attachment #8990289 -
Flags: review?(gtatum) → review+
Assignee | ||
Comment 15•3 years ago
|
||
(In reply to Greg Tatum [:gregtatum] [@gregtatum] from comment #14) > Comment on attachment 8990289 [details] > Bug 1366532 - Replaced uses of 'defer' with 'new Promise' in the > devtools/client/performance directory. > > https://reviewboard.mozilla.org/r/255322/#review262520 > > This all looks correct to me, and it looks like you have a clean try run. > Thanks for the fix. Do you need me to land this, or do you have access? Awesome, thanks for the review. And yeah I currently do not have access to land patches. If your not busy and want to, then that we be great, but if not it is not a big deal at all I can always just put check-needed on the bug
Assignee | ||
Comment 16•3 years ago
|
||
Not sure if you would see my comment without a need info here, so just in case.
Flags: needinfo?(gtatum)
Assignee | ||
Comment 17•3 years ago
|
||
Gonna go ahead and clear the NI and put checkin-needed just to get this bug out of the way. Thanks again for the review.
Flags: needinfo?(gtatum)
Keywords: checkin-needed
Comment 18•3 years ago
|
||
Pushed by ebalazs@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/6c7ac628ad88 Replaced uses of 'defer' with 'new Promise' in the devtools/client/performance directory. r=gregtatum
Keywords: checkin-needed
Comment 19•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6c7ac628ad88
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
Comment 20•3 years ago
|
||
Thanks Sean !
You need to log in
before you can comment on or make changes to this bug.
Description
•