gecko/dom/workers/test
2014-03-13 21:38:19 -07:00
..
extensions Bug 900526, part 4: Migrate FINAL_TARGET and XPI_NAME to moz.build, r=gps 2013-10-21 13:09:06 -05:00
subdir Bug 939048 - Part f: Move mochitests to manifests in dom/workers; r=jst 2013-12-31 10:06:11 +01:00
xpcshell Bug 930924 - Open workers from xpcshell. r=bent 2013-11-06 09:05:17 -05:00
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
chrome.ini Bug 920015 - Expose DOM URL to js modules, r=ehsan, f=emk, r=bz, r=bholley, r=smaug 2013-10-10 08:56:01 +02:00
chromeWorker_subworker.js
chromeWorker_worker.js
clearTimeouts_worker.js
close_worker.js Bug 849094: Tests. r=bent 2013-03-12 13:33:40 -07:00
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
console_worker.js Bug 620935 - Make console object available in Web Workers, r=ehsan, r=bz 2014-01-26 12:35:17 +00:00
consoleReplaceable_worker.js Bug 966132 - Console is replaceable in workers, r=bz 2014-01-31 09:12:32 -08:00
content_worker.js Bug 827193: fix typo in WorkerScope, r=khuey 2013-01-07 11:18:19 -08:00
csp_worker.js Bug 609748 - Workers: If CSP blocks eval in a page, eval should also be blocked in workers created by that page. r=bent 2012-09-15 14:51:55 -04:00
dom_worker_helper.js
errorPropagation_iframe.html Backed out changesets b242651c3c1b (bug 229827), b36eaac9ecf8, and 40f38a8aa660 (bug 663291) for mochitest-3/4 failures. 2012-11-16 16:59:38 -05:00
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
file_url.jsm Bug 920015 - Expose DOM URL to js modules, r=ehsan, f=emk, r=bz, r=bholley, r=smaug 2013-10-10 08:56:01 +02:00
file_worker.js Bug 894840, part 5 - Add a 'path' property to the File objects in the input.files FileList, and set it when a directory is picked. r=khuey 2013-08-23 08:41:17 +01:00
fileBlob_worker.js
fileBlobSubWorker_worker.js
filePosting_worker.js
fileReaderSync_worker.js
fileReaderSyncErrors_worker.js
fileReadSlice_worker.js
fileSlice_worker.js
fileSubWorker_worker.js
importScripts_worker_imported1.js
importScripts_worker_imported2.js
importScripts_worker_imported3.js
importScripts_worker_imported4.js
importScripts_worker.js
instanceof_worker.js Bug 788181. Fix instanceof for XHR and XHR.upload in workers. r=peterv 2012-09-05 13:37:27 -04:00
jsm_url_worker.js Bug 890928 - Crashfix for URL.createURL in subworker. r=bent 2013-07-18 10:30:41 -04:00
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 Bug 878600 - Move WorkerLocation to WebIDL; r=khuey 2013-07-24 09:41:55 +02:00
longThread_worker.js
mochitest.ini Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted) 2014-03-13 21:38:19 -07:00
moz.build Bug 939048 - Part f: Move mochitests to manifests in dom/workers; r=jst 2013-12-31 10:06:11 +01: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_worker.js Bug 925437 - Implement navigator.onLine on Workers. r=khuey sr=sicking 2013-11-19 15:08:50 -08:00
newError_worker.js
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
onLine_worker.js Bug 925437 - Implement navigator.onLine on Workers. r=khuey sr=sicking 2013-11-19 15:08:50 -08:00
promise_worker.js Bug 966348 - Rename Promise.cast to Promise.resolve. r=bz 2014-02-10 09:27:02 -08:00
recursion_worker.js
recursiveOnerror_worker.js
relativeLoad_import.js
relativeLoad_worker2.js
relativeLoad_worker.js
rvals_worker.js Bug 912086 - Several Workers methods do not set their return value. r=mrbkap 2013-09-04 13:20:51 -04:00
sharedWorker_sharedWorker.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
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 Bug 758125: Don't rely on the order of the timeout array to discard expired timeouts. Check explicitly instead. r=bent 2012-08-10 09:10:22 -07:00
terminate_worker.js Bug 758125: Don't rely on the order of the timeout array to discard expired timeouts. Check explicitly instead. r=bent 2012-08-10 09:10:22 -07:00
test_404.html Bug 872273 - Use js::ErrorReportToString for worker ErrorEvents. r=bent 2014-01-30 09:30:30 -08:00
test_atob.html
test_blobConstructor.html Bug 789691 - Migrate BlobPropertyBag to WebIDL binding dictionary, r=bzbarsky 2012-09-10 09:57:15 -04:00
test_blobWorkers.html
test_bug883784.jsm Bug 890928 - Crashfix for URL.createURL in subworker. r=bent 2013-07-18 10:30:41 -04:00
test_bug883784.xul Bug 883784 - [Workers] Supporting URL.createObjectURL from a worker created by a jsm, r=bent 2013-06-22 14:48:00 -07:00
test_bug949946.html Bug 949946 - unique SharedWorker key composed by name and spec, r=bent 2014-02-06 14:39:10 +00:00
test_chromeWorker.html
test_chromeWorker.xul
test_chromeWorkerJSM.xul
test_clearTimeouts.html
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_consoleReplaceable.html Bug 966132 - Console is replaceable in workers, r=bz 2014-01-31 09:12:32 -08:00
test_contentWorker.html Bug 827193: fix typo in WorkerScope, r=khuey 2013-01-07 11:18:19 -08:00
test_csp.html Bug 609748 - Workers: If CSP blocks eval in a page, eval should also be blocked in workers created by that page. r=bent 2012-09-15 14:51:55 -04:00
test_csp.html^headers^ Bug 609748 - Workers: If CSP blocks eval in a page, eval should also be blocked in workers created by that page. r=bent 2012-09-15 14:51:55 -04:00
test_csp.js Bug 849094: Tests. r=bent 2013-03-12 13:33:40 -07:00
test_dataURLWorker.html
test_errorPropagation.html Backed out changesets b242651c3c1b (bug 229827), b36eaac9ecf8, and 40f38a8aa660 (bug 663291) for mochitest-3/4 failures. 2012-11-16 16:59:38 -05:00
test_errorwarning.html Bug 812249 - When "javascript.options.strict" is enabled related warnings/errors trigger worker.onerror handler. r=bent 2012-12-07 19:35:44 -05:00
test_eventDispatch.html
test_extension.xul
test_extensionBootstrap.xul
test_fibonacci.html
test_file.xul Bug 894840, part 5 - Add a 'path' property to the File objects in the input.files FileList, and set it when a directory is picked. r=khuey 2013-08-23 08:41:17 +01:00
test_fileBlobPosting.xul
test_fileBlobSubWorker.xul
test_filePosting.xul
test_fileReaderSync.xul Bug 801402 - Use FindEncodingForLabel from FileReaderSync. r=khuey, r=hsivonen 2012-11-09 16:00:25 -05:00
test_fileReaderSyncErrors.xul
test_fileReadSlice.xul Bug 404077: Use navigator.platform.startsWith rather than navigator.platform.indexOf, at Jesse's suggestion. 2013-02-26 22:23:08 -08:00
test_fileSlice.xul
test_fileSubWorker.xul
test_importScripts.html
test_instanceof.html Bug 788181. Fix instanceof for XHR and XHR.upload in workers. r=peterv 2012-09-05 13:37:27 -04:00
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 587251 - new Worker(badURL) should throw a SECURITY_ERR. r=khuey 2013-03-08 07:27:21 +09: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_lifetimes.html Bug 924089 - 'Enable SharedWorker by default', r=ehsan+khuey. 2013-12-09 11:57:40 -08:00
test_multi_sharedWorker.html Bug 924089 - 'Enable SharedWorker by default', r=ehsan+khuey. 2013-12-09 11:57:40 -08:00
test_navigator.html Bug 925847 - WorkerNavigator does not implement all of NavigatorID. r=nsm 2013-11-20 09:29:01 -05:00
test_newError.html
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 918806 - Enable DOM Promises. sr=bz 2014-01-30 13:14:00 -08:00
test_recursion.html Bug 872273 - Use js::ErrorReportToString for worker ErrorEvents. r=bent 2014-01-30 09:30:30 -08:00
test_recursiveOnerror.html
test_relativeLoad.html
test_resolveWorker-assignment.html Bug 824217 - Remove the JSRESOLVE_ASSIGNING test that guards definition of DOM Worker constructors and Gecko-specific script namespace manager constructors. r=bz 2013-01-03 12:29:16 -06:00
test_resolveWorker.html Bug 824217 - Remove some easy-to-remove tests of JSRESOLVE_ASSIGNING. r=bz 2012-12-19 19:32:34 -05:00
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_sharedWorker.html Bug 924089 - 'Enable SharedWorker by default', r=ehsan+khuey. 2013-12-09 11:57:40 -08:00
test_simpleThread.html Bug 872273 - Use js::ErrorReportToString for worker ErrorEvents. r=bent 2014-01-30 09:30:30 -08:00
test_suspend.html Bug 911573 - Mochitest fixup to prepare removing Components-in-content with UniversalXPConnect. r=bholley 2013-09-05 01:02:34 +09:00
test_terminate.html
test_threadErrors.html
test_threadTimeouts.html
test_throwingOnerror.html Bug 872273 - Use js::ErrorReportToString for worker ErrorEvents. r=bent 2014-01-30 09:30:30 -08:00
test_timeoutTracing.html Bug 936327. r=bent 2013-11-19 14:05:41 +08: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_url_exceptions.html Bug 926890 - Throw JavaScript exceptions for URL, r=ehsan 2013-10-16 16:04:26 +02:00
test_url.html Bug 890928 - Crashfix for URL.createURL in subworker. r=bent 2013-07-18 10:30:41 -04:00
test_url.xul Bug 920015 - Expose DOM URL to js modules, r=ehsan, f=emk, r=bz, r=bholley, r=smaug 2013-10-10 08:56:01 +02:00
test_urlApi.html Bug 887364 - URL API for Workers. r=khuey 2013-09-04 13:07:34 -04:00
test_urlSearchParams.html Bug 887836 - patch 2 - URLQuery in workers, r=khuey 2013-12-12 19:30:20 +00: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
test_xhr2.html
test_xhr_headers.html Bug 888974, Add some missing Worker tests. 2013-07-26 19:22:42 -04:00
test_xhr_implicit_cancel.html Bug 743250 - test_xhr_implicit_cancel.html is() calls miss their msg parameter. r=khuey 2012-04-07 14:16:05 -04:00
test_xhr_parameters.html Bug 761227 - Support XMLHttpRequestParameters in workers. r=bent 2012-09-16 20:20:16 -04:00
test_xhr_parameters.js Bug 761227 - Support XMLHttpRequestParameters in workers. r=bent 2012-09-16 20:20:16 -04:00
test_xhr_system.html Bug 927196 - Check more stuff in XHR. r=jonas 2013-10-16 19:20:51 +02:00
test_xhr_system.js Bug 927196 - Check more stuff in XHR. r=jonas 2013-10-16 19:20:51 +02:00
test_xhr_timeout.html
test_xhr.html
test_xhrAbort.html Bug 718260 - Fix a crash in DispatchPrematureAbortEvent; r=bent 2012-07-25 22:49:24 +02:00
testXHR.txt
threadErrors_worker1.js
threadErrors_worker2.js
threadErrors_worker3.js
threadErrors_worker4.js Bug 759095 - upgrade license to MPL 2, and other licensing cleanups. 2012-05-29 16:52:43 +01:00
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
url_exceptions_worker.js Bug 926890 - Throw JavaScript exceptions for URL, r=ehsan 2013-10-16 16:04:26 +02:00
url_worker.js Bug 890928 - Crashfix for URL.createURL in subworker. r=bent 2013-07-18 10:30:41 -04:00
urlApi_worker.js Bug 959190 - [URL API] stringify href attribute, r=bz 2014-01-13 23:46:04 +01:00
urlSearchParams_worker.js Bug 965990 - Allow URLSearchParams objects to be associated with multiple URLs, r=ehsan 2014-02-03 16:48:38 +00:00
workersDisabled_worker.js
WorkerTest_badworker.js
WorkerTest_subworker.js
WorkerTest_worker.js
WorkerTest.jsm Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-31 09:13:28 -07:00
xhr2_worker.js
xhr_headers_server.sjs Bug 888974, Add some missing Worker tests. 2013-07-26 19:22:42 -04:00
xhr_headers_worker.js Bug 888974, Add some missing Worker tests. 2013-07-26 19:22:42 -04:00
xhr_implicit_cancel_worker.js
xhr_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
xhrAbort_worker.js Bug 887236 - prefix the current events in workers with 'Worker', r=bent 2013-07-08 12:55:14 -04:00