gecko-dev/dom/xul
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
..
crashtests Bug 1425356 - remove some tests that only make sense when XUL templates are supported, r=mrbkap 2017-12-20 14:28:28 +00:00
test Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
moz.build Bug 1434399 part 19. Remove nsIXULDocument. r=mystor 2018-01-31 14:49:29 -05:00
nsForwardReference.h
nsIController.idl
nsIControllers.idl
nsIXULOverlayProvider.idl
nsIXULSortService.idl Bug 1425356 - remove XUL template support, r=bz 2017-12-19 14:11:06 +00:00
nsXULCommandDispatcher.cpp Bug 1432944 part 11. Remove nsIDOMElement::GetAttribute. r=mccr8 2018-01-29 23:28:00 -05:00
nsXULCommandDispatcher.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsXULContentSink.cpp Bug 1434399 part 16. Remove nsIXULDocument::OnDocumentParserError. r=mystor 2018-01-31 14:49:29 -05:00
nsXULContentSink.h Bug 1373984 - Turn nsIDocument::mCharacterSet into mozilla::NotNull<const mozilla::Encoding*>. r=hsivonen 2017-06-18 20:37:50 +09:00
nsXULContentUtils.cpp Bug 1434399 part 5. Remove nsIDOMXULDocument's commandDispatcher attribute. r=mystor 2018-01-31 14:49:27 -05:00
nsXULContentUtils.h Bug 1425356 - remove XUL template support, r=bz 2017-12-19 14:11:06 +00:00
nsXULControllers.cpp Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsXULControllers.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsXULElement.cpp Bug 1434686 part 4. Use IgnoreErrors() in dom/. r=mystor 2018-02-01 14:21:14 -05:00
nsXULElement.h Bug 1430014 - Part 4: #ifdef out unnecessary code when the old style system is not built. r=xidorn 2018-02-01 15:04:04 +11:00
nsXULPopupListener.cpp Bug 1434399 part 13. Remove C++ uses of nsIDOMXULDocument. r=mystor 2018-01-31 14:49:28 -05:00
nsXULPopupListener.h Bug 1423990: Move the last few attribute-related methods outside of nsIContent. r=bz 2017-12-25 17:50:10 +01:00
nsXULPrototypeCache.cpp Bug 685236 - Stop using GetNativePath in dom/xul. r=bz 2017-12-16 00:32:43 +09:00
nsXULPrototypeCache.h
nsXULPrototypeDocument.cpp Bug 1432186 part 19. Remove the nsIDOMNode::*_NODE constants. r=mccr8 2018-01-29 23:10:53 -05:00
nsXULPrototypeDocument.h Bug 1434399 part 19. Remove nsIXULDocument. r=mystor 2018-01-31 14:49:29 -05:00
nsXULSortService.cpp Bug 1425440 - Replace RemoveChildAt_Deprecated with RemoveChildNode in nsXULSortService, r=catalinb 2018-01-16 14:17:10 +01:00
nsXULSortService.h Bug 1425356 - remove various dead XUL sort attributes, r=bz,florian 2017-12-20 15:08:27 +00:00
XULDocument.cpp Bug 1434399 part 19. Remove nsIXULDocument. r=mystor 2018-01-31 14:49:29 -05:00
XULDocument.h Bug 1434399 part 19. Remove nsIXULDocument. r=mystor 2018-01-31 14:49:29 -05:00