gecko-dev/modules/libjar
Kershaw Chang 638174ac87 Bug 1430039 - Proxy release some member on main thread r=valentin
The reason of the crash is that the load group is released on non main thread. To fix the crash, simply use |NS_ReleaseOnMainThreadSystemGroup| to release the load group.
Note that this patch also proxy release other members on main thread just for safe.

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

--HG--
extra : moz-landing-system : lando
2018-10-19 14:46:21 +00:00
..
test Bug 1486147: Part 2 - Update JS string enumerator callers to use JS iteration. r=mccr8 2018-08-24 16:22:40 -07:00
zipwriter Bug 1494127 - Fix trivial calls to do_QueryInterface that return an nsresult r=smaug 2018-10-01 21:38:43 +00:00
appnote.txt
moz.build
nsIJARChannel.idl
nsIJARFactory.h
nsIJARProtocolHandler.idl
nsIJARURI.idl Bug 1442242 - Make the constructor of nsJARURI private r=mayhemer 2018-03-20 12:52:47 +01:00
nsIZipReader.idl
nsJAR.cpp Bug 1486147: Follow-up: Fix missing QueryInterface entries. r=bustage 2018-09-19 17:34:10 -07:00
nsJAR.h Bug 1486147: Part 1 - Add JS iterator support to nsIStringEnumerator. r=mccr8 2018-08-24 16:21:33 -07:00
nsJARChannel.cpp Bug 1430039 - Proxy release some member on main thread r=valentin 2018-10-19 14:46:21 +00:00
nsJARChannel.h Bug 1373708 - Convert Jar channels to stop using main thread I/O, r=nwgh 2018-03-01 08:12:00 +00:00
nsJARFactory.cpp Bug 1442239 - Make URI deserialization (nsISerializable.read) happen via nsIURIMutator only r=mayhemer 2018-03-19 20:22:32 +01:00
nsJARInputStream.cpp
nsJARInputStream.h
nsJARProtocolHandler.cpp Bug 1442242 - Make the constructor of nsJARURI private r=mayhemer 2018-03-20 12:52:47 +01:00
nsJARProtocolHandler.h
nsJARURI.cpp Bug 1486690 - Remove unnecessary checks after moz_xmalloc() calls. r=glandium 2018-08-28 15:56:01 +10:00
nsJARURI.h Bug 1448330 - Make nsIURI.clone a private method r=mayhemer 2018-06-14 13:05:43 +02:00
nsZipArchive.cpp Bug 1453795 - LibJAR - Initialize member fields in classes/ structures. r=aklotz 2018-06-16 14:03:28 +03:00
nsZipArchive.h
zipstruct.h