-
- Downloads
Bug 1721686 - Add test for exposed interfaces on WebAssembly namespace. r=smaug
This commit modifies test_interfaces.js to also test the exposed interfaces in the WebAssembly namespace. We have conditional features that we'd like to have confidence that we're not accidentally exposing to web content. Currently there are: * WebAssembly exceptions, enabled only in nightly with a default-off pref * mozIntGemm accelerator function, available only in system or addon principals Depends on D120731 Differential Revision: https://phabricator.services.mozilla.com/D120732
Showing
- dom/serviceworkers/test/test_serviceworker_interfaces.js 71 additions, 36 deletionsdom/serviceworkers/test/test_serviceworker_interfaces.js
- dom/tests/mochitest/general/test_interfaces.js 72 additions, 47 deletionsdom/tests/mochitest/general/test_interfaces.js
- dom/workers/test/test_worker_interfaces.js 74 additions, 46 deletionsdom/workers/test/test_worker_interfaces.js
Loading
Please register or sign in to comment