gecko-dev/dom/tests/mochitest/fetch
Florian Quèze 2b1c8dccb6 Bug 1339461 - script-generated patch to convert foo.indexOf(...) == -1 to foo.includes(), r=Mossop. 2018-02-01 20:45:22 +01:00
..
common_readableStreams.js Bug 1128959 - Implement the WHATWG Streams spec - part 15 - setting the correct global when ReadableStream.getReader() is called, r=bz 2017-08-10 18:04:56 -07:00
common_temporaryFileBlob.js
empty.js
empty.js^headers^
fetch_test_framework.js Bug 1364276 Wait for service worker to activate before proceeding in tests. r=asuth 2017-05-15 06:22:20 -07:00
file_fetch_cached_redirect.html Bug 1374943 - Fetch needs to handle redirect=error not resulting in NS_FAILED. r=bkelly 2017-06-21 08:28:34 -04:00
file_fetch_cached_redirect.html^headers^ Bug 1374943 - Fetch needs to handle redirect=error not resulting in NS_FAILED. r=bkelly 2017-06-21 08:28:34 -04:00
file_fetch_csp_block_frame.html
file_fetch_csp_block_frame.html^headers^
file_fetch_observer.html Bug 1378342 - AbortSignal/AbortController - part 2 - Renaming FetchController/FetchSignal, r=bkelly 2017-08-29 11:31:06 +02:00
iframe_readableStreams.html Bug 1128959 - Implement the WHATWG Streams spec - part 14 - cross-compartment tests, r=bz 2017-08-10 18:04:56 -07:00
message_receiver.html
mochitest.ini Bug 1381748 - Cleanup FetchConsumer workflow - part 3 - shutdown workflow, r=catalinb 2017-09-04 17:06:47 +02:00
nested_worker_wrapper.js
reroute.html
reroute.js Bug 1339461 - script-generated patch to convert foo.indexOf(...) == -1 to foo.includes(), r=Mossop. 2018-02-01 20:45:22 +01:00
reroute.js^headers^
slow.sjs Bug 1341738 - Implement FetchController and FetObserver - part 5 - Dispatching observer events, r=bkelly 2017-03-22 11:07:27 +01:00
sw_reroute.js Bug 1364276 Wait for service worker to activate before proceeding in tests. r=asuth 2017-05-15 06:22:20 -07:00
test_fetch_basic.html
test_fetch_basic.js Bug 1419146 - Respect mozErrors in Request. r=bkelly 2017-11-20 17:07:26 -05:00
test_fetch_basic_http.html
test_fetch_basic_http.js Bug 1222008 - P3: Fix the test_fetch_basic_http_sw_reroute.html since we decide to propagate the response's URLs to the content. r=bkelly 2017-11-03 10:39:07 +08:00
test_fetch_basic_http_sw_empty_reroute.html Bug 1364276 Wait for service worker to activate before proceeding in tests. r=asuth 2017-05-15 06:22:20 -07:00
test_fetch_basic_http_sw_reroute.html Bug 1364276 Wait for service worker to activate before proceeding in tests. r=asuth 2017-05-15 06:22:20 -07:00
test_fetch_basic_sw_empty_reroute.html Bug 1364276 Wait for service worker to activate before proceeding in tests. r=asuth 2017-05-15 06:22:20 -07:00
test_fetch_basic_sw_reroute.html Bug 1364276 Wait for service worker to activate before proceeding in tests. r=asuth 2017-05-15 06:22:20 -07:00
test_fetch_cached_redirect.html Bug 1374943 - Fetch needs to handle redirect=error not resulting in NS_FAILED. r=bkelly 2017-06-21 08:28:34 -04:00
test_fetch_cached_redirect.js Bug 1374943 - Fetch needs to handle redirect=error not resulting in NS_FAILED. r=bkelly 2017-06-21 08:28:34 -04:00
test_fetch_cors.html
test_fetch_cors.js Bug 1339461 - script-generated patch to convert foo.indexOf(...) == -1 to foo.includes(), r=Mossop. 2018-02-01 20:45:22 +01:00
test_fetch_cors_sw_empty_reroute.html Bug 1364276 Wait for service worker to activate before proceeding in tests. r=asuth 2017-05-15 06:22:20 -07:00
test_fetch_cors_sw_reroute.html Bug 1364276 Wait for service worker to activate before proceeding in tests. r=asuth 2017-05-15 06:22:20 -07:00
test_fetch_csp_block.html
test_fetch_observer.html Bug 1402317 - Remove dom.abortController.enabled and dom.abortController.fetch.enabled prefs, r=qdot 2017-09-27 03:50:46 +02:00
test_fetch_user_control_rp.html Bug 587523: update Fetch API referrer to check for private browsing pref r=valentin 2018-01-16 15:26:26 -06:00
test_formdataparsing.html
test_formdataparsing.js Bug 1361722 Remove bogus document.write() from test_formdataparsing.js. r=jdm 2017-05-03 13:51:19 -07:00
test_formdataparsing_sw_reroute.html Bug 1364276 Wait for service worker to activate before proceeding in tests. r=asuth 2017-05-15 06:22:20 -07:00
test_headers.html
test_headers_common.js Bug 1396848 - Iterating a Header object returns sorted and combined values, r=qdot 2017-09-17 11:18:20 +02:00
test_headers_mainthread.html
test_headers_sw_reroute.html Bug 1364276 Wait for service worker to activate before proceeding in tests. r=asuth 2017-05-15 06:22:20 -07:00
test_readableStreams.html Bug 1128959 - Implement the WHATWG Streams spec - part 15 - setting the correct global when ReadableStream.getReader() is called, r=bz 2017-08-10 18:04:56 -07:00
test_request.html
test_request.js Bug 1298823 - Make Request constructor throw less often, r=qdot 2017-03-01 11:44:38 +01:00
test_request_context.html
test_request_sw_reroute.html Bug 1364276 Wait for service worker to activate before proceeding in tests. r=asuth 2017-05-15 06:22:20 -07:00
test_response.html
test_response.js
test_response_sw_reroute.html Bug 1364276 Wait for service worker to activate before proceeding in tests. r=asuth 2017-05-15 06:22:20 -07:00
test_temporaryFileBlob.html
test_webassembly_streaming.html Bug 1347644 - Baldr: implement ConsumeStreamCallback in browser (r=bkelly) 2017-10-10 14:41:24 -05:00
utils.js Bug 1364276 Wait for service worker to activate before proceeding in tests. r=asuth 2017-05-15 06:22:20 -07:00
worker_readableStreams.js Bug 1128959 - Implement the WHATWG Streams spec - part 14 - cross-compartment tests, r=bz 2017-08-10 18:04:56 -07:00
worker_temporaryFileBlob.js
worker_wrapper.js Bug 1325942 - Fix test_fetch_cors_sw_empty_reroute.html. r=ehsan 2017-03-29 01:49:00 +08:00