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

We need to ensure loading global singleton JSMs from inside the api sandbox still works after ESMification switch to ESMs.  API scriptss need need to see the same module instances as all other chrome JSM/ESM code.

Add a test to ensure that the per process singleton behavior is preserved.

Also, add a test that out-of-tree extensions can write code is able to work during the ESMification transition, across ESR 102 and Firefox 103+.
We need to ensure loading global singleton JSMs from inside the api sandbox still works after ESMification switch to ESMs.  API scripts need to see the same module instances as all other chrome JSM/ESM code.

Add a test to ensure that the per process singleton behavior is preserved.

Also, add a test that out-of-tree privileged extensions can write code which is able to work during the ESMification transition, across ESR 102 and Firefox 103+.

Back to Bug 1771814 Comment 0