gecko-dev/modules/libjar
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
..
test Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
zipwriter Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
appnote.txt
moz.build bug 1382749 - remove the "old way" of signing add-ons r=aklotz,mossop 2017-07-19 13:09:46 -07:00
nsIJARChannel.idl Bug 1376496 - Part 2 - Don't request FD from parent when JAR file is cached. r=mayhemer 2017-07-21 15:19:09 -07:00
nsIJARFactory.h
nsIJARProtocolHandler.idl
nsIJARURI.idl Bug 1432613 - Make nsIJAREntry.JAREntry readonly r=mayhemer 2018-01-23 22:04:33 +01:00
nsIZipReader.idl bug 1382749 - remove the "old way" of signing add-ons r=aklotz,mossop 2017-07-19 13:09:46 -07:00
nsJAR.cpp Bug 1399520 - Avoid race condition. r=dragana 2017-10-19 22:29:41 -04:00
nsJAR.h Bug 1399520 - Avoid race condition. r=dragana 2017-10-19 22:29:41 -04:00
nsJARChannel.cpp Bug 1425458 - Resource timing entries Workers - part 0 - NS_NewChannel, r=smaug 2018-01-24 17:17:31 +01:00
nsJARChannel.h Backed out 2 changesets (bug 1373708) frequently failing browser-chrome's browser/components/sessionstore/test/browser_dying_cache.js a=backout 2018-01-12 01:25:16 +02:00
nsJARFactory.cpp Bug 1415205 - Add nsIURIMutator impls for all objects implementing nsIURI r=bagder 2017-11-20 17:11:30 +01:00
nsJARInputStream.cpp Bug 1340910 - pt 2+3 - Import Brotli 0.6.0 from upstream, and Gecko updates required to work with Brotli 0.6.0 API changes. r=glandium 2017-08-09 11:45:39 +01:00
nsJARInputStream.h Bug 1340910 - pt 2+3 - Import Brotli 0.6.0 from upstream, and Gecko updates required to work with Brotli 0.6.0 API changes. r=glandium 2017-08-09 11:45:39 +01:00
nsJARProtocolHandler.cpp Bug 1412726: Clean up XPCOM singleton constructor refcount handling. r=froydnj 2017-10-29 16:02:40 -07:00
nsJARProtocolHandler.h Bug 1412726: Clean up XPCOM singleton constructor refcount handling. r=froydnj 2017-10-29 16:02:40 -07:00
nsJARURI.cpp Bug 1432519 - Make nsIURL attributes readonly r=mayhemer 2018-01-31 03:06:58 +01:00
nsJARURI.h Bug 1432519 - Make nsIURL attributes readonly r=mayhemer 2018-01-31 03:06:58 +01:00
nsZipArchive.cpp Bug 1417093 - remove symlink support from our nsZipArchive extract implementation because it's unused and has issues, r=mossop 2017-11-21 16:25:46 +00:00
nsZipArchive.h Bug 1417093 - remove symlink support from our nsZipArchive extract implementation because it's unused and has issues, r=mossop 2017-11-21 16:25:46 +00:00
zipstruct.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00