gecko-dev/js/xpconnect/loader
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
..
AutoMemMap.cpp Bug 1366511: Part 3 - Add mozilla::ToResult() to convert other result types to equivalent Result. r=nbp,ehsan 2017-08-29 21:28:31 -07:00
AutoMemMap.h Backed out changeset 540ecb4c1f0f (bug 1361900) 2017-05-13 18:53:35 +02:00
ChromeScriptLoader.cpp Bug 1417844 part 2 - Remove JSVersion from CompileOptions, CompartmentBehaviors, scripts. r=evilpie 2017-11-17 12:12:39 +01:00
moz.build Bug 1394734 - Replace CONFIG['GNU_C*'] by CONFIG['CC_TYPE'] r=glandium 2017-12-07 22:09:15 +01:00
mozJSComponentLoader.cpp Bug 1425458 - Resource timing entries Workers - part 0 - NS_NewChannel, r=smaug 2018-01-24 17:17:31 +01:00
mozJSComponentLoader.h Bug 1431533: Part 1 - Cache module exports when a module is first loaded. r=mccr8 2018-01-18 14:12:04 -08:00
mozJSLoaderUtils.cpp Bug 1379023, part 3 - Make WriteCachedScript assert about the system principal not require the argument. r=mrbkap 2017-07-07 11:27:53 -07:00
mozJSLoaderUtils.h Bug 1379023, part 3 - Make WriteCachedScript assert about the system principal not require the argument. r=mrbkap 2017-07-07 11:27:53 -07:00
mozJSSubScriptLoader.cpp Bug 1425458 - Resource timing entries Workers - part 0 - NS_NewChannel, r=smaug 2018-01-24 17:17:31 +01:00
mozJSSubScriptLoader.h Bug 1186409 - Use a single global for all JSMs. r=kmag 2017-07-18 14:47:27 -07:00
PrecompiledScript.h Bug 1333990: Part 1a - Add an async script pre-loading utility. r=billm,shu 2017-03-16 19:10:40 -07:00
PScriptCache.ipdl Bug 1361900: Part 6 - Add content process support for the script preloader. r=erahm,gabor 2017-05-02 17:17:52 -07:00
script_cache.py Backed out changeset bd55bd27bb1e (bug 1361900) 2017-05-13 18:53:45 +02:00
ScriptCacheActors.cpp Bug 1361900: Part 10 - Replace linked lists with a single hashtable. r=erahm 2017-05-13 22:43:08 -07:00
ScriptCacheActors.h Bug 1361900: Part 10 - Replace linked lists with a single hashtable. r=erahm 2017-05-13 22:43:08 -07:00
ScriptPreloader-inl.h Bug 1363482: Part 2 - Allow pre-loading file and JAR entry contents off-thread during startup. r=erahm 2017-08-30 15:47:17 -07:00
ScriptPreloader.cpp Bug 1417844 part 2 - Remove JSVersion from CompileOptions, CompartmentBehaviors, scripts. r=evilpie 2017-11-17 12:12:39 +01:00
ScriptPreloader.h Bug 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj 2017-11-05 19:37:28 -08:00
URLPreloader.cpp Bug 1420427 - Stop using native charset in URLPreloader. r=kmag 2017-11-28 00:21:00 +09:00
URLPreloader.h Bug 1420427 - Stop using native charset in URLPreloader. r=kmag 2017-11-28 00:21:00 +09:00
XPCOMUtils.jsm Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00