gecko-dev/dom/presentation/tests/mochitest
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
..
PresentationDeviceInfoChromeScript.js Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
PresentationSessionChromeScript.js Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
PresentationSessionChromeScript1UA.js Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
PresentationSessionFrameScript.js Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
chrome.ini
file_presentation_1ua_receiver.html
file_presentation_1ua_wentaway.html
file_presentation_fingerprinting_resistance_receiver.html
file_presentation_mixed_security_contexts.html
file_presentation_non_receiver.html
file_presentation_non_receiver_inner_iframe.html
file_presentation_receiver.html
file_presentation_receiver_auxiliary_navigation.html
file_presentation_receiver_establish_connection_error.html
file_presentation_receiver_inner_iframe.html
file_presentation_reconnect.html
file_presentation_sandboxed_presentation.html
file_presentation_terminate.html
file_presentation_terminate_establish_connection_error.html
file_presentation_unknown_content_type.test
file_presentation_unknown_content_type.test^headers^
mochitest.ini
test_presentation_1ua_connection_wentaway.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_presentation_1ua_connection_wentaway_inproc.html
test_presentation_1ua_connection_wentaway_oop.html
test_presentation_1ua_sender_and_receiver.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_presentation_1ua_sender_and_receiver_inproc.html
test_presentation_1ua_sender_and_receiver_oop.html
test_presentation_availability.html
test_presentation_availability_iframe.html
test_presentation_datachannel_sessiontransport.html Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
test_presentation_dc_receiver.html
test_presentation_dc_receiver_oop.html
test_presentation_dc_sender.html
test_presentation_fingerprinting_resistance.html
test_presentation_mixed_security_contexts.html
test_presentation_receiver_auxiliary_navigation.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_presentation_receiver_auxiliary_navigation_inproc.html
test_presentation_receiver_auxiliary_navigation_oop.html
test_presentation_reconnect.html
test_presentation_sandboxed_presentation.html
test_presentation_sender_on_terminate_request.html
test_presentation_sender_startWithDevice.html
test_presentation_tcp_receiver.html
test_presentation_tcp_receiver_establish_connection_error.html
test_presentation_tcp_receiver_establish_connection_timeout.html
test_presentation_tcp_receiver_establish_connection_unknown_content_type.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_presentation_tcp_receiver_establish_connection_unknown_content_type_inproc.html
test_presentation_tcp_receiver_establish_connection_unknown_content_type_oop.html
test_presentation_tcp_receiver_oop.html
test_presentation_tcp_sender.html
test_presentation_tcp_sender_default_request.html
test_presentation_tcp_sender_disconnect.html
test_presentation_tcp_sender_establish_connection_error.html
test_presentation_terminate.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_presentation_terminate_establish_connection_error.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_presentation_terminate_establish_connection_error_inproc.html
test_presentation_terminate_establish_connection_error_oop.html
test_presentation_terminate_inproc.html
test_presentation_terminate_oop.html