gecko-dev/dom/xhr/tests
Jens Stutte 275f5b64d7 Bug 1754411: Remove a race on finish in test_bug1752863.html. r=dom-worker-reviewers,asuth
Depends on D138131

Differential Revision: https://phabricator.services.mozilla.com/D138264
2022-02-09 16:03:14 +00:00
..
crashtests
subdir
.eslintrc.js
browser.ini
browser_blobFromFile.js Bug 1723723 - stop using getURLSpecFromFile from JS code to avoid mainthread IO, r=florian 2021-08-03 18:32:50 +00:00
browser_sync_xhr_event_handing_switch_bcg.js Bug 1723511: Update tests within dom/xhr to work with https-first enabled r=smaug 2021-08-03 05:16:15 +00:00
browser_temporaryFile.js
browser_xhr_onchange_leak.html
browser_xhr_onchange_leak.js
browser_xhr_substituted_protocol_responseURL.js
common_temporaryFileBlob.js
echo.sjs Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers 2021-10-18 09:26:33 +00:00
empty.html
empty_parent.html
file_XHRDocURI.html
file_XHRDocURI.html^headers^
file_XHRDocURI.sjs Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers 2021-10-18 09:26:33 +00:00
file_XHRDocURI.text
file_XHRDocURI.text^headers^
file_XHRDocURI.xml
file_XHRDocURI.xml^headers^
file_XHRResponseURL.js
file_XHRResponseURL.sjs Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers 2021-10-18 09:26:33 +00:00
file_XHRResponseURL.text
file_XHRResponseURL.text^headers^
file_XHRResponseURL_nocors.text
file_XHRSendData.sjs Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers 2021-10-18 09:26:33 +00:00
file_XHRSendData_doc.xml
file_XHRSendData_doc.xml^headers^
file_XHR_anon.sjs Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers 2021-10-18 09:26:33 +00:00
file_XHR_binary1.bin
file_XHR_binary1.bin^headers^
file_XHR_binary2.bin
file_XHR_fail1.txt
file_XHR_fail1.txt^headers^
file_XHR_fail1b.txt
file_XHR_header.sjs Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers 2021-10-18 09:26:33 +00:00
file_XHR_pass1.xml
file_XHR_pass2.txt
file_XHR_pass3.txt
file_XHR_pass3.txt^headers^
file_XHR_system_redirect.html
file_XHR_system_redirect.html^headers^
file_XHR_timeout.sjs Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers 2021-10-18 09:26:33 +00:00
file_html_in_xhr.html
file_html_in_xhr.sjs Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers 2021-10-18 09:26:33 +00:00
file_html_in_xhr2.html
file_html_in_xhr3.html
file_sync_xhr_document_write_with_iframe.html
file_sync_xhr_event_handling_helper.html
file_sync_xhr_nested_helper.html
iframe_sync_xhr_unload.html
mochitest.ini Bug 1752863: Prevent recursion while xhr.send is running. r=dom-worker-reviewers,asuth 2022-02-09 09:01:45 +00:00
progressserver.sjs Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers 2021-10-18 09:26:33 +00:00
relativeLoad_import.js
relativeLoad_worker.js
relativeLoad_worker2.js
responseIdentical.sjs Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers 2021-10-18 09:26:33 +00:00
slow.sjs Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers 2021-10-18 09:26:33 +00:00
sync_xhr_unload.sjs Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers 2021-10-18 09:26:33 +00:00
temporaryFileBlob.sjs Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers 2021-10-18 09:26:33 +00:00
terminateSyncXHR_worker.js
test_XHR.html
test_XHRDocURI.html
test_XHRResponseURL.html
test_XHRSendData.html
test_XHR_anon.html
test_XHR_header.html
test_XHR_onuploadprogress.html
test_XHR_parameters.html
test_XHR_system.html
test_XHR_timeout.html
test_XHR_timeout.js
test_bug1070763.html
test_bug1300552.html
test_bug1697539.html Bug 1697539 - Test case, r=smaug 2022-01-11 04:08:00 +00:00
test_bug1752863.html Bug 1752863: Prevent recursion while xhr.send is running. r=dom-worker-reviewers,asuth 2022-02-09 09:01:45 +00:00
test_bug1752863_worker.js Bug 1754411: Remove a race on finish in test_bug1752863.html. r=dom-worker-reviewers,asuth 2022-02-09 16:03:14 +00:00
test_event_listener_leaks.html
test_html_in_xhr.html
test_nestedSyncXHR.html
test_relativeLoad.html
test_sharedworker_xhr.html
test_sync_xhr_document_write_with_iframe.html
test_sync_xhr_event_handling.html
test_sync_xhr_nested.html
test_sync_xhr_timer.xhtml
test_sync_xhr_unload.html
test_temporaryFileBlob.html
test_worker_terminateSyncXHR.html
test_worker_xhr.html
test_worker_xhr2.html
test_worker_xhrAbort.html
test_worker_xhr_3rdparty.html Bug 1617611: Annotate each failing test individually. r=webdriver-reviewers,necko-reviewers,ckerschb,whimboo,valentin 2021-11-17 11:04:34 +00:00
test_worker_xhr_cors_redirect.html
test_worker_xhr_doubleSend.html
test_worker_xhr_headers.html
test_worker_xhr_implicit_cancel.html
test_worker_xhr_parameters.html
test_worker_xhr_parameters.js
test_worker_xhr_responseURL.html
test_worker_xhr_system.html
test_worker_xhr_system.js
test_worker_xhr_timeout.html
test_xhr_abort_after_load.html
test_xhr_forbidden_headers.html
test_xhr_overridemimetype_throws_on_invalid_state.html
test_xhr_progressevents.html
test_xhr_send.html
test_xhr_send_readystate.html
test_xhr_withCredentials.html
window_worker_xhr_3rdparty.html
worker_bug1300552.js
worker_bug1697539.js Bug 1697539 - Test case, r=smaug 2022-01-11 04:08:00 +00:00
worker_file_getcookie.sjs
worker_temporaryFileBlob.js
worker_terminateSyncXHR_frame.html
worker_testXHR.txt
worker_xhr_cors_redirect.js
worker_xhr_cors_redirect.sjs Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers 2021-10-18 09:26:33 +00:00
worker_xhr_headers_server.sjs Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers 2021-10-18 09:26:33 +00:00
worker_xhr_headers_worker.js
xhr2_worker.js
xhrAbort_worker.js
xhr_implicit_cancel_worker.js
xhr_sharedworker.js
xhr_worker.js
xhr_worker_doubleSend.js