fix for bug 170987 - move the FTP protocol into necko from necko2, so that necko.dll isn't required for embedding

r=gordon, sr=darin


git-svn-id: svn://10.0.0.236/trunk@135944 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com
2003-01-07 21:56:32 +00:00
parent ca9654f343
commit 96dd9afe92
6 changed files with 14 additions and 14 deletions

View File

@@ -38,11 +38,8 @@
#include "nsIGenericFactory.h"
#include "nsGopherHandler.h"
#include "nsFtpProtocolHandler.h"
#include "nsViewSourceHandler.h"
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsFtpProtocolHandler, Init);
///////////////////////////////////////////////////////////////////////////////
// Module implementation for the net library
@@ -54,13 +51,6 @@ static const nsModuleComponentInfo gNetModuleInfo[] = {
nsGopherHandler::Create
},
// from netwerk/protocol/ftp:
{ "The FTP Protocol Handler",
NS_FTPPROTOCOLHANDLER_CID,
NS_NETWORK_PROTOCOL_CONTRACTID_PREFIX "ftp",
nsFtpProtocolHandlerConstructor
},
// from netwerk/protocol/viewsource:
{ "The ViewSource Protocol Handler",
NS_VIEWSOURCEHANDLER_CID,