gecko-dev/widget/headless
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
..
tests Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
HeadlessClipboard.cpp Bug 1353938 - Add a basic clipboard for headless. 2017-04-21 15:21:51 -07:00
HeadlessClipboard.h Bug 1353938 - Add a basic clipboard for headless. 2017-04-21 15:21:51 -07:00
HeadlessClipboardData.cpp Bug 1353938 - Add a basic clipboard for headless. 2017-04-21 15:21:51 -07:00
HeadlessClipboardData.h Bug 1353938 - Add a basic clipboard for headless. 2017-04-21 15:21:51 -07:00
HeadlessCompositorWidget.cpp Bug 1373739 - Make headless compositing Windows-compatible, in addition to Linux. r=dvander 2017-07-06 17:45:34 -07:00
HeadlessCompositorWidget.h Bug 1373739 - Make headless compositing Windows-compatible, in addition to Linux. r=dvander 2017-07-06 17:45:34 -07:00
HeadlessKeyBindings.cpp Bug 1409580 - Support edit command mapping in headless MacOS. r=masayuki 2017-10-13 17:40:27 -07:00
HeadlessKeyBindings.h Bug 1409580 - Support edit command mapping in headless MacOS. r=masayuki 2017-10-13 17:40:27 -07:00
HeadlessKeyBindingsCocoa.mm Bug 1409580 - Support edit command mapping in headless MacOS. r=masayuki 2017-10-13 17:40:27 -07:00
HeadlessLookAndFeel.h Bug 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj 2017-11-05 19:37:28 -08:00
HeadlessLookAndFeelGTK.cpp merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-10-17 11:45:16 +02:00
HeadlessScreenHelper.cpp Bug 1350643 - Part 3: Add GetDPI to nsIScreen & ScreenDetails. r=kanru 2017-06-06 18:09:34 +08:00
HeadlessScreenHelper.h Bug 1356681 - Expand headless mode support for linux. r=automatedtester,jrmuizel,kanru 2017-05-18 17:47:10 -07:00
HeadlessSound.cpp Bug 1356681 - Expand headless mode support for linux. r=automatedtester,jrmuizel,kanru 2017-05-18 17:47:10 -07:00
HeadlessSound.h Bug 1356681 - Expand headless mode support for linux. r=automatedtester,jrmuizel,kanru 2017-05-18 17:47:10 -07:00
HeadlessThemeGTK.cpp Bug 1417751 - Implement a new value inner-spin-button to -moz-appearance on all platforms except Android. r=mats 2017-11-29 10:43:13 +08:00
HeadlessThemeGTK.h Bug 1399956 - Add basic hard coded GTK theme in headless. r=jrmuizel 2017-10-16 16:15:45 -07:00
HeadlessWidget.cpp Bug 1423559: Use BaseRect access methods instead of member variables in widget/ r=mstange 2018-01-10 11:14:16 -05:00
HeadlessWidget.h Bug 1409580 - Use different scroll delta modes on different platforms in headless. r=jrmuizel 2017-10-19 15:57:39 -07:00
HeadlessWidgetTypes.ipdlh Bug 1373739 - Make headless compositing Windows-compatible, in addition to Linux. r=dvander 2017-07-06 17:45:34 -07:00
moz.build Bug 1278282 - update of the moz.build files to remove gtk2 references r=lsalzman 2018-01-10 10:04:59 +01:00