215467, Part I. New Download Manager.

git-svn-id: svn://10.0.0.236/trunk@149788 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ben%bengoodger.com
2003-11-27 00:54:33 +00:00
parent c7a13b8d70
commit 13e75deaad
75 changed files with 5701 additions and 153 deletions

View File

@@ -39,14 +39,10 @@
#include "nsIGenericFactory.h"
#include "nsBrowserCompsCID.h"
#include "nsDownloadManager.h"
#include "nsDownloadProxy.h"
#include "nsBookmarksService.h"
/////////////////////////////////////////////////////////////////////////////
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsDownloadManager, Init)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsDownloadProxy)
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsBookmarksService, Init)
/////////////////////////////////////////////////////////////////////////////
@@ -57,15 +53,7 @@ static const nsModuleComponentInfo components[] =
nsBookmarksServiceConstructor },
{ "Bookmarks", NS_BOOKMARKS_SERVICE_CID, NS_BOOKMARKS_DATASOURCE_CONTRACTID,
nsBookmarksServiceConstructor },
{ "Download Manager",
NS_DOWNLOADMANAGER_CID,
NS_DOWNLOADMANAGER_CONTRACTID,
nsDownloadManagerConstructor },
{ "Download",
NS_DOWNLOAD_CID,
NS_DOWNLOAD_CONTRACTID,
nsDownloadProxyConstructor }
};
NS_IMPL_NSGETMODULE(nsBrowserCompsModule, components)