gecko-dev/modules/libjar
Nicholas Nethercote f582d96b98 Bug 1390428 (part 9) - Remove nsXPIDLCString. r=erahm.
This is straightforward, with only two notable things.

- `#include "nsXPIDLString.h" is replaced with `#include "nsString.h"`
  throughout, because all nsXPIDLString.h did was include nsString.h. The
  exception is for files which already include nsString.h, in which case the
  patch just removes the nsXPIDLString.h inclusion.

- The patch removes the |xpidl_string| gtest, but improves the |voided| test to
  cover some of its ground, e.g. testing Adopt(nullptr).

--HG--
extra : rebase_source : 452cc4a08046a1adb1a8099a7e85a1917de5add8
2017-08-17 15:29:03 +10:00
..
test Bug 1375125 - Stop using nsILocalFile in the tree. r=froydnj 2017-08-04 17:49:22 +09:00
zipwriter Bug 1375125 - Stop using nsILocalFile in the tree. r=froydnj 2017-08-04 17:49:22 +09:00
appnote.txt
moz.build 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
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
nsIZipReader.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
nsJAR.cpp Bug 1390428 (part 5) - Remove more nsXPIDLCString uses. r=erahm. 2017-08-16 14:07:18 +10:00
nsJAR.h 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
nsJARChannel.cpp 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
nsJARChannel.h 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
nsJARFactory.cpp
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 1390428 (part 9) - Remove nsXPIDLCString. r=erahm. 2017-08-17 15:29:03 +10:00
nsJARProtocolHandler.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsJARURI.cpp Bug 1380617 - Add nsIURI.displayPrePath r=mcmanus,Gijs 2017-08-09 17:43:58 +02:00
nsJARURI.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsZipArchive.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
nsZipArchive.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
zipstruct.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00