gecko-dev/dom/workers/test
Andrea Marchesini 01bf6ba4a1 Bug 1288770 - Switch worker timeouts to using nsJSTimeoutHandler, r=smaug 2016-08-16 08:10:30 +02:00
..
crashtests Bug 1228456 - SharedWorker should close the MessagePort in case the connecting runnable is not dispatched, r=smaug 2016-01-07 18:01:56 +00:00
extensions Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
gtest Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
serviceworkers Bug 1288915 P2 Verify that synthetic download works with a Content-Encoding header set. r=jdm 2016-07-28 15:51:51 -04:00
xpcshell Bug 1240365 - FileReader should use the global scope correctly in ChromeWorkers, r=smaug, r=khuey 2016-01-20 18:17:57 +00:00
404_server.sjs Bug 1036484 - empty 404 worker script should emit a 'error' event, r=khuey 2014-08-10 15:33:06 +02:00
WorkerDebugger.console_childWorker.js Bug 1246091 - patch 6/7 - Tests, r=ejpbruel 2016-03-23 22:55:07 +01:00
WorkerDebugger.console_debugger.js Bug 1260414 - WorkerDebuggerGlobalScope.setConsoleEventHandler should be able to receive a null param, r=bz 2016-03-29 15:56:10 +01:00
WorkerDebugger.console_worker.js Bug 1246091 - patch 6/7 - Tests, r=ejpbruel 2016-03-23 22:55:07 +01:00
WorkerDebugger.initialize_childWorker.js Bug 1092102 - Implement WorkerDebugger.initialize;r=khuey 2015-03-17 11:15:19 +01:00
WorkerDebugger.initialize_debugger.js Bug 1092102 - Implement WorkerDebugger.initialize;r=khuey 2015-03-17 11:15:19 +01:00
WorkerDebugger.initialize_worker.js Bug 1092102 - Implement WorkerDebugger.initialize;r=khuey 2015-03-17 11:15:19 +01:00
WorkerDebugger.postMessage_childWorker.js Bug 1092102 - Implement WorkerDebugger.postMessage;r=khuey 2015-03-20 12:15:59 +01:00
WorkerDebugger.postMessage_debugger.js Bug 1092102 - Implement WorkerDebuggerGlobalScope.reportError;r=khuey 2015-03-26 20:09:45 +01:00
WorkerDebugger.postMessage_worker.js Bug 1092102 - Implement WorkerDebugger.postMessage;r=khuey 2015-03-20 12:15:59 +01:00
WorkerDebuggerGlobalScope.createSandbox_debugger.js Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
WorkerDebuggerGlobalScope.createSandbox_sandbox.js Bug 1092102 - Implement WorkerDebuggerGlobalScope.createSandbox;r=khuey 2015-03-31 12:22:40 +02:00
WorkerDebuggerGlobalScope.createSandbox_worker.js Bug 1092102 - Implement WorkerDebuggerGlobalScope.createSandbox;r=khuey 2015-03-31 12:22:40 +02:00
WorkerDebuggerGlobalScope.enterEventLoop_childWorker.js Bug 1092102 - Implement WorkerDebuggerGlobalScope.enterEventLoop;r=khuey 2015-03-27 07:17:16 +01:00
WorkerDebuggerGlobalScope.enterEventLoop_debugger.js Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
WorkerDebuggerGlobalScope.enterEventLoop_worker.js Bug 1092102 - Implement WorkerDebuggerGlobalScope.enterEventLoop;r=khuey 2015-03-27 07:17:16 +01:00
WorkerDebuggerGlobalScope.reportError_childWorker.js Bug 1092102 - Implement WorkerDebuggerGlobalScope.reportError;r=khuey 2015-03-26 20:09:45 +01:00
WorkerDebuggerGlobalScope.reportError_debugger.js Bug 1092102 - Implement WorkerDebuggerGlobalScope.reportError;r=khuey 2015-03-26 20:09:45 +01:00
WorkerDebuggerGlobalScope.reportError_worker.js Bug 1092102 - Implement WorkerDebuggerGlobalScope.reportError;r=khuey 2015-03-26 20:09:45 +01:00
WorkerDebuggerGlobalScope.setImmediate_debugger.js Bug 1092102 - Implement WorkerDebuggerGlobalScope.setImmediate;r=khuey 2015-03-30 13:54:38 +02:00
WorkerDebuggerGlobalScope.setImmediate_worker.js Bug 1092102 - Implement WorkerDebuggerGlobalScope.setImmediate;r=khuey 2015-03-30 13:54:38 +02:00
WorkerDebuggerManager_childWorker.js Bug 1092102 - Implement WorkerDebugger.initialize;r=khuey 2015-03-17 11:15:19 +01:00
WorkerDebuggerManager_worker.js Bug 1092102 - Implement WorkerDebugger.initialize;r=khuey 2015-03-17 11:15:19 +01:00
WorkerDebugger_childWorker.js Bug 1092102 - Implement WorkerDebugger.initialize;r=khuey 2015-03-17 11:15:19 +01:00
WorkerDebugger_frozen_iframe1.html Bug 1178726 - Simplify how we deal with freezing/thawing workers;r=jlongster,khuey 2015-10-16 18:48:26 +02:00
WorkerDebugger_frozen_iframe2.html Bug 1178726 - Simplify how we deal with freezing/thawing workers;r=jlongster,khuey 2015-10-16 18:48:26 +02:00
WorkerDebugger_frozen_worker1.js Bug 1178726 - Simplify how we deal with freezing/thawing workers;r=jlongster,khuey 2015-10-16 18:48:26 +02:00
WorkerDebugger_frozen_worker2.js Bug 1178726 - Simplify how we deal with freezing/thawing workers;r=jlongster,khuey 2015-10-16 18:48:26 +02:00
WorkerDebugger_promise_debugger.js Bug 1229769 - We should be able to use DOM promises in the worker debugger;r=khuey 2016-03-24 16:12:00 +01:00
WorkerDebugger_promise_worker.js Bug 1229769 - We should be able to use DOM promises in the worker debugger;r=khuey 2016-03-24 16:12:00 +01:00
WorkerDebugger_sharedWorker.js Bug 1092102 - Implement WorkerDebugger.initialize;r=khuey 2015-03-17 11:15:19 +01:00
WorkerDebugger_suspended_debugger.js Bug 1178721 - Implement SuspendWorkersForWindow;r=khuey 2015-10-07 12:20:59 +02:00
WorkerDebugger_suspended_worker.js Bug 1178721 - Implement SuspendWorkersForWindow;r=khuey 2015-10-07 12:20:59 +02:00
WorkerDebugger_worker.js Bug 1092102 - Implement WorkerDebugger.initialize;r=khuey 2015-03-17 11:15:19 +01:00
WorkerTest.jsm
WorkerTest_badworker.js
WorkerTest_subworker.js
WorkerTest_worker.js
atob_worker.js Bug 928312: Convert the worker global object and all remaining EventTargets to new DOM bindings. r=bent,peterv,smaug 2013-11-05 22:16:26 +08:00
browser.ini Bug 1242051 - Add inter-directory test support file dependencies to ini manifests. r=gps 2016-04-04 14:56:52 -07:00
browser_bug1047663.js Bug 1047663 - Disabling the cache in a tab should also disable it for all workers in that tab;r=khuey 2016-03-17 11:03:05 +01:00
browser_bug1104623.js Bug 1104623 - Inherit security flags if channel already has a loadinfo attached in NS_NewChannel - tests, r=ckerschb 2014-12-10 11:41:09 -08:00
bug978260_worker.js Bug 978260 - Remove Assertions for mParentSuspended in Workers, r=khuey 2014-11-03 08:15:09 +00:00
bug998474_worker.js Bug 998474 - SharedWorker should allow MessagePort to be opened asynchronously, r=khuey 2014-06-27 10:04:45 -07:00
bug1014466_data1.txt Bug 1014466 - Part 3: Test case for async XHR reuse. r=khuey CLOSED TREE 2014-06-06 12:12:19 +01:00
bug1014466_data2.txt Bug 1014466 - Part 3: Test case for async XHR reuse. r=khuey CLOSED TREE 2014-06-06 12:12:19 +01:00
bug1014466_worker.js Bug 1014466 - Part 3: Test case for async XHR reuse. r=khuey CLOSED TREE 2014-06-06 12:12:19 +01:00
bug1020226_frame.html Bug 1020226 - Fix unhandled Promise rejection handling in workers. r=khuey 2014-06-05 12:21:56 -07:00
bug1020226_worker.js Bug 1269154 - Get rid of WorkerFeature: WorkerHolder, r=khuey 2016-06-23 10:53:14 +02:00
bug1047663_tab.html Bug 1047663 - Disabling the cache in a tab should also disable it for all workers in that tab;r=khuey 2016-03-17 11:03:05 +01:00
bug1047663_worker.sjs Bug 1047663 - Disabling the cache in a tab should also disable it for all workers in that tab;r=khuey 2016-03-17 11:03:05 +01:00
bug1060621_worker.js Bug 1060621 - WorkerScope should CC mLocation and mNavigator, r=bz 2014-09-02 21:02:06 +01:00
bug1062920_worker.js Bug 1062920 - WorkerNavigator strings should honor general.*.override prefs, r=khuey 2014-09-23 20:11:18 +01:00
bug1063538_worker.js Bug 918703 - Part 2: Correct progress event logic so events are sent in the correct order and with the correct values according to spec. r=baku 2016-08-05 23:47:40 -04:00
bug1104064_worker.js Bug 1104064 - setInterval(,0) in workers must be scheduled correctly, r=khuey 2014-12-03 10:57:39 -08:00
bug1132395_sharedWorker.js Bug 1134224 - More test for test_bug1132395.html, r=ehsan 2015-06-04 08:58:19 +01:00
bug1132924_worker.js Bug 1132924 - XHR should support empty response in workers, r=bkelly. r=bent 2015-02-14 09:09:06 +01:00
chrome.ini Bug 1270185 - create dom/url for URL API and its tests, r=ehsan 2016-06-29 07:44:18 +02:00
chromeWorker_subworker.js
chromeWorker_worker.js
clearTimeouts_worker.js
closeOnGC_server.sjs Bug 958011: Fix worker object cycle collection to not rely on the JSObject being finalized, which is a bogus assumption. r=bent,mccr8 2014-02-02 10:08:50 -08:00
closeOnGC_worker.js Bug 958011: Fix worker object cycle collection to not rely on the JSObject being finalized, which is a bogus assumption. r=bent,mccr8 2014-02-02 10:08:50 -08:00
close_worker.js
consoleReplaceable_worker.js Bug 1050104 - Do not return a new console object every time self.console is called on workers; r=baku 2014-08-08 08:34:30 -04:00
console_worker.js Bug 922221 - implement console.timeStamp(label) to create profile timeline markers. r=khuey 2015-04-29 12:48:57 -07:00
content_worker.js
csp_worker.js Bug 1223647: CSP erroneously inherited into dedicated workers. r=ckerschb 2015-11-10 21:16:12 -08:00
csp_worker.js^headers^ Bug 959388 - Add csp worker test cases. r=kmckinley 2016-06-30 12:32:03 +08:00
dom_worker_helper.js Bug 1178726 - Simplify how we deal with freezing/thawing workers;r=jlongster,khuey 2015-10-16 18:48:26 +02:00
empty.html Bug 1132924 - XHR should support empty response in workers, r=bkelly. r=bent 2015-02-14 09:09:06 +01:00
errorPropagation_iframe.html
errorPropagation_worker.js
errorwarning_worker.js Bug 949722 - Assigning to '.onerror' of XHR appends an event listener, rather than overwriting it (only in workers), r=khuey 2013-12-21 02:22:13 +02:00
eventDispatch_worker.js Bug 928312: Convert the worker global object and all remaining EventTargets to new DOM bindings. r=bent,peterv,smaug 2013-11-05 22:16:26 +08:00
fibonacci_worker.js
fileBlobSubWorker_worker.js
fileBlob_worker.js
filePosting_worker.js
fileReadSlice_worker.js
fileReaderSyncErrors_worker.js Bug 1048293 - File::mozFullPath attribute should not be exposed to content., r=ehsan 2014-10-10 16:59:56 +01:00
fileReaderSync_worker.js
fileSlice_worker.js
fileSubWorker_worker.js
file_bug1010784_worker.js Bug 1010784: Null out sync loop target to avoid assertions when reusing sync XHR. r=khuey 2014-05-28 22:07:02 -07:00
file_worker.js Bug 1048293 - File::mozFullPath attribute should not be exposed to content., r=ehsan 2014-10-10 16:59:56 +01:00
fileapi_chromeScript.js Bug 1248252 - Improper outdated octal constant syntax in M-C tree. Use '0o' prefix. r=dao 2016-02-15 08:57:00 +01:00
foreign.js Bug 1198078 - Part 2: Add tests for mixed content blocking of scripts in workers; r=ckerschb 2015-11-20 10:56:57 -05:00
frame_script.js Bug 1047663 - Disabling the cache in a tab should also disable it for all workers in that tab;r=khuey 2016-03-17 11:03:05 +01:00
head.js Bug 1047663 - Disabling the cache in a tab should also disable it for all workers in that tab;r=khuey 2016-03-17 11:03:05 +01:00
importForeignScripts_worker.js Bug 1198078 - Part 2: Add tests for mixed content blocking of scripts in workers; r=ckerschb 2015-11-20 10:56:57 -05:00
importScripts_3rdParty_worker.js Bug 1249673. Muted errors should be turned into NetworkError DOMExceptions when returning from importScripts on workers, instead of becoming NS_ERROR_FAILURE. r=baku 2016-02-24 10:38:31 -05:00
importScripts_mixedcontent.html Bug 1198078 - Part 2: Add tests for mixed content blocking of scripts in workers; r=ckerschb 2015-11-20 10:56:57 -05:00
importScripts_worker.js
importScripts_worker_imported1.js
importScripts_worker_imported2.js
importScripts_worker_imported3.js
importScripts_worker_imported4.js
instanceof_worker.js
json_worker.js
jsversion_worker.js Backed out changeset 10800c0df8b5 (bug 487070) for build bustage on a CLOSED TREE 2013-12-11 10:56:23 +01:00
loadEncoding_worker.js Bug 484305 - Worker scripts should always be decoded as UTF-8. r=bent 2013-10-09 18:23:47 -04:00
location_worker.js
longThread_worker.js
mochitest.ini Bug 1288770 - Switch worker timeouts to using nsJSTimeoutHandler, r=smaug 2016-08-16 08:10:30 +02:00
multi_sharedWorker_frame.html Bug 643325 - Implement SharedWorker. r=khuey. 2013-06-05 07:04:23 -07:00
multi_sharedWorker_sharedWorker.js Bug 643325 - Implement SharedWorker. r=khuey. 2013-06-05 07:04:23 -07:00
navigator_languages_worker.js Bug 925849 - WorkerNavigator implements NavigatorLanguage, r=khuey 2014-09-05 15:26:34 +01:00
navigator_worker.js Bug 1261009 - Remove the Data Store API, r=fabrice 2016-04-29 09:02:45 +08:00
newError_worker.js
notification_permission_worker.js Bug 916893 - Patch 1 - Notification on workers. r=khuey,wchen 2015-06-25 18:53:02 -07:00
notification_worker.js Bug 1183954 - Fix Notification.data structured cloning on workers. r=robertbindar,mccr8 2015-07-30 12:44:14 -07:00
notification_worker_child-child.js Bug 916893 - Patch 1 - Notification on workers. r=khuey,wchen 2015-06-25 18:53:02 -07:00
notification_worker_child-parent.js Bug 916893 - Patch 1 - Notification on workers. r=khuey,wchen 2015-06-25 18:53:02 -07:00
onLine_worker.js Bug 925437 - Implement navigator.onLine on Workers. r=khuey sr=sicking 2013-11-19 15:08:50 -08:00
onLine_worker_child.js Bug 925437 - Implement navigator.onLine on Workers. r=khuey sr=sicking 2013-11-19 15:08:50 -08:00
onLine_worker_head.js Bug 925437 - Implement navigator.onLine on Workers. r=khuey sr=sicking 2013-11-19 15:08:50 -08:00
promise_worker.js Bug 1269162 - part 3 - Move XHR code into dom/xhr, r=smaug 2016-06-27 19:13:40 +02:00
recursion_worker.js
recursiveOnerror_worker.js
redirect_to_foreign.sjs Bug 1198078 - Part 2: Add tests for mixed content blocking of scripts in workers; r=ckerschb 2015-11-20 10:56:57 -05:00
referrer.sjs Bug 1218474 - Improve the referrer checks in worker mochitests, r=bkelly 2015-11-18 22:13:28 +00:00
referrer_test_server.sjs Bug 1264164 - Add Referrer Policy HTTP header testcases. r=jdm 2016-07-18 10:35:13 +08:00
referrer_worker.html Bug 1264164 - Add Referrer Policy HTTP header testcases. r=jdm 2016-07-18 10:35:13 +08:00
rvals_worker.js Bug 886570 - Initial integration of structured logs in mochitest; r=ahal,Ms2ger 2014-07-17 09:02:00 +02:00
sharedWorker_console.js Bug 1058644 - Console API in ServiceWorkers. r=khuey 2015-01-06 10:45:00 -05:00
sharedWorker_lifetime.js Bug 1193414 - SharedWorkers thread should be kept alive also when the SharedWorker object is CCed, r=khuey 2015-09-23 06:54:29 +01:00
sharedWorker_ports.js Bug 1221852 - SharedWorker.port should be always not null, r=smaug 2015-11-17 23:38:39 +00:00
sharedWorker_privateBrowsing.js Bug 1177621 - SharedWorkers should not be shared between a private and a non-private documents, r=nsm 2015-06-26 11:18:18 -07:00
sharedWorker_sharedWorker.js Bug 1103588 - Part 3: Replace deprecated String#contains warning with an expression closure warning in sharedWorker_sharedWorker.js test. r=bz 2016-04-09 15:58:20 -07:00
simpleThread_worker.js Bug 928312: Convert the worker global object and all remaining EventTargets to new DOM bindings. r=bent,peterv,smaug 2013-11-05 22:16:26 +08:00
suspend_iframe.html
suspend_worker.js
terminate_worker.js
test_404.html Bug 1251518. Fix js::ErrorReportToString to make a bit more sense, and change worker code to not use it anyway, so it matches the mainthread code. r=bholley,terrence 2016-03-01 13:49:21 -05:00
test_WorkerDebugger.initialize.xul Bug 1092102 - Implement WorkerDebugger.initialize;r=khuey 2015-03-17 11:15:19 +01:00
test_WorkerDebugger.postMessage.xul Bug 1092102 - Implement WorkerDebuggerGlobalScope.setImmediate;r=khuey 2015-03-30 13:54:38 +02:00
test_WorkerDebugger.xul Bug 1092102 - Implement WorkerDebugger.initialize;r=khuey 2015-03-17 11:15:19 +01:00
test_WorkerDebuggerGlobalScope.createSandbox.xul Bug 1092102 - Implement WorkerDebuggerGlobalScope.createSandbox;r=khuey 2015-03-31 12:22:40 +02:00
test_WorkerDebuggerGlobalScope.enterEventLoop.xul Bug 1092102 - Implement WorkerDebuggerGlobalScope.setImmediate;r=khuey 2015-03-30 13:54:38 +02:00
test_WorkerDebuggerGlobalScope.reportError.xul Bug 1092102 - Implement WorkerDebuggerGlobalScope.setImmediate;r=khuey 2015-03-30 13:54:38 +02:00
test_WorkerDebuggerGlobalScope.setImmediate.xul Bug 1092102 - Implement WorkerDebuggerGlobalScope.setImmediate;r=khuey 2015-03-30 13:54:38 +02:00
test_WorkerDebuggerManager.xul Bug 1092102 - Implement WorkerDebuggerGlobalScope.reportError;r=khuey 2015-03-26 20:09:45 +01:00
test_WorkerDebugger_console.xul Bug 1246091 - patch 6/7 - Tests, r=ejpbruel 2016-03-23 22:55:07 +01:00
test_WorkerDebugger_frozen.xul Bug 1178726 - Simplify how we deal with freezing/thawing workers;r=jlongster,khuey 2015-10-16 18:48:26 +02:00
test_WorkerDebugger_promise.xul Bug 1229769 - We should be able to use DOM promises in the worker debugger;r=khuey 2016-03-24 16:12:00 +01:00
test_WorkerDebugger_suspended.xul Bug 1178721 - Implement SuspendWorkersForWindow;r=khuey 2015-10-07 12:20:59 +02:00
test_atob.html
test_blobConstructor.html Bug 1013657: Fix incorrect handling of ErrorEvents in worker unit tests. r=khuey 2014-05-23 12:53:20 -07:00
test_blobWorkers.html
test_bug949946.html Bug 1207635 - get rid of dom.workers.sharedWorkers.enabled pref, r=khuey 2015-09-23 19:33:40 +01:00
test_bug978260.html Bug 978260 - Remove Assertions for mParentSuspended in Workers, r=khuey 2014-11-03 08:15:09 +00:00
test_bug998474.html Bug 649012 - Fail mochitest-plains which use flaky timeouts (setTimeout(x) for x > 0); r=ted 2014-12-11 13:34:40 -05:00
test_bug1002702.html Bug 1002702 - SharedWorker should always close MessagePort, r=khuey 2014-06-27 10:24:56 -07:00
test_bug1010784.html Bug 1010784: Null out sync loop target to avoid assertions when reusing sync XHR. r=khuey 2014-05-28 22:07:02 -07:00
test_bug1014466.html Bug 1014466 - Part 3: Test case for async XHR reuse. r=khuey CLOSED TREE 2014-06-06 12:12:19 +01:00
test_bug1020226.html Bug 1020226 - Fix unhandled Promise rejection handling in workers. r=khuey 2014-06-05 12:21:56 -07:00
test_bug1036484.html Bug 1251518. Fix js::ErrorReportToString to make a bit more sense, and change worker code to not use it anyway, so it matches the mainthread code. r=bholley,terrence 2016-03-01 13:49:21 -05:00
test_bug1060621.html Bug 1060621 - WorkerScope should CC mLocation and mNavigator, r=bz 2014-09-02 21:02:06 +01:00
test_bug1062920.html Bug 1069401 - UserAgent cannot be changed for specific websites in workers, r=khuey, r=bz 2014-09-24 17:09:50 +01:00
test_bug1062920.xul Bug 1069401 - UserAgent cannot be changed for specific websites in workers, r=khuey, r=bz 2014-09-24 17:09:50 +01:00
test_bug1063538.html Bug 918703 - Part 2: Correct progress event logic so events are sent in the correct order and with the correct values according to spec. r=baku 2016-08-05 23:47:40 -04:00
test_bug1104064.html Bug 1104064 - setInterval(,0) in workers must be scheduled correctly, r=khuey 2014-12-03 10:57:39 -08:00
test_bug1132395.html Bug 1207635 - get rid of dom.workers.sharedWorkers.enabled pref, r=khuey 2015-09-23 19:33:40 +01:00
test_bug1132924.html Bug 1132924 - XHR should support empty response in workers, r=bkelly. r=bent 2015-02-14 09:09:06 +01:00
test_bug1278777.html Bug 1278777 - XHR in workers should support the setting of responseType before calling open(), r=bkelly 2016-06-10 23:30:57 +02:00
test_chromeWorker.html
test_chromeWorker.xul
test_chromeWorkerJSM.xul
test_clearTimeouts.html Bug 649012 - Fail mochitest-plains which use flaky timeouts (setTimeout(x) for x > 0); r=ted 2014-12-11 13:34:40 -05:00
test_close.html
test_closeOnGC.html Bug 958011: Fix worker object cycle collection to not rely on the JSObject being finalized, which is a bogus assumption. r=bent,mccr8 2014-02-02 10:08:50 -08:00
test_console.html Bug 620935 - Make console object available in Web Workers, r=ehsan, r=bz 2014-01-26 12:35:17 +00:00
test_consoleAndBlobs.html Bug 1127885 - Console API should display blobs when used in workers, r=smaug 2015-02-02 15:40:15 +00:00
test_consoleReplaceable.html Bug 966132 - Console is replaceable in workers, r=bz 2014-01-31 09:12:32 -08:00
test_consoleSharedWorkers.html Bug 1207635 - get rid of dom.workers.sharedWorkers.enabled pref, r=khuey 2015-09-23 19:33:40 +01:00
test_contentWorker.html
test_csp.html
test_csp.html^headers^ Bug 1223647: CSP erroneously inherited into dedicated workers. r=ckerschb 2015-11-10 21:16:12 -08:00
test_csp.js Backed out changesets 5a3092c456c0,8dcbfd14f1e5 (bug 1218433) for M3, W3 failures and M10 failure on Android. r=backout 2015-11-12 18:44:51 +01:00
test_dataURLWorker.html
test_errorPropagation.html
test_errorwarning.html
test_eventDispatch.html
test_extension.xul Bug 757133: Implement a WorkerDebuggerManager; r=khuey 2014-10-27 18:00:05 +01:00
test_extensionBootstrap.xul Bug 1217093 - Remove for-each from dom/. r=smaug 2015-10-19 02:00:50 +09:00
test_fibonacci.html Bug 1013657: Fix incorrect handling of ErrorEvents in worker unit tests. r=khuey 2014-05-23 12:53:20 -07:00
test_file.xul Bug 1048293 - File::mozFullPath attribute should not be exposed to content., r=ehsan 2014-10-10 16:59:56 +01:00
test_fileBlobPosting.xul Bug 1013657: Fix incorrect handling of ErrorEvents in worker unit tests. r=khuey 2014-05-23 12:53:20 -07:00
test_fileBlobSubWorker.xul Bug 1013657: Fix incorrect handling of ErrorEvents in worker unit tests. r=khuey 2014-05-23 12:53:20 -07:00
test_filePosting.xul Bug 1048293 - File::mozFullPath attribute should not be exposed to content., r=ehsan 2014-10-10 16:59:56 +01:00
test_fileReadSlice.xul Bug 1013657: Fix incorrect handling of ErrorEvents in worker unit tests. r=khuey 2014-05-23 12:53:20 -07:00
test_fileReader.html Bug 901097 - FileReader API in workers, r=sicking, r=nfroyd 2015-12-18 08:44:00 +00:00
test_fileReaderSync.xul Bug 1013657: Fix incorrect handling of ErrorEvents in worker unit tests. r=khuey 2014-05-23 12:53:20 -07:00
test_fileReaderSyncErrors.xul Bug 1013657: Fix incorrect handling of ErrorEvents in worker unit tests. r=khuey 2014-05-23 12:53:20 -07:00
test_fileSlice.xul Bug 1013657: Fix incorrect handling of ErrorEvents in worker unit tests. r=khuey 2014-05-23 12:53:20 -07:00
test_fileSubWorker.xul Bug 1048293 - File::mozFullPath attribute should not be exposed to content., r=ehsan 2014-10-10 16:59:56 +01:00
test_importScripts.html
test_importScripts_3rdparty.html Bug 1245768 - Implement a test for the correct error management when worker imports 3rd party scripts, r=bz 2016-02-04 15:35:16 +00:00
test_importScripts_mixedcontent.html Bug 1198078 - Part 2: Add tests for mixed content blocking of scripts in workers; r=ckerschb 2015-11-20 10:56:57 -05:00
test_instanceof.html
test_json.html
test_jsversion.html Backed out changeset 10800c0df8b5 (bug 487070) for build bustage on a CLOSED TREE 2013-12-11 10:56:23 +01:00
test_loadEncoding.html Bug 484305 - Worker scripts should always be decoded as UTF-8. r=bent 2013-10-09 18:23:47 -04:00
test_loadError.html Bug 1251518. Fix js::ErrorReportToString to make a bit more sense, and change worker code to not use it anyway, so it matches the mainthread code. r=bholley,terrence 2016-03-01 13:49:21 -05:00
test_location.html Bug 964148 - location.origin is not available in workers. r=bent, r=baku 2014-01-31 13:22:52 -05:00
test_longThread.html
test_multi_sharedWorker.html Bug 1207635 - get rid of dom.workers.sharedWorkers.enabled pref, r=khuey 2015-09-23 19:33:40 +01:00
test_multi_sharedWorker_lifetimes.html Bug 1287143 - Remove the window argument to SpecialPowers.exactGC(). r=jmaher 2016-07-19 13:13:00 +08:00
test_navigator.html Bug 1261009 - Remove the Data Store API, r=fabrice 2016-04-29 09:02:45 +08:00
test_navigator_languages.html Bug 925849 - WorkerNavigator implements NavigatorLanguage, r=khuey 2014-09-05 15:26:34 +01:00
test_navigator_workers_hardwareConcurrency.html Bug 1008453. Add support for navigator.hardwareConcurrency. r=khuey 2016-03-16 15:41:38 -04:00
test_newError.html
test_notification.html Bug 1114554 - Patch 3 - Fire notificationclick event on ServiceWorkerGlobalScope. r=wchen,baku 2015-06-25 18:50:25 -07:00
test_notification_child.html Bug 916893 - Patch 1 - Notification on workers. r=khuey,wchen 2015-06-25 18:53:02 -07:00
test_notification_permission.html Bug 916893 - Patch 1 - Notification on workers. r=khuey,wchen 2015-06-25 18:53:02 -07:00
test_onLine.html Bug 925437 - Implement navigator.onLine on Workers. r=khuey sr=sicking 2013-11-19 15:08:50 -08:00
test_promise.html Bug 1013657: Fix incorrect handling of ErrorEvents in worker unit tests. r=khuey 2014-05-23 12:53:20 -07:00
test_promise_resolved_with_string.html Bug 1084651 - Part 4b: Adjust and clarify some tests using gcslice(0). r=billm 2014-11-04 08:17:00 +01:00
test_recursion.html Bug 1251518. Fix js::ErrorReportToString to make a bit more sense, and change worker code to not use it anyway, so it matches the mainthread code. r=bholley,terrence 2016-03-01 13:49:21 -05:00
test_recursiveOnerror.html
test_referrer.html Bug 1218474 - Improve the referrer checks in worker mochitests, r=bkelly 2015-11-18 22:13:28 +00:00
test_referrer_header_worker.html Bug 1264164 - Add Referrer Policy HTTP header testcases. r=jdm 2016-07-18 10:35:13 +08:00
test_resolveWorker-assignment.html
test_resolveWorker.html
test_rvals.html Bug 912086 - Several Workers methods do not set their return value. r=mrbkap 2013-09-04 13:20:51 -04:00
test_setTimeoutWith0.html Bug 1288770 - Switch worker timeouts to using nsJSTimeoutHandler, r=smaug 2016-08-16 08:10:30 +02:00
test_sharedWorker.html Bug 1252592. JS warnings should not trigger error events on shared workers. r=khuey 2016-03-01 16:53:26 -05:00
test_sharedWorker_lifetime.html Bug 1207635 - get rid of dom.workers.sharedWorkers.enabled pref, r=khuey 2015-09-23 19:33:40 +01:00
test_sharedWorker_ports.html Bug 1221852 - SharedWorker.port should be always not null, r=smaug 2015-11-17 23:38:39 +00:00
test_sharedWorker_privateBrowsing.html Bug 1207635 - get rid of dom.workers.sharedWorkers.enabled pref, r=khuey 2015-09-23 19:33:40 +01:00
test_simpleThread.html Bug 1251518. Fix js::ErrorReportToString to make a bit more sense, and change worker code to not use it anyway, so it matches the mainthread code. r=bholley,terrence 2016-03-01 13:49:21 -05:00
test_suspend.html Bug 1222495 - Get dom/workers/test/test_suspend.html working with e10s and B2G. r=khuey 2015-11-12 08:08:47 -08:00
test_terminate.html
test_threadErrors.html
test_threadTimeouts.html Bug 1013657: Fix incorrect handling of ErrorEvents in worker unit tests. r=khuey 2014-05-23 12:53:20 -07:00
test_throwingOnerror.html Bug 1251518. Fix js::ErrorReportToString to make a bit more sense, and change worker code to not use it anyway, so it matches the mainthread code. r=bholley,terrence 2016-03-01 13:49:21 -05:00
test_timeoutTracing.html Bug 649012 - Fail mochitest-plains which use flaky timeouts (setTimeout(x) for x > 0); r=ted 2014-12-11 13:34:40 -05:00
test_transferable.html Bug 842081 - Workers: Transferable Objects should work if they are TypedArrays, r=sfink 2013-10-15 23:48:38 -07:00
test_webSocket_sharedWorker.html Bug 1207635 - get rid of dom.workers.sharedWorkers.enabled pref, r=khuey 2015-09-23 19:33:40 +01:00
test_websocket1.html Bug 1254179 - Reuse the same websocket tests on main-thread and workers, r=ehsan 2016-03-07 19:12:23 +01:00
test_websocket2.html Bug 1254179 - Reuse the same websocket tests on main-thread and workers, r=ehsan 2016-03-07 19:12:23 +01:00
test_websocket3.html Bug 1254179 - Reuse the same websocket tests on main-thread and workers, r=ehsan 2016-03-07 19:12:23 +01:00
test_websocket4.html Bug 1254179 - Reuse the same websocket tests on main-thread and workers, r=ehsan 2016-03-07 19:12:23 +01:00
test_websocket5.html Bug 1254179 - Reuse the same websocket tests on main-thread and workers, r=ehsan 2016-03-07 19:12:23 +01:00
test_websocket_basic.html Bug 1159792 - get rid of dom.workers.websocket.enabled pref, r=smaug 2015-05-14 12:24:06 +01:00
test_websocket_https.html Bug 1204269 - Part 2: Add unit tests; r=smaug 2015-11-20 16:32:52 -05:00
test_websocket_loadgroup.html Bug 1159792 - get rid of dom.workers.websocket.enabled pref, r=smaug 2015-05-14 12:24:06 +01:00
test_worker_interfaces.html Bug 1045756 Test DOM interfaces exposed on worker global. r=bz 2014-07-31 21:54:44 -04:00
test_worker_interfaces.js Bug 911216 - Part 30: Enable SpiderMonkey Promise implementation. r=bz,efaust,bholley,Paolo,tromey,shu 2016-07-21 12:06:30 +02:00
test_workersDisabled.html Bug 914089 - b2g.json cleanup and reorder, part 3. r=jmaher 2013-09-11 13:52:42 +02:00
test_workersDisabled.xul
threadErrors_worker1.js
threadErrors_worker2.js
threadErrors_worker3.js
threadErrors_worker4.js
threadTimeouts_worker.js
throwingOnerror_worker.js
timeoutTracing_worker.js Bug 936327. r=bent 2013-11-19 14:05:41 +08:00
transferable_worker.js Bug 842081 - Workers: Transferable Objects should work if they are TypedArrays, r=sfink 2013-10-15 23:48:38 -07:00
webSocket_sharedWorker.js Bug 1090183 - WebSockets should work in SharedWorkers, r=smaug 2014-10-29 16:54:35 +00:00
websocket_basic_worker.js Bug 946065 - Part 12: Move content/base/ to dom/ and flatten subdirectories. r=peterv 2014-10-25 20:25:22 +03:00
websocket_helpers.js Bug 1254179 - Reuse the same websocket tests on main-thread and workers, r=ehsan 2016-03-07 19:12:23 +01:00
websocket_https.html Bug 1204269 - Part 2: Add unit tests; r=smaug 2015-11-20 16:32:52 -05:00
websocket_https_worker.js Bug 1204269 - Part 2: Add unit tests; r=smaug 2015-11-20 16:32:52 -05:00
websocket_loadgroup_worker.js Bug 946065 - Part 12: Move content/base/ to dom/ and flatten subdirectories. r=peterv 2014-10-25 20:25:22 +03:00
websocket_worker1.js Bug 1254179 - Reuse the same websocket tests on main-thread and workers, r=ehsan 2016-03-07 19:12:23 +01:00
websocket_worker2.js Bug 1254179 - Reuse the same websocket tests on main-thread and workers, r=ehsan 2016-03-07 19:12:23 +01:00
websocket_worker3.js Bug 1254179 - Reuse the same websocket tests on main-thread and workers, r=ehsan 2016-03-07 19:12:23 +01:00
websocket_worker4.js Bug 1254179 - Reuse the same websocket tests on main-thread and workers, r=ehsan 2016-03-07 19:12:23 +01:00
websocket_worker5.js Backed out changeset af74581564bc (bug 711886) for wpt bustage 2016-05-11 10:28:53 -07:00
worker_bug1278777.js Bug 1278777 - XHR in workers should support the setting of responseType before calling open(), r=bkelly 2016-06-10 23:30:57 +02:00
worker_consoleAndBlobs.js Bug 1127885 - Console API should display blobs when used in workers, r=smaug 2015-02-02 15:40:15 +00:00
worker_driver.js Bug 1160215. Get rid of the now-unused workerTestGetPrefs bits. r=bkelly 2015-05-01 11:42:37 -04:00
worker_fileReader.js Bug 901097 - FileReader API in workers, r=sicking, r=nfroyd 2015-12-18 08:44:00 +00:00
worker_referrer.js Bug 1218474 - Improve the referrer checks in worker mochitests, r=bkelly 2015-11-18 22:13:28 +00:00
worker_setTimeoutWith0.js Bug 1288770 - Switch worker timeouts to using nsJSTimeoutHandler, r=smaug 2016-08-16 08:10:30 +02:00
worker_wrapper.js Bug 1160215. Get rid of the now-unused workerTestGetPrefs bits. r=bkelly 2015-05-01 11:42:37 -04:00
workersDisabled_worker.js