gecko/dom/workers/test/serviceworkers
2015-06-01 10:53:20 -04:00
..
app-protocol Bug 1161684 - Allow JAR channels to be intercepted by service workers. Tests. r=jdm 2015-05-22 09:32:25 +02:00
claim_clients Bug 1130684 - Implement Service Worker clients.claim. r=nsm,ehsan 2015-05-14 12:41:42 -07:00
controller Bug 1155987 - Unregister the service workers registered in tests; r=nsm 2015-04-21 00:21:30 -04:00
fetch Bug 1168676 - Switch off embed/object ServiceWorker interception. r=ehsan 2015-05-28 16:27:45 -07:00
match_all_client
match_all_clients
periodic Bug 1159378 - Part 3: Refactor the logic of test_periodic_update.html into a helper script; r=nsm 2015-05-04 10:18:12 -04:00
sanitize
scope
simpleregister
sw_clients Bug 1157619 P2 Test that service worker is not intercepted on force refresh. r=ehsan 2015-06-01 10:53:20 -04:00
swa Bug 1130101 - Part 3: Add unit tests for the handling of the Service-Worker-Allowed header; r=nsm 2015-05-07 21:07:10 -04:00
unregister Bug 1131327 - Patch 5 - Implement ServiceWorkerRegistration.unregister() on worker. r=baku 2015-04-07 14:17:02 -07:00
workerUpdate Bug 1131327 - Patch 4 - Implement ServiceWorkerRegistration.update() on worker. r=baku 2015-04-07 11:50:08 -07:00
activate_event_error_worker.js
bug1151916_driver.html Bug 1151916 - Set worker principalinfo on cache load. r=bkelly 2015-04-10 14:14:44 -07:00
bug1151916_worker.js Bug 1151916 - Set worker principalinfo on cache load. r=bkelly 2015-04-10 14:14:44 -07:00
claim_fetch_worker.js Bug 1158728 - ServiceWorkerClient: use innerWindow id for referencing clients. r=nsm 2015-05-20 13:14:49 -07:00
claim_oninstall_worker.js Bug 1130684 - Implement Service Worker clients.claim. r=nsm,ehsan 2015-05-14 12:41:42 -07:00
claim_worker_1.js Bug 1130684 - Implement Service Worker clients.claim. r=nsm,ehsan 2015-05-14 12:41:42 -07:00
claim_worker_2.js Bug 1130684 - Implement Service Worker clients.claim. r=nsm,ehsan 2015-05-14 12:41:42 -07:00
client_focus_worker.js Bug 1130686 - Add test for service worker client.focus. r=nsm 2015-04-07 16:25:08 +03:00
close_test.js
empty.js Bug 1148942 - Ensure that the registration of empty service workers succeeds; r=bent 2015-04-16 18:18:20 -04:00
fetch_event_worker.js Bug 1157283 - Recreate IPC redirected HTTP channels as necessary after intercepting the request in the child. r=mayhemer 2015-05-28 10:47:35 -04:00
force_refresh_worker.js Bug 1157619 P2 Test that service worker is not intercepted on force refresh. r=ehsan 2015-06-01 10:53:20 -04:00
importscript_worker.js Bug 1157544 - Fix a typo in the test; r=baku 2015-04-23 08:31:29 -04:00
importscript.sjs Bug 1159813 - Make sure service worker tests clean up after themselves; r=baku 2015-05-04 09:21:04 -04:00
install_event_error_worker.js
install_event_worker.js
match_all_advanced_worker.js
match_all_client_id_worker.js
match_all_properties_worker.js
match_all_worker.js
message_posting_worker.js
message_receiver.html
mochitest.ini Bug 1157619 P2 Test that service worker is not intercepted on force refresh. r=ehsan 2015-06-01 10:53:20 -04:00
parse_error_worker.js
periodic_update_test.js Bug 1162787 - Make the service worker periodic tests robust to the idle daily service firing its notification when the tests are being run; r=nsm 2015-05-07 16:23:50 -07:00
periodic.sjs Bug 1159378 - Part 3: Refactor the logic of test_periodic_update.html into a helper script; r=nsm 2015-05-04 10:18:12 -04:00
redirect_serviceworker.sjs
sanitize_worker.js
serviceworker_not_sharedworker.js
serviceworker_wrapper.js Bug 1160215. Get rid of the now-unused workerTestGetPrefs bits. r=bkelly 2015-05-01 11:42:37 -04:00
source_message_posting_worker.js
test_app_protocol.html Bug 1161684 - Allow JAR channels to be intercepted by service workers. Tests. r=jdm 2015-05-22 09:32:25 +02:00
test_bug1151916.html Bug 1157692 - Add dom.caches.enabled pref to test. r=bkelly 2015-04-23 08:46:03 -07:00
test_claim_fetch.html Bug 1158728 - ServiceWorkerClient: use innerWindow id for referencing clients. r=nsm 2015-05-20 13:14:49 -07:00
test_claim_oninstall.html Bug 1130684 - Implement Service Worker clients.claim. r=nsm,ehsan 2015-05-14 12:41:42 -07:00
test_claim.html Bug 1130684 - Implement Service Worker clients.claim. r=nsm,ehsan 2015-05-14 12:41:42 -07:00
test_client_focus.html Bug 1155989 - Dump the rejection of the promise returned by ServiceWorkerRegistration.unregister() in our tests; r=nsm 2015-04-21 00:24:44 -04:00
test_close.html Bug 1155989 - Dump the rejection of the promise returned by ServiceWorkerRegistration.unregister() in our tests; r=nsm 2015-04-21 00:24:44 -04:00
test_controller.html Bug 1155987 - Unregister the service workers registered in tests; r=nsm 2015-04-21 00:21:30 -04:00
test_empty_serviceworker.html Bug 1155989 - Dump the rejection of the promise returned by ServiceWorkerRegistration.unregister() in our tests; r=nsm 2015-04-21 00:24:44 -04:00
test_fetch_event.html Bug 1156432 - Part 1: Unregister the service worker when we are done with it; r=nsm 2015-04-21 00:25:08 -04:00
test_force_refresh.html Bug 1157619 P2 Test that service worker is not intercepted on force refresh. r=ehsan 2015-06-01 10:53:20 -04:00
test_https_fetch_cloned_response.html
test_https_fetch.html Bug 1156847 - Part 7: Add unit tests for responding to a FetchEvent with a synthesized Response both in the case where the service worker is loaded from the network and from the cache; r=nsm 2015-04-29 20:22:31 -04:00
test_https_synth_fetch_from_cached_sw.html Bug 1156847 - Part 7: Add unit tests for responding to a FetchEvent with a synthesized Response both in the case where the service worker is loaded from the network and from the cache; r=nsm 2015-04-29 20:22:31 -04:00
test_importscript.html Bug 1162344 - Use the exemptFromPerDomainMax pref in test_importscript.html; r=nsm 2015-05-08 16:33:05 -04:00
test_install_event.html
test_installation_simple.html Bug 1155987 - Unregister the service workers registered in tests; r=nsm 2015-04-21 00:21:30 -04:00
test_match_all_advanced.html Bug 1155989 - Dump the rejection of the promise returned by ServiceWorkerRegistration.unregister() in our tests; r=nsm 2015-04-21 00:24:44 -04:00
test_match_all_client_id.html Bug 1155989 - Dump the rejection of the promise returned by ServiceWorkerRegistration.unregister() in our tests; r=nsm 2015-04-21 00:24:44 -04:00
test_match_all_client_properties.html Bug 1155989 - Dump the rejection of the promise returned by ServiceWorkerRegistration.unregister() in our tests; r=nsm 2015-04-21 00:24:44 -04:00
test_match_all.html Bug 1155989 - Dump the rejection of the promise returned by ServiceWorkerRegistration.unregister() in our tests; r=nsm 2015-04-21 00:24:44 -04:00
test_navigator.html
test_periodic_https_update.html Bug 1159378 - Part 4: Add a unit test for periodic updates of service workers on HTTPS origins; r=nsm 2015-05-04 10:18:19 -04:00
test_periodic_update.html Bug 1159378 - Part 3: Refactor the logic of test_periodic_update.html into a helper script; r=nsm 2015-05-04 10:18:12 -04:00
test_post_message_advanced.html Bug 1155989 - Dump the rejection of the promise returned by ServiceWorkerRegistration.unregister() in our tests; r=nsm 2015-04-21 00:24:44 -04:00
test_post_message_source.html Bug 1155989 - Dump the rejection of the promise returned by ServiceWorkerRegistration.unregister() in our tests; r=nsm 2015-04-21 00:24:44 -04:00
test_post_message.html Bug 1155989 - Dump the rejection of the promise returned by ServiceWorkerRegistration.unregister() in our tests; r=nsm 2015-04-21 00:24:44 -04:00
test_request_context.html Bug 1168676 - Switch off embed/object ServiceWorker interception. r=ehsan 2015-05-28 16:27:45 -07:00
test_sandbox_intercept.html
test_sanitize_domain.html
test_sanitize.html
test_scopes.html
test_service_worker_allowed.html Bug 1130101 - Part 3: Add unit tests for the handling of the Service-Worker-Allowed header; r=nsm 2015-05-07 21:07:10 -04:00
test_serviceworker_interfaces.html Bug 1161036 part 2. Only force-enable dom cache in test_serviceworker_interfaces if we're having to force-enable servicewceworkers too. r=bkelly 2015-05-05 13:38:56 -04:00
test_serviceworker_interfaces.js Bug 1155761 - User Timing API in Workers, r=ehsan 2015-05-25 17:53:07 +01:00
test_serviceworker_not_sharedworker.html Bug 1155989 - Dump the rejection of the promise returned by ServiceWorkerRegistration.unregister() in our tests; r=nsm 2015-04-21 00:24:44 -04:00
test_unregister.html
test_workerUnregister.html Bug 1131327 - Patch 5 - Implement ServiceWorkerRegistration.unregister() on worker. r=baku 2015-04-07 14:17:02 -07:00
test_workerUpdate.html Bug 1131327 - Patch 4 - Implement ServiceWorkerRegistration.update() on worker. r=baku 2015-04-07 11:50:08 -07:00
test_workerupdatefoundevent.html Clean up after test_workerupdatefoundevent.html, no bug 2015-05-05 21:45:00 -04:00
updatefoundevent.html Bug 1131327 - Patch 7 - Fire updatefound on worker registration. r=baku 2015-04-08 15:22:36 -07:00
worker2.js
worker3.js
worker_unregister.js Bug 1131327 - Patch 5 - Implement ServiceWorkerRegistration.unregister() on worker. r=baku 2015-04-07 14:17:02 -07:00
worker_update.js Bug 1131327 - Patch 4 - Implement ServiceWorkerRegistration.update() on worker. r=baku 2015-04-07 11:50:08 -07:00
worker_updatefoundevent2.js Revert the debugging patch for bug 1157901 2015-05-05 21:43:53 -04:00
worker_updatefoundevent.js Revert the debugging patch for bug 1157901 2015-05-05 21:43:53 -04:00
worker.js