Remove defer usage in devtools/client/shared/widgets/FlameGraph.js
Categories
(DevTools :: Shared Components, enhancement, P3)
Tracking
(firefox67 fixed)
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: ivan.menshykov, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
Attachments
(1 file, 1 obsolete file)
We should use new Promise instead.
| Reporter | ||
Comment 1•2 years ago
|
||
Ivan, would you like to work on this bug?
| Assignee | ||
Comment 2•2 years ago
|
||
Nicolas, Yes. Please assign me to this bug.
| Reporter | ||
Comment 3•2 years ago
|
||
it's yours, thanks!
| Assignee | ||
Comment 4•2 years ago
|
||
Change the defer function with Promise
Updated•2 years ago
|
Updated•2 years ago
|
| Assignee | ||
Comment 5•2 years ago
|
||
Revert the line that was unnecessary deleted
Updated•2 years ago
|
| Assignee | ||
Comment 6•2 years ago
|
||
Nicolas, I'm sorry. I submit the two patches. I'm trying to update my first patche like describe here: https://docs.firefox-dev.tools/contributing/making-prs.html
I'm not sure what I'm doing wrong.
| Reporter | ||
Comment 7•2 years ago
|
||
No worries :)
Did you amend your first commit?
Are you using arc or moz-phab?
Updated•2 years ago
|
| Assignee | ||
Comment 8•2 years ago
|
||
Yes, I amended my first commit. And after I did arc diff.
| Reporter | ||
Comment 9•2 years ago
|
||
okay, i think that when doing an update the arc diff command should have other argument, but I don't know arc much. I'm using https://github.com/mozilla-conduit/review, which is really handy for the mozilla workflow and is pretty straightforward.
| Assignee | ||
Comment 10•2 years ago
|
||
OK, Thank you. I will check it.
Comment 11•2 years ago
|
||
Pushed by nchevobbe@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/234eea780806 Remove defer usage in FlameGraph. r=nchevobbe.
Comment 12•2 years ago
|
||
| bugherder | ||
Description
•