mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 01:43:08 +09:00
This ensures that the content type is also determined when opening JAR channels both synchronously and asynchronously. Current m-c modifies only the async portion, while the mentioned commit below modifies only the sync portion. This commit does it for both. Partially based on 425677ada7380f7c592dd01ddfbc9631ab2038a0 and bug 1757604. |
||
|---|---|---|
| .. | ||
| test | ||
| zipwriter | ||
| appnote.txt | ||
| moz.build | ||
| nsIJARChannel.idl | ||
| nsIJARFactory.h | ||
| nsIJARProtocolHandler.idl | ||
| nsIJARURI.idl | ||
| nsIZipReader.idl | ||
| nsJAR.cpp | ||
| nsJAR.h | ||
| nsJARChannel.cpp | ||
| nsJARChannel.h | ||
| nsJARFactory.cpp | ||
| nsJARInputStream.cpp | ||
| nsJARInputStream.h | ||
| nsJARProtocolHandler.cpp | ||
| nsJARProtocolHandler.h | ||
| nsJARURI.cpp | ||
| nsJARURI.h | ||
| nsZipArchive.cpp | ||
| nsZipArchive.h | ||
| zipstruct.h | ||