Add nsControllerCommandManager.cpp to build, as part of work for bug 18395. r=hyatt, pinkerton

This commit is contained in:
sfraser%netscape.com 2000-02-15 08:51:31 +00:00
Родитель 45ef04ec47
Коммит 36de63bda7
5 изменённых файлов: 26 добавлений и 10 удалений

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

@ -128,4 +128,10 @@
#define NS_XULELEMENTFACTORY_CID \
{ 0x76e92881, 0xcddb, 0x11d3, { 0xbf, 0x87, 0x0, 0x10, 0x5a, 0x1b, 0x6, 0x27 } }
// {508f5601-e09b-11d3-9f7e-cf931f9f173c}
#define NS_CONTROLLERCOMMANDMANAGER_CID \
{ 0x508f5601, 0xe09b, 0x11d3, { 0x9f, 0x7e, 0xcf, 0x93, 0x1f, 0x9f, 0x17, 0x3c } }
#endif // nsRDFCID_h__

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

@ -48,6 +48,7 @@
#include "nsIXULKeyListener.h"
#include "nsIServiceManager.h"
#include "nsIElementFactory.h"
#include "nsIControllerCommand.h"
extern nsresult NS_NewXULElementFactory(nsIElementFactory** aResult);
@ -107,6 +108,7 @@ MAKE_CTOR(XULContentSink,XULContentSink,XULContentSink)
MAKE_CTOR(RDFDefaultResource,DefaultResource,RDFResource)
MAKE_CTOR(LocalStore,LocalStore,LocalStore)
MAKE_CTOR(ControllerCommandManager,ControllerCommandManager,ControllerCommandManager)
// The list of components we register
static nsModuleComponentInfo components[] =
@ -235,6 +237,12 @@ static nsModuleComponentInfo components[] =
NS_ELEMENT_FACTORY_PROGID_PREFIX "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul",
CreateNewXULElementFactory
},
{ "Controller Command Manager",
NS_CONTROLLERCOMMANDMANAGER_CID,
NS_RDF_PROGID "/controller-command-manager",
CreateNewControllerCommandManager
},
};
NS_IMPL_NSGETMODULE("nsRDFModule", components);

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

@ -33,6 +33,7 @@ REQUIRES = dom js netlib rdf raptor xpcom locale
CPPSRCS = \
nsElementMap.cpp \
nsControllerCommandManager.cpp \
nsJSXULDocument.cpp \
nsJSXULElement.cpp \
nsJSXULCommandDispatcher.cpp \

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

@ -32,20 +32,21 @@ LCFLAGS = \
CPP_OBJS=\
.\$(OBJDIR)\nsElementMap.obj \
.\$(OBJDIR)\nsJSXULCommandDispatcher.obj \
.\$(OBJDIR)\nsRDFGenericBuilder.obj \
.\$(OBJDIR)\nsXULAttributes.obj \
.\$(OBJDIR)\nsXULCommandDispatcher.obj \
.\$(OBJDIR)\nsXULControllers.obj \
.\$(OBJDIR)\nsXULPopupListener.obj \
.\$(OBJDIR)\nsControllerCommandManager.obj \
.\$(OBJDIR)\nsJSXULCommandDispatcher.obj \
.\$(OBJDIR)\nsRDFGenericBuilder.obj \
.\$(OBJDIR)\nsXULAttributes.obj \
.\$(OBJDIR)\nsXULCommandDispatcher.obj \
.\$(OBJDIR)\nsXULControllers.obj \
.\$(OBJDIR)\nsXULPopupListener.obj \
.\$(OBJDIR)\nsXULPrototypeDocument.obj \
.\$(OBJDIR)\nsXULPrototypeCache.obj \
.\$(OBJDIR)\nsJSXULDocument.obj \
.\$(OBJDIR)\nsJSXULElement.obj \
.\$(OBJDIR)\nsJSXULPopupElement.obj \
.\$(OBJDIR)\nsJSXULPopupElement.obj \
.\$(OBJDIR)\nsJSXULTreeElement.obj \
.\$(OBJDIR)\nsJSXULIFrameElement.obj \
.\$(OBJDIR)\nsJSXULBrowserElement.obj \
.\$(OBJDIR)\nsJSXULBrowserElement.obj \
.\$(OBJDIR)\nsJSXULEditorElement.obj \
.\$(OBJDIR)\nsRDFDOMNodeList.obj \
.\$(OBJDIR)\nsXULElement.obj \
@ -56,9 +57,9 @@ CPP_OBJS=\
.\$(OBJDIR)\nsXULSortService.obj \
.\$(OBJDIR)\nsXULTreeElement.obj \
.\$(OBJDIR)\nsXULIFrameElement.obj \
.\$(OBJDIR)\nsXULBrowserElement.obj \
.\$(OBJDIR)\nsXULBrowserElement.obj \
.\$(OBJDIR)\nsXULEditorElement.obj \
.\$(OBJDIR)\nsXULPopupElement.obj \
.\$(OBJDIR)\nsXULPopupElement.obj \
$(NULL)
# XXX we are including layout\html\base\src to get HTML elements

Двоичные данные
rdf/macbuild/rdf.mcp

Двоичный файл не отображается.