gecko-dev/dom/worklet/tests
Ryan Hunt 6209b9c4eb Bug 1624524 - Remove uses of wasmTextToBinary in non-JS shell tests. r=bbouvier
There are not many uses of wasmTextToBinary in the non-JS shell tests, and so
the easiest path to resolving the build size regression from using the 'wat'
crate is to just conditionally compile it in the JS shell. This commit takes
the few cases of wasmTextToBinary in non-JS shell tests and precompiles them
to binary.

Differential Revision: https://phabricator.services.mozilla.com/D68651

--HG--
extra : moz-landing-system : lando
2020-04-10 21:28:19 +00:00
..
.eslintrc.js Bug 1620542 - Automatically fix ESLint errors in .eslintrc.js files. r=mossop 2020-03-07 10:09:44 +00:00
common.js
mochitest.ini Bug 1616723 restrict Worklet and AudioParamMap to secure contexts r=baku 2020-03-30 20:55:07 +00:00
server_import_with_cache.sjs
test_audioWorklet.html Bug 1577746 - Enable ESLint rule object-shorthand for dom/. r=baku 2019-09-02 11:22:27 +00:00
test_audioWorkletGlobalScopeRegisterProcessor.html Bug 1565464 - Update test_audioWorkletGlobalScopeRegisterProcessor.html with new error messages and error type. r=karlt 2020-03-27 10:51:05 +00:00
test_audioWorklet_WASM.html Bug 1624524 - Remove uses of wasmTextToBinary in non-JS shell tests. r=bbouvier 2020-04-10 21:28:19 +00:00
test_audioWorklet_insecureContext.html
test_audioWorklet_options.html Bug 1624524 - Remove uses of wasmTextToBinary in non-JS shell tests. r=bbouvier 2020-04-10 21:28:19 +00:00
test_basic.html
test_console.html Bug 1577746 - Enable ESLint rule object-shorthand for dom/. r=baku 2019-09-02 11:22:27 +00:00
test_dump.html
test_exception.html Bug 1473463 evaluate worklet scripts as modules without support for nested import r=baku 2019-08-13 11:10:23 +00:00
test_import_with_cache.html
test_paintWorklet.html Bug 1577746 - Enable ESLint rule object-shorthand for dom/. r=baku 2019-09-02 11:22:27 +00:00
test_promise.html Bug 1624524 - Remove uses of wasmTextToBinary in non-JS shell tests. r=bbouvier 2020-04-10 21:28:19 +00:00
worklet_audioWorklet.js Bug 1473463 use globalThis in worklet tests because |this| is undefined in toplevel module script r=baku 2019-08-12 11:46:02 +00:00
worklet_audioWorklet_WASM.js Bug 1611855 - Worklet must be part of the same parent's agentCluster - part 4 - tests, r=padenot 2020-02-06 13:47:47 +00:00
worklet_audioWorklet_options.js Bug 1614899 - Support WASM + SAB in AudioWorkletNode processOptions, r=padenot 2020-02-12 16:16:23 +00:00
worklet_console.js
worklet_dump.js
worklet_exception.js
worklet_paintWorklet.js Bug 1473463 use globalThis in worklet tests because |this| is undefined in toplevel module script r=baku 2019-08-12 11:46:02 +00:00
worklet_promise.js Bug 1612570 - Add promise support to worklet, r=smaug 2020-02-06 13:54:19 +00:00
worklet_test_audioWorkletGlobalScopeRegisterProcessor.js Bug 1565464 - Update test_audioWorkletGlobalScopeRegisterProcessor.html with new error messages and error type. r=karlt 2020-03-27 10:51:05 +00:00