gecko-dev/dom/tests/mochitest/fetch
Ehsan Akhgari 3560287639 Bug 1143981 - Reroute all fetch tests through a transparent service worker; r=nsm
--HG--
rename : dom/tests/mochitest/fetch/test_request.html => dom/tests/mochitest/fetch/reroute.html
rename : dom/tests/mochitest/fetch/test_request.html => dom/tests/mochitest/fetch/test_fetch_basic_http_sw_reroute.html
rename : dom/tests/mochitest/fetch/test_request.html => dom/tests/mochitest/fetch/test_fetch_basic_sw_reroute.html
rename : dom/tests/mochitest/fetch/test_request.html => dom/tests/mochitest/fetch/test_fetch_cors_sw_reroute.html
rename : dom/tests/mochitest/fetch/test_request.html => dom/tests/mochitest/fetch/test_formdataparsing_sw_reroute.html
rename : dom/tests/mochitest/fetch/test_request.html => dom/tests/mochitest/fetch/test_headers_sw_reroute.html
rename : dom/tests/mochitest/fetch/test_request.html => dom/tests/mochitest/fetch/test_request_sw_reroute.html
rename : dom/tests/mochitest/fetch/test_request.html => dom/tests/mochitest/fetch/test_response_sw_reroute.html
2015-05-14 09:10:20 -04:00
..
app-protocol Bug 1161288 - Support app:// origins on Fetch API. r=baku,nsm 2015-05-07 20:42:07 +02:00
fetch_test_framework.js Bug 1143981 - Reroute all fetch tests through a transparent service worker; r=nsm 2015-05-14 09:10:20 -04:00
message_receiver.html Bug 1164304 - Run all fetch tests in the service worker context as well; r=nsm 2015-05-13 16:46:25 -04:00
mochitest.ini Bug 1143981 - Reroute all fetch tests through a transparent service worker; r=nsm 2015-05-14 09:10:20 -04:00
reroute.html Bug 1143981 - Reroute all fetch tests through a transparent service worker; r=nsm 2015-05-14 09:10:20 -04:00
reroute.js Bug 1143981 - Reroute all fetch tests through a transparent service worker; r=nsm 2015-05-14 09:10:20 -04:00
reroute.js^headers^ Bug 1143981 - Reroute all fetch tests through a transparent service worker; r=nsm 2015-05-14 09:10:20 -04:00
sw_reroute.js Bug 1143981 - Reroute all fetch tests through a transparent service worker; r=nsm 2015-05-14 09:10:20 -04:00
test_fetch_app_protocol.html Bug 1161288 - Support app:// origins on Fetch API. r=baku,nsm 2015-05-07 20:42:07 +02:00
test_fetch_basic_http_sw_reroute.html Bug 1143981 - Reroute all fetch tests through a transparent service worker; r=nsm 2015-05-14 09:10:20 -04:00
test_fetch_basic_http.html Bug 1109751 - Consume FormData support in Fetch API. r=baku 2015-04-03 22:55:15 -07:00
test_fetch_basic_http.js Bug 1143857 - Add FormData serialize support to Fetch API. r=ehsan 2015-03-17 08:32:04 -07:00
test_fetch_basic_sw_reroute.html Bug 1143981 - Reroute all fetch tests through a transparent service worker; r=nsm 2015-05-14 09:10:20 -04:00
test_fetch_basic.html Bug 1109751 - Consume FormData support in Fetch API. r=baku 2015-04-03 22:55:15 -07:00
test_fetch_basic.js Bug 1140791 - Run fetch tests on main thread and workers. r=ehsan 2015-03-11 14:48:58 -07:00
test_fetch_cors_sw_reroute.html Bug 1143981 - Reroute all fetch tests through a transparent service worker; r=nsm 2015-05-14 09:10:20 -04:00
test_fetch_cors.html Bug 1109751 - Consume FormData support in Fetch API. r=baku 2015-04-03 22:55:15 -07:00
test_fetch_cors.js Bug 1144249 - fix fetch no-cors mode. r=bkelly 2015-03-17 08:47:04 -07:00
test_formdataparsing_sw_reroute.html Bug 1143981 - Reroute all fetch tests through a transparent service worker; r=nsm 2015-05-14 09:10:20 -04:00
test_formdataparsing.html Bug 1109751 - Consume FormData support in Fetch API. r=baku 2015-04-03 22:55:15 -07:00
test_formdataparsing.js Bug 1109751 - Consume FormData support in Fetch API. r=baku 2015-04-03 22:55:15 -07:00
test_headers_common.js Bug 1140791 - Run fetch tests on main thread and workers. r=ehsan 2015-03-11 14:48:58 -07:00
test_headers_mainthread.html Bug 1140791 - Run fetch tests on main thread and workers. r=ehsan 2015-03-11 14:48:58 -07:00
test_headers_sw_reroute.html Bug 1143981 - Reroute all fetch tests through a transparent service worker; r=nsm 2015-05-14 09:10:20 -04:00
test_headers.html Bug 1109751 - Consume FormData support in Fetch API. r=baku 2015-04-03 22:55:15 -07:00
test_request_sw_reroute.html Bug 1143981 - Reroute all fetch tests through a transparent service worker; r=nsm 2015-05-14 09:10:20 -04:00
test_request.html Bug 1143981 - Reroute all fetch tests through a transparent service worker; r=nsm 2015-05-14 09:10:20 -04:00
test_request.js Bug 1154268 - Fetch Request should not allow creating a GET request with a body by copying a PUT request. r=bkelly 2015-05-13 15:15:23 -07:00
test_response_sw_reroute.html Bug 1143981 - Reroute all fetch tests through a transparent service worker; r=nsm 2015-05-14 09:10:20 -04:00
test_response.html Bug 1109751 - Consume FormData support in Fetch API. r=baku 2015-04-03 22:55:15 -07:00
test_response.js Bug 1146059 - Remove Response.finalURL. r=ehsan 2015-03-21 17:49:29 -07:00
utils.js Bug 1109751 - Consume FormData support in Fetch API. r=baku 2015-04-03 22:55:15 -07:00
worker_wrapper.js Bug 1164304 - Run all fetch tests in the service worker context as well; r=nsm 2015-05-13 16:46:25 -04:00