Cleanup legacy code around Thread Actor and Front
Categories
(DevTools :: Debugger, enhancement, P1)
Tracking
(Fission Milestone:M6, firefox76 fixed)
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
(Whiteboard: dt-fission-m2-mvp)
Attachments
(3 files)
Bug 1619622 includes a set of patches focusing on cleaning up the Thread Actor/Front.
But these patches are independant from that other bug goal.
On top of that, the main patch of this other bug is introducing intermittent which are tricky to get rid of. So I'll try to land all these cleanups via this bug here.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
We weren't actually returning any value.
The only case when we return something is when the RDP method throws and return
an object response with an "error" attribute.
I imagine this has been refactored incorectly from old style actor to protocol.js.
We should throw in case of errors if we want to transfer a RDP message with "error" attribute.
Assignee | ||
Comment 5•5 years ago
|
||
Sorry about the confusion, I should not have landed bug 1619622. I meant to land bug 1622222.
I'll land even more incrementally.
Comment 7•5 years ago
|
||
Tracking Fission DevTools bugs for Fission Nightly (M6) milestone
Comment 8•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/90a0d0b1f6bc
https://hg.mozilla.org/mozilla-central/rev/d9e460a7254c
https://hg.mozilla.org/mozilla-central/rev/7bb1b12825a8
Description
•