gecko-dev/dom/worklet
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
..
tests Bug 1624524 - Remove uses of wasmTextToBinary in non-JS shell tests. r=bbouvier 2020-04-10 21:28:19 +00:00
Worklet.cpp Bug 1581896 allow AudioWorklet on release-or-beta behind a pref r=smaug 2020-03-27 03:09:06 +00:00
Worklet.h Bug 1402784 - Use nsIContentPolicy::TYPE_INTERNAL_AUDIOWORKLET and nsIContentPolicy::TYPE_INTERNAL_PAINTWORKLET in Worklet code, r=smaug 2020-03-17 22:24:39 +00:00
WorkletGlobalScope.cpp Bug 1611855 - Worklet must be part of the same parent's agentCluster - part 7 - nsIGlobalObject::IsSharedMemoryAllowed(), r=smaug 2020-02-06 13:50:11 +00:00
WorkletGlobalScope.h Bug 1611855 - Worklet must be part of the same parent's agentCluster - part 7 - nsIGlobalObject::IsSharedMemoryAllowed(), r=smaug 2020-02-06 13:50:11 +00:00
WorkletImpl.cpp Bug 1611855 - Worklet must be part of the same parent's agentCluster - part 7 - nsIGlobalObject::IsSharedMemoryAllowed(), r=smaug 2020-02-06 13:50:11 +00:00
WorkletImpl.h Bug 1402784 - Use nsIContentPolicy::TYPE_INTERNAL_AUDIOWORKLET and nsIContentPolicy::TYPE_INTERNAL_PAINTWORKLET in Worklet code, r=smaug 2020-03-17 22:24:39 +00:00
WorkletPrincipals.cpp Bug 1576254 - Add isSystemOrAddonPrincipal to WorkletPrincipal r=baku 2019-10-04 17:36:40 +00:00
WorkletPrincipals.h Bug 1576254 - Add isSystemOrAddonPrincipal to WorkletPrincipal r=baku 2019-10-04 17:36:40 +00:00
WorkletThread.cpp Bug 1626100 - Introduce an ExceptionStack class and StealPendingExceptionStack. r=sfink,mccr8 2020-04-09 12:35:29 +00:00
WorkletThread.h Bug 1612570 - Add promise support to worklet, r=smaug 2020-02-06 13:54:19 +00:00
moz.build Bug 1578623 create worklet global with JSPrincipals having reference to WorkletImpl r=baku,bzbarsky 2019-09-06 02:01:44 +00:00