add new popup window manager to module. bug 166442 r=jag,jst,morse
git-svn-id: svn://10.0.0.236/trunk@129204 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3027587244
commit
e86f57bc2b
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user