gecko-dev/dom/workers
Ryan Hunt 81a19d221d 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
2021-09-09 16:20:07 +00:00
..
remoteworkers Bug 1716849: Add crash annotation for error when aborting for failed module import. r=mccr8 2021-07-22 16:58:02 +00:00
sharedworkers Bug 1723050 - Part 33: Replace typedef by using in dom/workers/ r=dom-worker-reviewers,edenchuang 2021-08-11 14:41:34 +00:00
test Bug 1721686 - Add test for exposed interfaces on WebAssembly namespace. r=smaug 2021-09-09 16:20:07 +00:00
ChromeWorker.cpp
ChromeWorker.h
ChromeWorkerScope.cpp
ChromeWorkerScope.h
JSExecutionManager.cpp
JSExecutionManager.h
JSSettings.h
MessageEventRunnable.cpp
MessageEventRunnable.h
Principal.cpp
Principal.h
Queue.h
RegisterBindings.cpp
RuntimeService.cpp Bug 1728802 - Remove overly paranoid guarding of class static block preference to allow riding the trains r=arai 2021-09-03 16:54:12 +00:00
RuntimeService.h
ScriptLoader.cpp
ScriptLoader.h
Worker.cpp Bug 1720358 - Make AutoProfilerLabel available even when MOZ_GECKO_PROFILER is not defined, and remove ifdefs, r=gerald. 2021-07-15 22:04:22 +00:00
Worker.h
WorkerCSPEventListener.cpp
WorkerCSPEventListener.h
WorkerCommon.h
WorkerDebugger.cpp
WorkerDebugger.h
WorkerDebuggerManager.cpp
WorkerDebuggerManager.h
WorkerError.cpp Bug 1722448 - Implement self.reportError(). r=emilio,smaug 2021-08-09 16:08:59 +00:00
WorkerError.h
WorkerEventTarget.cpp
WorkerEventTarget.h
WorkerLoadInfo.cpp Bug 1723050 - Part 33: Replace typedef by using in dom/workers/ r=dom-worker-reviewers,edenchuang 2021-08-11 14:41:34 +00:00
WorkerLoadInfo.h
WorkerLocation.cpp
WorkerLocation.h
WorkerNavigator.cpp Bug 1725734 - Basic Web Locks implementation r=smaug,asuth 2021-08-18 01:23:45 +00:00
WorkerNavigator.h Bug 1725734 - Basic Web Locks implementation r=smaug,asuth 2021-08-18 01:23:45 +00:00
WorkerPrivate.cpp Bug 1726648 - Add a helper to trim brackets from nsID r=mccr8,smaug 2021-08-23 10:54:11 +00:00
WorkerPrivate.h Bug 1723050 - Part 33: Replace typedef by using in dom/workers/ r=dom-worker-reviewers,edenchuang 2021-08-11 14:41:34 +00:00
WorkerRef.cpp
WorkerRef.h
WorkerRunnable.cpp
WorkerRunnable.h
WorkerScope.cpp Bug 1367251 - add bindings for options to createImageBitmap and support flipY r=bzbarsky,aosmond,baku 2021-09-02 00:29:29 +00:00
WorkerScope.h Bug 1367251 - add bindings for options to createImageBitmap and support flipY r=bzbarsky,aosmond,baku 2021-09-02 00:29:29 +00:00
WorkerStatus.h
WorkerTestUtils.cpp
WorkerTestUtils.h
WorkerThread.cpp
WorkerThread.h
moz.build
nsIWorkerDebugger.idl
nsIWorkerDebuggerManager.idl