Fix for bugs 24765, 49288. Using Necko file cache for the jar protocol. r=beard, a=warren.

This commit is contained in:
mstoltz@netscape.com
2000-09-15 19:27:05 +00:00
parent 364b22f027
commit 5416e9ae3c
16 changed files with 498 additions and 634 deletions

View File

@@ -40,6 +40,7 @@
#include "nsLoadGroup.h"
#include "nsInputStreamChannel.h"
#include "nsStreamLoader.h"
#include "nsDownloader.h"
#include "nsAsyncStreamListener.h"
#include "nsSyncStreamListener.h"
#include "nsFileStreams.h"
@@ -393,6 +394,10 @@ static nsModuleComponentInfo gNetModuleInfo[] = {
NS_STREAMLOADER_CID,
"@mozilla.org/network/stream-loader;1",
nsStreamLoader::Create },
{ "Stream-As-File Downloader",
NS_DOWNLOADER_CID,
"@mozilla.org/network/downloader;1",
nsDownloader::Create },
{ "Async Stream Observer",
NS_ASYNCSTREAMOBSERVER_CID,
"@mozilla.org/network/async-stream-observer;1",