Remove the keyword: protocol handler. Expose the functionality on nsIURIFixup

instead.  Bug 337339 and bug 264830, r=biesi, sr=darin
This commit is contained in:
bzbarsky@mit.edu
2006-05-16 03:02:28 +00:00
parent a55f05c02e
commit cce1a0d9ce
15 changed files with 72 additions and 464 deletions

View File

@@ -231,10 +231,6 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsViewSourceURI)
#include "nsDataHandler.h"
#endif
#ifdef NECKO_PROTOCOL_keyword
#include "nsKeywordProtocolHandler.h"
#endif
///////////////////////////////////////////////////////////////////////////////
#include "nsURIChecker.h"
@@ -1108,15 +1104,6 @@ static const nsModuleComponentInfo gNetModuleInfo[] = {
nsDataHandler::Create},
#endif
#ifdef NECKO_PROTOCOL_keyword
// from netwerk/protocol/keyword:
{ "The Keyword Protocol Handler",
NS_KEYWORDPROTOCOLHANDLER_CID,
NS_NETWORK_PROTOCOL_CONTRACTID_PREFIX "keyword",
nsKeywordProtocolHandler::Create
},
#endif
#ifdef NECKO_PROTOCOL_viewsource
// from netwerk/protocol/viewsource:
{ "The ViewSource Protocol Handler",