gecko-dev/devtools/shared/webconsole/test
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
..
unit Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
.eslintrc.js Bug 1347712 - Change the testing configurations into ESLint configurations within eslint-plugin-mozilla - automatically update .eslintrc.js test config files for new config locations. r=jaws 2017-03-20 12:36:37 +01:00
chrome.ini Bug 1403458 - Convert browser_webconsole_assert.js to a backend test; r=bgrins. 2017-10-24 10:45:29 +02:00
common.js Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
console-test-worker.js Bug 1326412 - Fix eslint issues in devtools/shared/webconsole/test/ r=ntim 2017-01-19 20:26:00 +00:00
data.json
data.json^headers^
helper_serviceworker.js Bug 1326412 - Fix eslint issues in devtools/shared/webconsole/test/ r=ntim 2017-01-19 20:26:00 +00:00
network_requests_iframe.html Bug 1326412 - Fix eslint issues in devtools/shared/webconsole/test/ r=ntim 2017-01-19 20:26:00 +00:00
sandboxed_iframe.html
test_basics.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_bug819670_getter_throws.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_cached_messages.html Bug 1382968 - Move console actor helper modules to a dedicated folder. r=jryans 2017-08-01 16:17:22 +02:00
test_commands_other.html Bug 1381771 - Part 2: use legacy data: URI behavior to run test. r=bgrins 2017-07-24 10:00:31 +08:00
test_commands_registration.html Bug 1382968 - Move console actor helper modules to a dedicated folder. r=jryans 2017-08-01 16:17:22 +02:00
test_console_assert.html Bug 1383711 - Make addOneTimeListener return a Promise; r=ochameau. 2017-11-06 08:40:39 +01:00
test_console_group_styling.html Bug 1383711 - Make addOneTimeListener return a Promise; r=ochameau. 2017-11-06 08:40:39 +01:00
test_console_serviceworker.html Bug 1391693 P10 Don't expect extraneous console message from service worker any more. r=bgrins 2017-10-09 10:03:41 -07:00
test_console_serviceworker_cached.html Bug 1362993 - Rewrite gBrowser.addTab() to use BrowserTestUtils.addTab(). r=florian 2017-05-15 21:49:50 +02:00
test_console_styling.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_console_worker.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_consoleapi.html Bug 1403536 - Protect all protocol request methods against unsafe objects r=ochameau 2017-10-18 04:38:13 +02:00
test_consoleapi_innerID.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_file_uri.html Bug 1416249 - Remove conditional catch consumers in devtools/. r=jmaher 2017-11-18 22:57:17 +09:00
test_jsterm.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_jsterm_autocomplete.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_jsterm_cd_iframe.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_jsterm_last_result.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_jsterm_queryselector.html Bug 1395276 - Make $ and $$ console commands throw errors created in the debuggee global. r=jimb 2017-08-30 11:50:00 -04:00
test_network_get.html Bug 1334776 - ResponseHeader Visitor will get original header casing. We need to fix it at some places in devtools. 2017-04-27 16:48:43 +02:00
test_network_longstring.html Bug 1334776 - ResponseHeader Visitor will get original header casing. We need to fix it at some places in devtools. 2017-04-27 16:48:43 +02:00
test_network_post.html Bug 1334776 - ResponseHeader Visitor will get original header casing. We need to fix it at some places in devtools. 2017-04-27 16:48:43 +02:00
test_network_security-hpkp.html Backed out changeset c844ec70bdb4 (bug 1342178) for frequently timing out in test_network_security.html on Linux. r=backout a=backout 2017-04-11 11:28:59 +02:00
test_network_security-hsts.html Backed out changeset 87912394d7d7 (bug 1342178) 2017-04-11 11:28:15 +02:00
test_nsiconsolemessage.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_object_actor.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_object_actor_native_getters.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_object_actor_native_getters_lenient_this.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_page_errors.html Bug 104442 - Part 2: Add a testcase for devtools and note. r=nchevobbe 2017-02-25 12:52:33 +09:00
test_reflow.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
test_throw.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00