add new popup window manager to module. bug 166442 r=jag,jst,morse

This commit is contained in:
danm%netscape.com 2002-09-11 02:13:31 +00:00
Родитель 7eb4bb4235
Коммит 39d14e606e
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -48,6 +48,7 @@
#include "nsCookieService.h"
#include "nsImgManager.h"
#include "nsPermissionManager.h"
#include "nsPopupWindowManager.h"
#include "nsCookieHTTPNotify.h"
#include "nsICategoryManager.h"
#include "nsXPIDLString.h"
@ -59,6 +60,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsCookieManager, Init)
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsCookieService, Init)
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsImgManager, Init)
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsPermissionManager, Init)
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsPopupWindowManager, Init)
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsCookieHTTPNotify, Init)
static NS_METHOD
@ -126,6 +128,11 @@ static const nsModuleComponentInfo components[] = {
NS_PERMISSIONMANAGER_CONTRACTID,
nsPermissionManagerConstructor
},
{ "PopupWindowManager",
NS_POPUPWINDOWMANAGER_CID,
NS_POPUPWINDOWMANAGER_CONTRACTID,
nsPopupWindowManagerConstructor
},
{ NS_COOKIEHTTPNOTIFY_CLASSNAME,
NS_COOKIEHTTPNOTIFY_CID,
NS_COOKIEHTTPNOTIFY_CONTRACTID,