gecko-dev/modules/libjar
Markus Stange aae2ad8790 Bug 1616400 - Do not recreate the inner reader for nested omni.ja archives if the Omnijar already has it. r=aklotz
This is already done for the outer nsJAR, but it wasn't done for the inner nsJAR.
(The omnijar is a nested zip archive on Android: the outer archive is the APK and the inner is the omnijar file.)
So we were re-using the file mapping but not the result of the uncompression.

Differential Revision: https://phabricator.services.mozilla.com/D63970

--HG--
extra : moz-landing-system : lando
2020-03-06 20:35:53 +00:00
..
test Bug 1583735 - Find out why accessing mmaped JAR file generates SIGBUS, r=gcp,aklotz 2019-10-23 19:06:55 +00:00
zipwriter Bug 1574372 - Add API to test stream converters to find out their output type. r=bzbarsky 2019-12-17 03:02:02 +00:00
MmapFaultHandler.cpp Bug 1583735 - Find out why accessing mmaped JAR file generates SIGBUS, r=gcp,aklotz 2019-10-23 19:06:55 +00:00
MmapFaultHandler.h Bug 1583735 - Find out why accessing mmaped JAR file generates SIGBUS, r=gcp,aklotz 2019-10-23 19:06:55 +00:00
appnote.txt
components.conf
moz.build Bug 1550815 - Handle SIGBUS error when accessing mmapped file, r=aklotz,haik 2019-10-10 14:07:06 +00:00
nsIJARChannel.idl
nsIJARURI.idl
nsIZipReader.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsJAR.cpp Bug 1616400 - Do not recreate the inner reader for nested omni.ja archives if the Omnijar already has it. r=aklotz 2020-03-06 20:35:53 +00:00
nsJAR.h Bug 1616400 - Do not recreate the inner reader for nested omni.ja archives if the Omnijar already has it. r=aklotz 2020-03-06 20:35:53 +00:00
nsJARChannel.cpp Bug 1609815 - Remove Web Replay C++ implementation. r=jgilbert,jandem,gbrown 2020-02-27 17:39:15 +00:00
nsJARChannel.h Bug 1598497 - P2. Have the canceled attribute only if explicitly canceled. r=mayhemer. 2019-12-19 05:20:07 +00:00
nsJARInputStream.cpp Bug 1570499 - Part 1: Replace MOZ_FALLTHROUGH macro with C++17's [[fallthrough]] attribute. r=froydnj 2019-12-20 07:16:43 +00:00
nsJARInputStream.h
nsJARProtocolHandler.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
nsJARProtocolHandler.h Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
nsJARURI.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
nsJARURI.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsZipArchive.cpp Bug 1618753 Remove nsAutoPtr usage from modules. r=KrisWright 2020-03-02 18:52:07 +00:00
nsZipArchive.h Bug 1618753 Remove nsAutoPtr usage from modules. r=KrisWright 2020-03-02 18:52:07 +00:00
zipstruct.h