Bug 1578975 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

When fission.autostart is enabled the message manager will not be available when debugging frames. The storage 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.
When fission.autostart is enabled the message manager will not be available when debugging frames. The storage 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.

https://searchfox.org/mozilla-central/search?q=mm.&case=false&regexp=false&path=actors%2Fstorage

Back to Bug 1578975 Comment 0