gecko-dev/devtools/client/framework
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
..
components Bug 1417483 - DevTools Framework to use prop-types and react-dom-factories r=Honza 2017-11-15 16:22:12 +00:00
connect Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
dev-edition-promo
test Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
attach-thread.js Bug 1371842 - Update Debugger frontend (6/9/2017). r=jdescottes 2017-06-09 19:46:00 -04:00
browser-menus.js Bug 1405584 - Add telemetry to track toolbox open time. r=francois,jdescottes datareview=francois 2017-10-11 11:43:25 +02:00
devtools-browser.js Bug 1419592 - Use most recent panel in Browser Content Toolbox. r=ochameau 2017-11-21 17:10:05 -06:00
devtools.js Bug 1339461 - script-generated patch to convert foo.indexOf(...) == -1 to foo.includes(), r=Mossop. 2018-02-01 20:45:22 +01:00
gDevTools.jsm Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
menu-item.js Bug 1395367 - Highlight relevant iframe in the page when it's active in the iframe document selector. r=ochameau 2017-09-25 14:03:11 +01:00
menu.js Bug 1395367 - Highlight relevant iframe in the page when it's active in the iframe document selector. r=ochameau 2017-09-25 14:03:11 +01:00
moz.build Bug 1386979 - register about-devtools-toolbox on browser startup;r=ochameau 2017-11-21 20:32:51 +01:00
options-panel.css Bug 1399886 - use fill from CSS to set the fill color of devtools icons;r=gl 2017-10-02 16:47:24 +02:00
selection.js Bug 1381542 - renamed "devtools/shared/event-emitter" in "devtools/shared/old-event-emitter"; r=ochameau 2017-08-11 03:47:30 +02:00
sidebar.js Bug 1339461 - script-generated patch to convert foo.indexOf(...) == -1 to foo.includes(), r=Mossop. 2018-02-01 20:45:22 +01:00
source-map-url-service.js Bug 1179820 - Convert style editor to client-side source maps; r=gl 2017-09-29 07:36:30 -06:00
target-from-url.js Bug 1411565 - about:debugging connect to remote runtime using url parameters;r=ochameau 2017-10-23 10:15:40 +02:00
target.js Bug 1416711 - Add registerAllActors API;r=ochameau 2017-11-13 21:22:15 +01:00
toolbox-highlighter-utils.js Bug 1102240 - rename actors/inspector/inspector.js to inspector-actor.js;r=pbro 2018-01-26 13:15:06 +01:00
toolbox-host-manager.js Bug 1275078 - Fix ESLint issues in toolbox and target files. r=ochameau 2017-02-22 12:33:20 -06:00
toolbox-hosts.js Bug 1381542 - renamed "devtools/shared/event-emitter" in "devtools/shared/old-event-emitter"; r=ochameau 2017-08-11 03:47:30 +02:00
toolbox-init.js Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
toolbox-options.js Bug 1408124 - Create a new perf actor and recording panel; r=julienw 2017-11-08 10:36:43 -06:00
toolbox-options.xhtml Bug 1371849 - move source map pref checkbox into "advanced" area in options panel; r=bgrins 2017-09-15 09:07:37 -06:00
toolbox-process-window.js Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
toolbox-process-window.xul
toolbox-window.xul
toolbox.js Bug 1434217 - Remove unused inspector actor traits;r=bgrins 2018-01-30 10:49:24 +01:00
toolbox.xul Bug 1402394 CamelCase all React component files in \devtools\client\shared\components\. r=pbro 2017-09-27 01:12:13 -04:00
ToolboxProcess.jsm Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00