gecko-dev/dom/xbl/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
..
bug310107-resource.xhtml
chrome.ini
file_bug310107.html Bug 1363612 - Part 1: move to seperate files. r=smaug 2017-05-16 16:57:19 +08:00
file_bug366770.xml Bug 1363612 - Part 3: fix for moz-binding: url. r=smaug 2017-05-16 16:57:20 +08:00
file_bug372769.xhtml
file_bug379959_cross.html
file_bug379959_data.html
file_bug379959_xbl.xml
file_bug397934.xhtml
file_bug481558.xbl
file_bug481558css.sjs
file_bug591198_inner.html
file_bug591198_xbl.xml
file_bug821850.xhtml
file_bug844783.xhtml
file_bug944407.html
file_bug944407.xml
file_bug950909.html
file_bug950909.xml
file_fieldScopeChain.xml
mochitest.ini Bug 1373513 - Part 2: Revert Bug 1364367. r=ckerschb 2017-07-12 11:00:27 +08:00
test_bug310107.html Bug 1363612 - Part 1: move to seperate files. r=smaug 2017-05-16 16:57:19 +08:00
test_bug366770.html Bug 1363612 - Part 3: fix for moz-binding: url. r=smaug 2017-05-16 16:57:20 +08:00
test_bug371724.xhtml
test_bug372769.html
test_bug378518.xul
test_bug378866.xhtml
test_bug379959.html Bug 1373513 - Part 2: Revert Bug 1364367. r=ckerschb 2017-07-12 11:00:27 +08:00
test_bug389322.xhtml Bug 1428745 - Remove support for version parameter from script loader - tests, r=jonco 2018-01-09 17:00:49 +01:00
test_bug397934.html
test_bug398135.xul
test_bug398492.xul Bug 1427419 - Part 18: Move inIDOMUtils.getParentForNode to InspectorUtils. r=bz 2018-01-11 12:38:00 +08:00
test_bug400705.xhtml
test_bug401907.xhtml
test_bug403162.xhtml
test_bug468210.xhtml
test_bug481558.html
test_bug526178.xhtml
test_bug542406.xhtml
test_bug591198.html
test_bug639338.xhtml
test_bug721452.xul
test_bug723676.xul
test_bug772966.xul
test_bug790265.xhtml
test_bug821850.html
test_bug844783.html
test_bug872273.xhtml
test_bug944407.xul Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
test_bug950909.xul
test_bug1086996.xhtml
test_bug1098628_throw_from_construct.xhtml Bug 1359859. Use the right entry global for XBL constructor/destructor/field execution. r=bholley 2017-04-26 13:57:55 -04:00
test_bug1359859.xhtml Bug 1359859. Use the right entry global for XBL constructor/destructor/field execution. r=bholley 2017-04-26 13:57:55 -04:00
test_fieldScopeChain.html