Closed
Bug 1366532
Opened 9 years ago
Closed 7 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
Details
Attachments
(1 file, 1 obsolete file)
No description provided.
| Reporter | ||
Comment 1•9 years ago
|
||
| Reporter | ||
Comment 2•9 years ago
|
||
wrong bug, sorry.. ignore comment #1
| Comment hidden (mozreview-request) |
| Reporter | ||
Comment 4•9 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•8 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•8 years ago
|
Priority: -- → P3
Comment 6•8 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•7 years ago
|
Product: Firefox → DevTools
| Assignee | ||
Comment 7•7 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•7 years ago
|
Assignee: nobody → reeisesean
Status: NEW → ASSIGNED
| Assignee | ||
Comment 8•7 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•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Attachment #8869835 -
Attachment is obsolete: true
| Assignee | ||
Updated•7 years ago
|
Attachment #8990289 -
Flags: review?(gtatum)
| Assignee | ||
Comment 11•7 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•7 years ago
|
||
Hey yeah sorry, I'm not working on this anymore.
| Assignee | ||
Comment 13•7 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•7 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•7 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•7 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•7 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•7 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•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
Comment 20•7 years ago
|
||
Thanks Sean !
You need to log in
before you can comment on or make changes to this bug.
Description
•