gecko-dev/toolkit/content
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
..
aboutwebrtc Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
gmp-sources
tests Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
widgets Merge inbound to mozilla-central. a=merge 2018-02-06 23:53:56 +02:00
.eslintrc.js
about.js Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
aboutAbout.js Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
aboutAbout.xhtml
aboutNetworking.js Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
aboutNetworking.xhtml Bug 1422281 - Update about:networking#logging default list of logs to a more useful list, r=valentin 2017-12-01 09:17:00 +02:00
aboutProfiles.js Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
aboutProfiles.xhtml
aboutRights-unbranded.xhtml
aboutRights.xhtml
aboutServiceWorkers.js Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
aboutServiceWorkers.xhtml
aboutSupport.js Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
aboutSupport.xhtml Bug 1418131: Part 2 - Add security software section to about:support; r=jimm 2017-11-18 13:59:45 -07:00
aboutTelemetry.css Bug 1375114 - Disable selection entirely in the #categories navigation panel. r=chutten 2017-11-01 19:20:00 -04:00
aboutTelemetry.js Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
aboutTelemetry.xhtml Bug 1394196 - Update about:telemetry settings string to new data preference semantics. r=chutten 2017-10-24 04:47:00 -04:00
aboutUrlClassifier.css
aboutUrlClassifier.js Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
aboutUrlClassifier.xhtml Backed out changeset abb5be3dbdc7 (bug 1374811) for changing existing strings without new IDs a=backout 2018-01-13 13:55:13 +02:00
autocomplete.css
browser-child.js Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
browser-content.js Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
buildconfig.html Bug 1256604 - Remove toolkit/content/Makefile.in and move setting CXXFLAGS for buildconfig.html to moz.build r=mshal 2017-11-09 10:45:00 -08:00
components.css Bug 1420229 - Create a new components.css file and load it as a UA stylesheet;r=bz,Gijs 2017-11-30 12:39:28 -08:00
contentAreaUtils.js Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
datepicker.xhtml
directionDetector.html
editMenuOverlay.js
editMenuOverlay.xul
filepicker.properties
globalOverlay.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
jar.mn Bug 1420229 - Create a new components.css file and load it as a UA stylesheet;r=bz,Gijs 2017-11-30 12:39:28 -08:00
license.html Bug 1429623: Report tracing events and thread registration to VTune when --enable-vtune is enabled. r=mstange r=ted 2018-01-19 17:19:29 +01:00
macWindowMenu.inc Bug 1425363 - use JS instead of the windowds data source for the mac window menu, r=bgrins,spohl 2017-12-14 21:35:53 -06:00
macWindowMenu.js Bug 1425363 - use JS instead of the windowds data source for the mac window menu, r=bgrins,spohl 2017-12-14 21:35:53 -06:00
menulist.css
minimal-xul.css
moz.build Bug 1428938 - Remove legacy toolbar customization code. r=Gijs 2018-01-11 16:35:17 +00:00
mozilla.xhtml
plugins.css
plugins.html Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
preferencesBindings.js Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
process-content.js Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
resetProfile.css
resetProfile.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
resetProfile.xul Bug 1379338 - scriptify preferences XBL; r=jaws 2018-01-04 21:37:47 -08:00
resetProfileProgress.xul
select-child.js Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
textbox.css Bug 1424095 - Tweak frontend CSS to play nicely in XUL flexbox emulation mode;r=Gijs 2018-01-04 10:25:30 -08:00
timepicker.xhtml
TopLevelVideoDocument.js
treeUtils.js
viewZoomOverlay.js Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
XPCNativeWrapper.js
xul.css Bug 1429464 - Remove toolbox binding r=Gijs 2018-02-05 16:28:49 +08:00