gecko-dev/dom/xhr/tests
Andrew McCreight 55021b6577 Bug 1336811 - Clear mWaitingForOnStopRequest in CloseRequest. r=smaug
Otherwise, if a tab is closed when we have a request pending, we'll
end up leaking the page forever, due to CC optimizations.

MozReview-Commit-ID: E5NC0jxWCur

--HG--
extra : rebase_source : ac9b068dbf7166daf90d4143a190e7caa03aa88e
2017-02-17 11:22:45 -08:00
..
subdir
browser_blobFromFile.js Bug 1337016 - XHR should create a Blob in the parent process when run from a file:// URL, r=smaug 2017-02-08 14:34:42 +01:00
browser_xhr_onchange_leak.html Bug 1336811 - Clear mWaitingForOnStopRequest in CloseRequest. r=smaug 2017-02-17 11:22:45 -08:00
browser_xhr_onchange_leak.js Bug 1336811 - Clear mWaitingForOnStopRequest in CloseRequest. r=smaug 2017-02-17 11:22:45 -08:00
browser.ini Bug 1336811 - Clear mWaitingForOnStopRequest in CloseRequest. r=smaug 2017-02-17 11:22:45 -08:00
common_temporaryFileBlob.js Bug 1202006 - Memory Blob to Temporary File - part 5 - tests, r=smaug 2016-09-29 07:13:41 +02:00
echo.sjs
empty.html Bug 1307122 - Introducing a timeout for sync XHR when unload events are dispatched, r=smaug 2016-10-16 08:46:10 +02:00
file_html_in_xhr2.html
file_html_in_xhr3.html
file_html_in_xhr.html
file_html_in_xhr.sjs
file_sync_xhr_document_write_with_iframe.html Bug 1316837 P2 Verify that navigating to a window with an iframe right after sync xhr does not trigger assertions. r=smaug 2016-11-14 12:51:44 -08:00
file_XHR_anon.sjs
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
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
file_XHRDocURI.html
file_XHRDocURI.html^headers^
file_XHRDocURI.sjs
file_XHRDocURI.text
file_XHRDocURI.text^headers^
file_XHRDocURI.xml
file_XHRDocURI.xml^headers^
file_XHRResponseURL_nocors.text
file_XHRResponseURL.js
file_XHRResponseURL.sjs
file_XHRResponseURL.text
file_XHRResponseURL.text^headers^
file_XHRSendData_doc.xml
file_XHRSendData_doc.xml^headers^
file_XHRSendData.sjs
iframe_sync_xhr_unload.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
mochitest.ini Bug 1316837 P2 Verify that navigating to a window with an iframe right after sync xhr does not trigger assertions. r=smaug 2016-11-14 12:51:44 -08:00
progressserver.sjs
relativeLoad_import.js
relativeLoad_worker2.js
relativeLoad_worker.js
responseIdentical.sjs
sync_xhr_unload.sjs Bug 1307122 - Introducing a timeout for sync XHR when unload events are dispatched, r=smaug 2016-10-16 08:46:10 +02:00
temporaryFileBlob.sjs Bug 1202006 - Memory Blob to Temporary File - part 5 - tests, r=smaug 2016-09-29 07:13:41 +02:00
terminateSyncXHR_worker.js
test_bug1300552.html Bug 1300552 - XMLHttpRequestWorker::EventRunnable must update stateData also after an abort(), r=ehsan 2016-10-03 10:41:27 +02:00
test_html_in_xhr.html
test_relativeLoad.html
test_sync_xhr_document_write_with_iframe.html Bug 1316837 P2 Verify that navigating to a window with an iframe right after sync xhr does not trigger assertions. r=smaug 2016-11-14 12:51:44 -08:00
test_sync_xhr_timer.xhtml
test_sync_xhr_unload.html Bug 1307122 - Introducing a timeout for sync XHR when unload events are dispatched, r=smaug 2016-10-16 08:46:10 +02:00
test_temporaryFileBlob.html Bug 1202006 - Memory Blob to Temporary File - part 5 - tests, r=smaug 2016-09-29 07:13:41 +02:00
test_worker_terminateSyncXHR.html Bug 1334831 - script-generated patch to use .remove() instead of .parentNode.removeChild, r=jaws. 2017-01-30 08:10:22 +01:00
test_worker_xhr2.html
test_worker_xhr_3rdparty.html
test_worker_xhr_cors_redirect.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_worker_xhr.html
test_worker_xhrAbort.html
test_xhr_abort_after_load.html
test_XHR_anon.html
test_xhr_forbidden_headers.html Bug 1285036 - Part 7: Change SetRequestHeader() and related header code to follow the spec more closely. r=baku 2016-08-02 12:50:10 -04:00
test_XHR_header.html
test_XHR_onuploadprogress.html
test_xhr_overridemimetype_throws_on_invalid_state.html
test_XHR_parameters.html
test_xhr_progressevents.html Bug 1321218 - Remove legacy generator from dom/. r=smaug 2016-12-01 18:11:32 +09:00
test_xhr_send_readystate.html
test_xhr_send.html
test_XHR_system.html Bug 709991 - Fire onerror instead of throwing on network errors for async XHRs. r=bz 2016-07-30 00:24:56 -04:00
test_XHR_timeout.html
test_XHR_timeout.js
test_xhr_withCredentials.html
test_XHR.html Bug 1321218 - Remove legacy generator from dom/. r=smaug 2016-12-01 18:11:32 +09:00
test_XHRDocURI.html Bug 1321218 - Remove legacy generator from dom/. r=smaug 2016-12-01 18:11:32 +09:00
test_XHRResponseURL.html
test_XHRSendData.html Bug 1321218 - Remove legacy generator from dom/. r=smaug 2016-12-01 18:11:32 +09:00
worker_bug1300552.js Bug 1300552 - XMLHttpRequestWorker::EventRunnable must update stateData also after an abort(), r=ehsan 2016-10-03 10:41:27 +02:00
worker_file_getcookie.sjs
worker_temporaryFileBlob.js Bug 1202006 - Memory Blob to Temporary File - part 5 - tests, r=smaug 2016-09-29 07:13:41 +02:00
worker_terminateSyncXHR_frame.html
worker_testXHR.txt
worker_xhr_cors_redirect.js
worker_xhr_cors_redirect.sjs
worker_xhr_headers_server.sjs
worker_xhr_headers_worker.js
xhr2_worker.js
xhr_implicit_cancel_worker.js
xhr_worker.js 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
xhrAbort_worker.js