Rewrite the extension manager as a js component (170006 - not accessible yet)

git-svn-id: svn://10.0.0.236/trunk@154405 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ben%bengoodger.com
2004-03-31 08:58:21 +00:00
parent e5b650df51
commit 3fc97e34cb
20 changed files with 933 additions and 41 deletions

View File

@@ -46,7 +46,6 @@
#include "nsAutoCompleteMdbResult.h"
#include "nsDownloadManager.h"
#include "nsDownloadProxy.h"
#include "nsExtensionManager.h"
#include "nsFormHistory.h"
#include "nsFormFillController.h"
#include "nsGlobalHistory.h"
@@ -62,7 +61,6 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsAutoCompleteController)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsAutoCompleteMdbResult)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsDownloadProxy)
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsDownloadManager, Init)
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsExtensionManager, Init)
NS_GENERIC_FACTORY_SINGLETON_CONSTRUCTOR(nsFormHistory, nsFormHistory::GetInstance)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsFormFillController)
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsGlobalHistory, Init)
@@ -108,13 +106,6 @@ static const nsModuleComponentInfo components[] =
NS_DOWNLOAD_CONTRACTID,
nsDownloadProxyConstructor },
{ "Extension Manager",
NS_EXTENSIONMANAGER_CID,
NS_EXTENSIONMANAGER_CONTRACTID,
nsExtensionManagerConstructor,
nsExtensionManager::Register,
nsnull },
{ "HTML Form History",
NS_FORMHISTORY_CID,
NS_FORMHISTORY_CONTRACTID,