Bug 1524065 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.

This bug will use the browsing context to notify content tab to resume delayed autoplay media, instead of usng `MessageManager`.

If we don't do so, we're not able to resume media in the different process when we we enable Fission, because the current way we use can only notify one process and would cause the media on other process can't be resumed.
This bug will use the browsing context to notify content tab to resume delayed autoplay media, instead of using `MessageManager`.

If we don't do so, we're not able to resume media in the different process when we we enable Fission, because the current way we use can only notify one process and would cause the media on other process can't be resumed.

Back to Bug 1524065 Comment 0