gecko/dom/workers/test/serviceworkers
2015-03-25 21:28:22 -04:00
..
controller Bug 1130570 - Fix tests to use iframe to work on b2g. r=nsm 2015-02-12 15:10:11 -08:00
fetch Bug 1147367 - Add a test for checking the Request.context attribute for FetchEvents generated for fetch(); r=nsm 2015-03-25 21:28:22 -04:00
match_all_client Bug 1139425 - Service Worker Client uuid tests. r=baku 2015-03-16 11:20:40 +01:00
match_all_clients Bug 1139425 - Service Worker Client uuid tests. r=baku 2015-03-16 11:20:40 +01:00
scope Bug 1130688 - Implement additional scope checking in service worker registration. r=bkelly,ehsan 2015-03-09 18:57:06 -07:00
simpleregister Bug 1139561 - Various small ServiceWorker test fixes. r=baku 2015-03-03 16:00:02 -08:00
sw_clients Bug 1136467 - ServiceWorker: client.postMessage should land in navigator.serviceWorker.onmessage. r=baku 2015-02-25 21:38:37 +02:00
unregister Bug 1139561 - Various small ServiceWorker test fixes. r=baku 2015-03-03 16:00:02 -08:00
workerUpdate Bug 1139561 - Various small ServiceWorker test fixes. r=baku 2015-03-03 16:00:02 -08:00
activate_event_error_worker.js
close_test.js Bug 1131353 - Make ServiceWorkerGlobalScope.close() throw InvalidAccessError; r=baku 2015-03-06 08:19:33 -05:00
fetch_event_worker.js Bug 1136200 - Verify request type is not no-cors if response is opaque. r=jdm 2015-03-17 08:47:03 -07:00
install_event_error_worker.js Bug 1130065 - ServiceWorkerManager capture "atomically" properly. 2015-02-10 14:33:23 -08:00
install_event_worker.js
match_all_advanced_worker.js Bug 982726 - Test the number of clients returned by matchAll. r=nsm 2015-03-18 16:47:17 +02:00
match_all_client_id_worker.js Bug 1139425 - Service Worker Client uuid tests. r=baku 2015-03-16 11:20:40 +01:00
match_all_properties_worker.js Bug 1139425 - Service Worker Client uuid tests. r=baku 2015-03-16 11:20:40 +01:00
match_all_worker.js Bug 1058311 - Remove prefix for SWClients. Rename getServiced to matchAll. Add stub query options for matchAll r=baku 2015-02-20 17:16:17 +02:00
message_posting_worker.js Bug 1058311 - Remove prefix for SWClients. Rename getServiced to matchAll. Add stub query options for matchAll r=baku 2015-02-20 17:16:17 +02:00
message_receiver.html Bug 1137816 - Add a test for interfaces exposed to service workers; r=baku 2015-03-06 08:27:24 -05:00
mochitest.ini Bug 1147367 - Add a test for checking the Request.context attribute for FetchEvents generated for fetch(); r=nsm 2015-03-25 21:28:22 -04:00
parse_error_worker.js
redirect_serviceworker.sjs Bug 1131271 - Set ServiceWorker script redirect limit to zero. r=bkelly,ehsan 2015-02-09 13:47:09 -08:00
serviceworker_not_sharedworker.js Bug 1141274 - Allocate shared workers and service workers from separate namespaces; r=nsm 2015-03-10 22:52:22 -04:00
serviceworker_wrapper.js Bug 1137816 - Add a test for interfaces exposed to service workers; r=baku 2015-03-06 08:27:24 -05:00
source_message_posting_worker.js Bug 1142015 - Add source for messages dispatched to a Service Worker. r=baku 2015-03-16 22:23:42 +02:00
test_close.html Bug 1131353 - Make ServiceWorkerGlobalScope.close() throw InvalidAccessError; r=baku 2015-03-06 08:19:33 -05:00
test_controller.html Bug 1053275 - Exempt ServiceWorkers from per domain thread limits. r=sicking 2015-03-03 14:30:58 -08:00
test_fetch_event.html Bug 1134330 - Mark fetch events as reloads appropriately. r=smaug 2015-03-23 13:36:44 -04:00
test_https_fetch_cloned_response.html Remove the remnants of the dom.fetch.enabled pref, no bug 2015-03-23 15:46:59 -04:00
test_https_fetch.html Remove the remnants of the dom.fetch.enabled pref, no bug 2015-03-23 15:46:59 -04:00
test_install_event.html Bug 1053275 - Exempt ServiceWorkers from per domain thread limits. r=sicking 2015-03-03 14:30:58 -08:00
test_installation_simple.html Bug 1131271 - Set ServiceWorker script redirect limit to zero. r=bkelly,ehsan 2015-02-09 13:47:09 -08:00
test_match_all_advanced.html Bug 982726 follow-up: Add exempt from worker limit pref to a test. 2015-03-18 16:56:47 +02:00
test_match_all_client_id.html Bug 1143732 - Add exempt from limit for two service worker tests. r=bkelly 2015-03-16 19:57:42 +02:00
test_match_all_client_properties.html Bug 1143732 - Add exempt from limit for two service worker tests. r=bkelly 2015-03-16 19:57:42 +02:00
test_match_all.html Bug 1053275 - Exempt ServiceWorkers from per domain thread limits. r=sicking 2015-03-03 14:30:58 -08:00
test_navigator.html Bug 1053275 - Exempt ServiceWorkers from per domain thread limits. r=sicking 2015-03-03 14:30:58 -08:00
test_post_message_advanced.html Bug 1053275 - Exempt ServiceWorkers from per domain thread limits. r=sicking 2015-03-03 14:30:58 -08:00
test_post_message_source.html Bug 1142015 - Add source for messages dispatched to a Service Worker. r=baku 2015-03-16 22:23:42 +02:00
test_post_message.html Bug 1053275 - Exempt ServiceWorkers from per domain thread limits. r=sicking 2015-03-03 14:30:58 -08:00
test_request_context.html Bug 1147367 - Add a test for checking the Request.context attribute for FetchEvents generated for fetch(); r=nsm 2015-03-25 21:28:22 -04:00
test_sandbox_intercept.html Remove the unneeded variable, no bug, DONTBUILD 2015-03-24 17:35:16 -04:00
test_scopes.html Bug 1130688 - Implement additional scope checking in service worker registration. r=bkelly,ehsan 2015-03-09 18:57:06 -07:00
test_serviceworker_interfaces.html Bug 1133861 - Enable the Fetch API by default. r=jst 2015-02-22 01:52:10 -08:00
test_serviceworker_interfaces.js Bug 1133861 - Enable the Fetch API by default. r=jst 2015-02-22 01:52:10 -08:00
test_serviceworker_not_sharedworker.html Bug 1141274 - Allocate shared workers and service workers from separate namespaces; r=nsm 2015-03-10 22:52:22 -04:00
test_unregister.html Bug 1053275 - Exempt ServiceWorkers from per domain thread limits. r=sicking 2015-03-03 14:30:58 -08:00
test_workerUnregister.html Bug 1053275 - Exempt ServiceWorkers from per domain thread limits. r=sicking 2015-03-03 14:30:58 -08:00
test_workerUpdate.html Bug 1053275 - Exempt ServiceWorkers from per domain thread limits. r=sicking 2015-03-03 14:30:58 -08:00
worker2.js
worker3.js
worker_unregister.js Bug 1137477 - Replace getServiced() with matchAll() in tests. r=catalinb 2015-02-26 17:20:23 -05:00
worker_update.js Bug 1137477 - Replace getServiced() with matchAll() in tests. r=catalinb 2015-02-26 17:20:23 -05:00
worker.js