gecko-dev/dom/workers/test/serviceworkers
Tom Tung 9988d0b61e Bug 1415388 - P3: Fix the issues on try. r=bkelly
Basically, this patch does three things as following:
1. Limit the scope of service worker to the controlling document so that it
won't influence other tests.
2. Ensure to catch the channel to controlling document if it's an internal
redirect. We should get two channel with the response.URL(The first one for the
service worker and the second one for the controlling document). Distingulish
them by the order.
3. Ensure to get the controller change event after posting the "claim" message
to the service worker.

--HG--
extra : rebase_source : fb2395fb6dce59ae0fd49b0b915aca52c78206e0
2017-11-17 17:16:05 +08:00
..
claim_clients
controller
download Bug 1288915 P2 Verify that synthetic download works with a Content-Encoding header set. r=jdm 2016-07-28 15:51:51 -04:00
eventsource Bug 1263469 P4 Update test_eventsource_intercept.html to validate FetchEvent.request.cache. r=ehsan 2016-04-15 11:15:58 -07:00
fetch Bug 1392220 - do not parse or return body for XHRs with HEAD or CONNECT method; r=baku 2017-09-09 15:34:48 -04:00
match_all_client
match_all_clients Bug 1339844 P3 Test for Client.type in mochitest. r=asuth 2017-02-15 15:12:37 -05:00
notification Bug 1237363 - Part 1: Unregister all service workers registered in mochitests at the end of the test; r=jdm 2016-01-12 09:51:19 -05:00
notification_alt Bug 1237363 - Part 1: Unregister all service workers registered in mochitests at the end of the test; r=jdm 2016-01-12 09:51:19 -05:00
open_window Bug 1172870 - Part 3 - Fix openWindow mochitest to work on e10s. r=smaug 2015-10-30 20:51:40 +02:00
sanitize
scope
simpleregister Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
skip_waiting_scope
sw_clients Bug 1218135 - Remove FetchEvent.client; r=bzbarsky 2015-10-26 23:00:16 -04:00
swa
thirdparty Bug 1336364 P8 Expand test_third_party_iframes.html to verify worker scripts are intercepted. r=asuth 2017-09-20 09:24:07 -07:00
unregister
workerUpdate
xslt Bug 1182113 - Test XSLT serviceworker load. r=bkelly 2015-09-10 12:42:02 +02:00
activate_event_error_worker.js
async_waituntil_worker.js Bug 1263304 - Add a mochitest for asynchronously calling waitUntil(). r=bkelly 2016-11-21 02:14:53 +00:00
blocking_install_event_worker.js Bug 1273920 P3 Add mochitest that demonstrates we cancel sw install if install event is GC'd. r=asuth 2016-05-24 14:08:20 -07:00
browser_base_force_refresh.html
browser_cached_force_refresh.html Bug 1265771 P3 Expand browser_force_refresh.js to verify Clients.matchAll() behavior on refresh. r=bz 2016-04-24 08:11:32 -07:00
browser_devtools_serviceworker_interception.js Bug 1415388 - P3: Fix the issues on try. r=bkelly 2017-11-17 17:16:05 +08:00
browser_download.js Bug 1381411 - Implement the DownloadHistoryList object. r=mak 2017-08-04 14:48:53 +01:00
browser_force_refresh.js Bug 1362993 - Rewrite gBrowser.addTab() to use BrowserTestUtils.addTab(). r=florian 2017-05-15 21:49:50 +02:00
browser_multie10s_update.js Bug 1374282 - script generated patch to remove Task.jsm calls, r=Mossop. 2017-06-22 12:51:42 +02:00
browser_userContextId_openWindow.js Bug 1409761 Create dom.serviceWorkers.disable_open_click_delay and set it to a larger value on fennec. r=smaug 2017-10-23 14:24:31 -04:00
browser.ini Bug 1415388 - P1: Move the test_devtools_serviceworker_interception to a browser test. r=bkelly 2017-11-09 09:24:20 +08:00
bug1151916_driver.html
bug1151916_worker.js
bug1240436_worker.js Bug 1266637 - Followup to Bug1240436 - Add test case to load service worker script with special characters. r=khuey 2016-04-21 10:01:00 +08:00
bug1290951_worker_imported.sjs Bug 1290951 - P4.2: Add a mochitest for an useless imported script after an update. r=bkelly 2017-06-07 14:07:20 +08:00
bug1290951_worker_main.sjs Bug 1290951 - P4.2: Add a mochitest for an useless imported script after an update. r=bkelly 2017-06-07 14:07:20 +08:00
chrome_helpers.js Bug 1374282 - script generated patch to remove Task.jsm calls, r=Mossop. 2017-06-22 12:51:42 +02:00
chrome.ini Bug 1415388 - P1: Move the test_devtools_serviceworker_interception to a browser test. r=bkelly 2017-11-09 09:24:20 +08:00
claim_oninstall_worker.js
claim_worker_1.js Bug 1345132 Fix races in test_claim.html mochitest. r=catalinb 2017-03-08 10:19:26 -05:00
claim_worker_2.js Bug 1345132 Fix races in test_claim.html mochitest. r=catalinb 2017-03-08 10:19:26 -05:00
close_test.js
create_another_sharedWorker.html Bug 1301966 - Prevent serviceWorker to modify response for sharedWorker and remove the second unexpected registration for the serviceWorker test. r=bkelly. 2016-09-26 09:54:10 +08:00
empty.html Bug 1388413 - ServiceWorkerClients::openWindow() - OriginAttributes test, r=smaug 2017-09-28 10:38:58 +02:00
empty.js
error_reporting_helpers.js Bug 1167553 - Timeout-related Service Worker shutdowns should be reported. r=bkelly 2016-07-10 22:22:29 -04:00
eval_worker.js
fetch_event_worker.js Bug 1128959 - Implement the WHATWG Streams spec - part 16 - report stream errors during consumption r=bkelly 2017-08-10 18:04:56 -07:00
fetch.js Bug 1415388 - P2: Add a test to verify pass timing data correctlly after an internal redirect. r=bkelly 2017-11-14 15:12:33 +08:00
file_blob_response_worker.js Bug 1253777 P2 Test passing a file-backed blob to FetchEvent.respondWith(). r=jdm 2016-03-09 13:41:29 -08:00
file_multie10s_update.html Bug 1346247 - Avoid race conditions when SW are updated - part 2 - tests, r=bkelly 2017-03-28 11:48:57 +02:00
file_userContextId_openWindow.js Bug 1388413 - ServiceWorkerClients::openWindow() - OriginAttributes test, r=smaug 2017-09-28 10:38:58 +02:00
force_refresh_browser_worker.js Bug 1265771 P3 Expand browser_force_refresh.js to verify Clients.matchAll() behavior on refresh. r=bz 2016-04-24 08:11:32 -07:00
force_refresh_worker.js Bug 1263469 P2 Validate FetchEvent.request.cache in refresh mochitest. r=ehsan 2016-04-15 11:15:58 -07:00
gzip_redirect_worker.js
header_checker.sjs Bug 1185558 - Send a "Service-Worker: script" header when downloading service worker scripts; r=bkelly 2015-10-22 17:33:35 -04:00
hello.html Bug 1301966 - Prevent serviceWorker to modify response for sharedWorker and remove the second unexpected registration for the serviceWorker test. r=bkelly. 2016-09-26 09:54:10 +08:00
importscript_worker.js Bug 1249351 part 2. Clean up test_importscript.html and add multiple-url importScript() case. r=bz 2016-02-22 17:13:42 -05:00
importscript.sjs
install_event_error_worker.js Bug 1271692 - Do not fail event processing if an exception is thrown in ServiceWorker. r=bkelly 2016-11-10 17:53:24 +08:00
install_event_worker.js
lazy_worker.js Bug 1317266 - Test registration.installing getting collected before all statechange events are dispatched. r=bkelly 2016-11-21 02:14:53 +00:00
lorem_script.js Bug 1249351 part 2. Clean up test_importscript.html and add multiple-url importScript() case. r=bz 2016-02-22 17:13:42 -05:00
match_all_advanced_worker.js
match_all_client_id_worker.js
match_all_properties_worker.js Bug 1339844 P3 Test for Client.type in mochitest. r=asuth 2017-02-15 15:12:37 -05:00
match_all_worker.js
message_posting_worker.js
message_receiver.html
mochitest.ini Bug 1408734 - Return InvalidStateError when accessing ServiceWorkerRegistration::updateViaCache after unregister. r=bkelly 2017-10-26 22:55:19 +08:00
nofetch_handler_worker.js Bug 1325101 - Update nofetch handler mochitest. r=bkelly 2016-12-21 10:38:00 +08:00
notification_constructor_error.js
notification_get_sw.js
notificationclick_focus.html
notificationclick_focus.js
notificationclick-otherwindow.html Bug 1255692. Add another test for calling ServiceWorkerRegistration.showNotification. r=wchen 2016-03-10 23:14:01 -05:00
notificationclick.html
notificationclick.js
notificationclose.html Bug 1265841 - Implement the notificationclose service worker event. r=wchen,baku 2016-04-19 22:04:09 -07:00
notificationclose.js Bug 1265841 - Implement the notificationclose service worker event. r=wchen,baku 2016-04-19 22:04:09 -07:00
notify_loaded.js
opaque_intercept_worker.js
openWindow_worker.js Bug 1222097 - Test openWindow with a relative URL. r=bkelly 2015-11-06 12:09:00 +01:00
parse_error_worker.js
redirect_post.sjs Bug 1203680 P1 Test file blob uploads with service worker interception. r=nsm 2015-09-15 10:15:45 -07:00
redirect_serviceworker.sjs
redirect.sjs Bug 1172870 - Implement service workers clients.openWindow for desktop (non-e10s). r=baku,smaug 2015-10-24 15:16:23 +03:00
register_https.html
sanitize_worker.js
server_multie10s_update.sjs Bug 1346247 - Avoid race conditions when SW are updated - part 2 - tests, r=bkelly 2017-03-28 11:48:57 +02:00
service_worker_client.html Bug 1343463 - Move indexeddb service worker test to serviceworkers folder, r=baku 2017-03-07 13:40:37 +08:00
service_worker.js Bug 1343463 - Move indexeddb service worker test to serviceworkers folder, r=baku 2017-03-07 13:40:37 +08:00
serviceworker_not_sharedworker.js
serviceworker_wrapper.js Bug 1308267 - Part 3: Remove b2g interfaces from test_serviceworker_interfaces.html; r=baku 2016-10-09 17:45:08 -04:00
serviceworker.html Bug 1233644 - use pattern matching when listening clear-origin-data. r=baku 2015-12-18 18:58:41 +08:00
serviceworkerinfo_iframe.html Bug 1410634 P2 Verify ServiceWorkerInfo.lastUpdateTime is not changed when reading from http cache. r=tt 2017-10-24 09:24:53 -04:00
serviceworkermanager_iframe.html Bug 1220740 - nsIServiceWorkerRegistrationInfo should emit an event when its scriptSpec property changes;r=amarchesini 2015-11-13 21:54:45 +01:00
serviceworkerregistrationinfo_iframe.html Bug 1237363 - Part 1: Unregister all service workers registered in mochitests at the end of the test; r=jdm 2016-01-12 09:51:19 -05:00
sharedWorker_fetch.js Bug 1301966 - Prevent serviceWorker to modify response for sharedWorker and remove the second unexpected registration for the serviceWorker test. r=bkelly. 2016-09-26 09:54:10 +08:00
skip_waiting_installed_worker.js
source_message_posting_worker.js Bug 1207068 - Implement ExtendableMessageEvent interface. r=baku 2015-11-10 14:31:41 +08:00
strict_mode_warning.js
sw_bad_mime_type.js Bug 1233798 - report to console when service worker register fails due to mime-type issues. r=bkelly 2016-07-10 22:22:28 -04:00
sw_bad_mime_type.js^headers^ Bug 1233798 - report to console when service worker register fails due to mime-type issues. r=bkelly 2016-07-10 22:22:28 -04:00
test_async_waituntil.html Bug 1374282 - script generated patch to remove Task.jsm calls, r=Mossop. 2017-06-22 12:51:42 +02:00
test_bug1151916.html Bug 1334831 - script-generated patch to use .remove() instead of .parentNode.removeChild, r=jaws. 2017-01-30 08:10:22 +01:00
test_bug1240436.html Bug 1266637 - Followup to Bug1240436 - Add test case to load service worker script with special characters. r=khuey 2016-04-21 10:01:00 +08:00
test_bug1408734.html Bug 1413056 - Use utils.js in test_bug1408734.html for waitForState and waitForControlled. r=bkelly 2017-10-31 10:34:22 +08:00
test_claim_oninstall.html Bug 1252055 P2 Update tests to verify ServiceWorker object equality. r=ehsan 2016-03-03 19:37:59 -05:00
test_claim.html Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
test_client_focus.html Bug 1364277 Wait for service workers to activate more in dom/workers/test/serviceworkers. r=asuth 2017-05-15 06:22:22 -07:00
test_controller.html Bug 1364277 Wait for service workers to activate more in dom/workers/test/serviceworkers. r=asuth 2017-05-15 06:22:22 -07:00
test_cookie_fetch.html Bug 1377019 - Add a test to ensure that a synthesized document has access to a cookie set before its controlling service worker has been registered; r=jdm 2017-06-29 15:35:49 -04:00
test_cross_origin_url_after_redirect.html Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
test_csp_upgrade-insecure_intercept.html Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
test_devtools_bypass_serviceworker.html Bug 1411746 Make tests that wait for controller change also wait for SW activation before claim(). r=tt 2017-10-27 10:48:26 -04:00
test_devtools_track_serviceworker_time.html Bug 1410634 P2 Verify ServiceWorkerInfo.lastUpdateTime is not changed when reading from http cache. r=tt 2017-10-24 09:24:53 -04:00
test_empty_serviceworker.html Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
test_error_reporting.html Bug 1374282 - script generated patch to remove Task.jsm calls, r=Mossop. 2017-06-22 12:51:42 +02:00
test_escapedSlashes.html
test_eval_allowed.html Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
test_eval_allowed.html^headers^ Bug 1223647: CSP erroneously inherited into dedicated workers. r=ckerschb 2015-11-10 21:16:12 -08:00
test_eventsource_intercept.html Bug 1251875 - Part 2: Remove the dom.serviceWorkers.interception.opaque.enabled pref; r=bkelly 2016-03-01 09:17:59 -05:00
test_fetch_event_with_thirdpartypref.html Bug 1336364 P7 Add a mochitest to verify subresource fetch events still work with 3rd party iframe cookies disabled. r=asuth 2017-09-20 09:24:07 -07:00
test_fetch_event.html Bug 1128959 - Implement the WHATWG Streams spec - part 12 - starting body consuming and passing the JSContext down from the binding entrypoints to where the ReadableStream could be read, r=bz 2017-08-10 18:04:55 -07:00
test_fetch_integrity.html Bug 1411746 Make tests that wait for controller change also wait for SW activation before claim(). r=tt 2017-10-27 10:48:26 -04:00
test_file_blob_response.html Bug 1364277 Wait for service workers to activate more in dom/workers/test/serviceworkers. r=asuth 2017-05-15 06:22:22 -07:00
test_file_blob_upload.html Bug 1364277 Wait for service workers to activate more in dom/workers/test/serviceworkers. r=asuth 2017-05-15 06:22:22 -07:00
test_force_refresh.html Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
test_gzip_redirect.html Bug 1364277 Wait for service workers to activate more in dom/workers/test/serviceworkers. r=asuth 2017-05-15 06:22:22 -07:00
test_hsts_upgrade_intercept.html Bug 1300464 - Propagate redirecting channel's security information to new HTTP channels when intercepted channels are redirected. r=mayhemer 2016-09-16 13:38:07 -04:00
test_https_fetch_cloned_response.html Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
test_https_fetch.html Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
test_https_origin_after_redirect_cached.html Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
test_https_origin_after_redirect.html Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
test_https_synth_fetch_from_cached_sw.html Bug 1334831 - script-generated patch to use .remove() instead of .parentNode.removeChild, r=jaws. 2017-01-30 08:10:22 +01:00
test_imagecache_max_age.html Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
test_imagecache.html Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
test_importscript_mixedcontent.html Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
test_importscript.html Bug 1364277 Wait for service workers to activate more in dom/workers/test/serviceworkers. r=asuth 2017-05-15 06:22:22 -07:00
test_install_event_gc.html Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws. 2017-04-14 21:51:39 +02:00
test_install_event.html Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
test_installation_simple.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_match_all_advanced.html Bug 1364277 Wait for service workers to activate more in dom/workers/test/serviceworkers. r=asuth 2017-05-15 06:22:22 -07:00
test_match_all_client_id.html Bug 1364277 Wait for service workers to activate more in dom/workers/test/serviceworkers. r=asuth 2017-05-15 06:22:22 -07:00
test_match_all_client_properties.html Bug 1364277 Wait for service workers to activate more in dom/workers/test/serviceworkers. r=asuth 2017-05-15 06:22:22 -07:00
test_match_all.html Bug 1364277 Wait for service workers to activate more in dom/workers/test/serviceworkers. r=asuth 2017-05-15 06:22:22 -07:00
test_navigator.html Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
test_nofetch_handler.html Bug 1374282 - script generated patch to remove Task.jsm calls, r=Mossop. 2017-06-22 12:51:42 +02:00
test_not_intercept_plugin.html Bug 1364277 Wait for service workers to activate more in dom/workers/test/serviceworkers. r=asuth 2017-05-15 06:22:22 -07:00
test_notification_constructor_error.html Bug 1217909 P7 Fix mochitest to expect TypeError when serviceWorker.register() rejects. r=catalinb 2015-11-16 08:04:11 -08:00
test_notification_get.html Bug 1287143 - Remove the window argument to SpecialPowers.exactGC(). r=jmaher 2016-07-19 13:13:00 +08:00
test_notificationclick_focus.html Bug 1409761 Create dom.serviceWorkers.disable_open_click_delay and set it to a larger value on fennec. r=smaug 2017-10-23 14:24:31 -04:00
test_notificationclick-otherwindow.html Bug 1378949 - Fix SW notification tests that assumed activated SW to wait for activation. r=bkelly 2017-09-15 16:05:16 -04:00
test_notificationclick.html Bug 1378949 - Fix SW notification tests that assumed activated SW to wait for activation. r=bkelly 2017-09-15 16:05:16 -04:00
test_notificationclose.html Bug 1378949 - Fix SW notification tests that assumed activated SW to wait for activation. r=bkelly 2017-09-15 16:05:16 -04:00
test_opaque_intercept.html Bug 1251875 - Part 2: Remove the dom.serviceWorkers.interception.opaque.enabled pref; r=bkelly 2016-03-01 09:17:59 -05:00
test_openWindow.html Bug 1409761 Create dom.serviceWorkers.disable_open_click_delay and set it to a larger value on fennec. r=smaug 2017-10-23 14:24:31 -04:00
test_origin_after_redirect_cached.html Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
test_origin_after_redirect_to_https_cached.html Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
test_origin_after_redirect_to_https.html Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
test_origin_after_redirect.html Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
test_post_message_advanced.html Bug 1364277 Wait for service workers to activate more in dom/workers/test/serviceworkers. r=asuth 2017-05-15 06:22:22 -07:00
test_post_message_source.html Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
test_post_message.html Bug 1364277 Wait for service workers to activate more in dom/workers/test/serviceworkers. r=asuth 2017-05-15 06:22:22 -07:00
test_privateBrowsing.html Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws. 2017-01-25 07:01:52 +01:00
test_register_base.html
test_register_https_in_http.html
test_request_context_audio.html
test_request_context_beacon.html
test_request_context_cache.html
test_request_context_cspreport.html
test_request_context_embed.html
test_request_context_fetch.html
test_request_context_font.html
test_request_context_frame.html
test_request_context_iframe.html
test_request_context_image.html
test_request_context_imagesrcset.html
test_request_context_internal.html
test_request_context_nestedworker.html
test_request_context_nestedworkerinsharedworker.html
test_request_context_object.html
test_request_context_picture.html
test_request_context_ping.html
test_request_context_plugin.html
test_request_context_script.html
test_request_context_sharedworker.html
test_request_context_style.html
test_request_context_track.html
test_request_context_video.html
test_request_context_worker.html
test_request_context_xhr.html
test_request_context_xslt.html
test_request_context.js Bug 1372670 - part 3 - add spinEventLoopUntil to nsIThreadManager; r=erahm,florian 2017-06-21 12:59:28 -04:00
test_sandbox_intercept.html Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
test_sanitize_domain.html Bug 1287143 - Remove the window argument to SpecialPowers.exactGC(). r=jmaher 2016-07-19 13:13:00 +08:00
test_sanitize.html Bug 1287143 - Remove the window argument to SpecialPowers.exactGC(). r=jmaher 2016-07-19 13:13:00 +08:00
test_scopes.html Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
test_service_worker_allowed.html Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
test_serviceworker_header.html Bug 1185558 - Send a "Service-Worker: script" header when downloading service worker scripts; r=bkelly 2015-10-22 17:33:35 -04:00
test_serviceworker_interfaces.html Bug 1308267 - Part 3: Remove b2g interfaces from test_serviceworker_interfaces.html; r=baku 2016-10-09 17:45:08 -04:00
test_serviceworker_interfaces.js Bug 1413867 - Remove StopIteration object. r=evilpie 2017-11-05 19:01:04 +01:00
test_serviceworker_not_sharedworker.html Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
test_serviceworker.html Bug 1364277 Wait for service workers to activate more in dom/workers/test/serviceworkers. r=asuth 2017-05-15 06:22:22 -07:00
test_serviceworkerinfo.xul Bug 1374282 - script generated patch to remove Task.jsm calls, r=Mossop. 2017-06-22 12:51:42 +02:00
test_serviceworkermanager.xul Bug 1374282 - script generated patch to remove Task.jsm calls, r=Mossop. 2017-06-22 12:51:42 +02:00
test_serviceworkerregistrationinfo.xul Bug 1374282 - script generated patch to remove Task.jsm calls, r=Mossop. 2017-06-22 12:51:42 +02:00
test_skip_waiting.html Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
test_strict_mode_warning.html Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
test_third_party_iframes.html Bug 1336364 P8 Expand test_third_party_iframes.html to verify worker scripts are intercepted. r=asuth 2017-09-20 09:24:07 -07:00
test_unregister.html Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
test_unresolved_fetch_interception.html Bug 1411746 Make tests that wait for controller change also wait for SW activation before claim(). r=tt 2017-10-27 10:48:26 -04:00
test_update_missing_imported_script.html Bug 1290951 - P4.2: Add a mochitest for an useless imported script after an update. r=bkelly 2017-06-07 14:07:20 +08:00
test_worker_reference_gc_timeout.html Bug 1374282 - script generated patch to remove Task.jsm calls, r=Mossop. 2017-06-22 12:51:42 +02:00
test_workerUnregister.html Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
test_workerUpdate.html Bug 1364277 Wait for service workers to activate more in dom/workers/test/serviceworkers. r=asuth 2017-05-15 06:22:22 -07:00
test_workerupdatefoundevent.html Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
test_xslt.html Bug 1364277 Wait for service workers to activate more in dom/workers/test/serviceworkers. r=asuth 2017-05-15 06:22:22 -07:00
unresolved_fetch_worker.js Bug 1411746 Make tests that wait for controller change also wait for SW activation before claim(). r=tt 2017-10-27 10:48:26 -04:00
updatefoundevent.html
utils.js Bug 1204254 P15 Try to make test_devtools_serviceworker_interception.html handle --verify runs again. r=asuth 2017-10-17 13:38:56 -07:00
worker2.js
worker3.js
worker_unregister.js
worker_update.js
worker_updatefoundevent2.js
worker_updatefoundevent.js
worker.js
xslt_worker.js Bug 1182113 - Test XSLT serviceworker load. r=bkelly 2015-09-10 12:42:02 +02:00