gecko-dev/dom/xhr/tests
Andrew McCreight 5dec0e0beb Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian
This patch was autogenerated by my decomponents.py

It covers almost every file with the extension js, jsm, html, py,
xhtml, or xul.

It removes blank lines after removed lines, when the removed lines are
preceded by either blank lines or the start of a new block. The "start
of a new block" is defined fairly hackily: either the line starts with
//, ends with */, ends with {, <![CDATA[, """ or '''. The first two
cover comments, the third one covers JS, the fourth covers JS embedded
in XUL, and the final two cover JS embedded in Python. This also
applies if the removed line was the first line of the file.

It covers the pattern matching cases like "var {classes: Cc,
interfaces: Ci, utils: Cu, results: Cr} = Components;". It'll remove
the entire thing if they are all either Ci, Cr, Cc or Cu, or it will
remove the appropriate ones and leave the residue behind. If there's
only one behind, then it will turn it into a normal, non-pattern
matching variable definition. (For instance, "const { classes: Cc,
Constructor: CC, interfaces: Ci, utils: Cu } = Components" becomes
"const CC = Components.Constructor".)

MozReview-Commit-ID: DeSHcClQ7cG

--HG--
extra : rebase_source : d9c41878036c1ef7766ef5e91a7005025bc1d72b
2018-02-06 09:36:57 -08:00
..
subdir
browser_blobFromFile.js Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08: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 1374282 - script generated patch to remove Task.jsm calls, r=Mossop. 2017-06-22 12:51:42 +02: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 Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout 2017-04-14 23:39:22 +02:00
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 1411384 - nested sync XHR should throw, r=smaug 2017-11-13 10:17:05 +01:00
progressserver.sjs Backed out 3 changesets (bug 469228) for being a possible cause of frequent test_animSVGImage.html failures a=backout 2017-05-10 10:13:54 -07:00
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 Bug 1397151 - Remove the support for moz-chunk-text type in XHR, r=smaug 2017-09-22 07:18:49 +02:00
test_nestedSyncXHR.html Bug 1411384 - nested sync XHR should throw, r=smaug 2017-11-13 10:17:05 +01:00
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 Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_worker_xhr_parameters.js
test_worker_xhr_responseURL.html Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout 2017-04-14 23:39:22 +02:00
test_worker_xhr_system.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
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 Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
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 Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_XHR_onuploadprogress.html
test_xhr_overridemimetype_throws_on_invalid_state.html
test_XHR_parameters.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_xhr_progressevents.html Bug 1397151 - Remove the support for moz-chunk-text type in XHR, r=smaug 2017-09-22 07:18:49 +02:00
test_xhr_send_readystate.html
test_xhr_send.html
test_XHR_system.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_XHR_timeout.html
test_XHR_timeout.js
test_xhr_withCredentials.html
test_XHR.html Bug 1397151 - Remove the support for moz-chunk-text type in XHR, r=smaug 2017-09-22 07:18:49 +02:00
test_XHRDocURI.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_XHRResponseURL.html
test_XHRSendData.html Bug 1339461 - script-generated patch to convert foo.indexOf(...) == -1 to foo.includes(), r=Mossop. 2018-02-01 20:45:22 +01: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 Bug 1397151 - Remove the support for moz-chunk-text type in XHR, r=smaug 2017-09-22 07:18:49 +02:00
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