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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user