Stop using message manager in Accessibility actor
Categories
(DevTools :: Framework, task, P3)
Tracking
(Fission Milestone:Future)
Fission Milestone | Future |
People
(Reporter: jdescottes, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: dt-fission-future)
When fission.autostart is enabled the message manager will not be available when debugging frames. The accessibility actor is directly using the message manager to exchange messages between its content and its parent actors.
Instead of directly using the message manager, we should use APIs provided by DevTools (maybe on debugger-server-connection?) that would transparently use the message manager or js-window-actors.
Updated•5 years ago
|
Comment 1•5 years ago
|
||
Tracking Fission DevTools bugs for Fission Nightly (M6)
Comment 2•5 years ago
|
||
dt-fission-reserve bugs do not need to block Fission Nightly (M6).
Comment 3•4 years ago
|
||
Tracking dt-fission-reserve bugs for Fission MVP until we know whether they really need to block Fission or not.
Comment 4•4 years ago
|
||
Moving old "dt-fission-reserve" bugs to "dt-fission-future" because they don't block Fission MVP.
Comment 5•3 years ago
|
||
The accessibility actor now longer use the message manager API.
Description
•