Bug 1625372 Comment 6 Edit History

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

The patches thus far are sufficient only for interrupting worklet JS from offline contexts.   WorkletJS from realtime contexts is not interrupted until process shutdown.

I'll add a patch to trigger graph shutdown when the window is being destroyed.  Although there may be other clients using the graph, the same graph is used only for clients in the same window, which is going away.

`AudioContext::BindToOwner()` is never called - see bug 1637159 and https://treeherder.mozilla.org/#/jobs?repo=try&revision=c8bf48f3d351883a6a1741a580dd1771a85e8edf.
The patches thus far are sufficient only for interrupting worklet JS from offline contexts.   Worklet JS from realtime contexts is not interrupted until process shutdown.

I'll add a patch to trigger graph shutdown when the window is being destroyed.  Although there may be other clients using the graph, the same graph is used only for clients in the same window, which is going away.

`AudioContext::BindToOwner()` is never called - see bug 1637159 and https://treeherder.mozilla.org/#/jobs?repo=try&revision=c8bf48f3d351883a6a1741a580dd1771a85e8edf.

Back to Bug 1625372 Comment 6