зеркало из https://github.com/mozilla/gecko-dev.git
Added a head part
This commit is contained in:
Родитель
193e9322c8
Коммит
087c0f5463
|
@ -40,6 +40,9 @@ extern nsresult NS_NewHTMLContentSink(nsIHTMLContentSink** aInstancePtrResult,
|
|||
extern nsresult
|
||||
NS_NewRootPart(nsIHTMLContent** aInstancePtrResult,
|
||||
nsIDocument* aDocument);
|
||||
extern nsresult
|
||||
NS_NewHTMLHead(nsIHTMLContent** aInstancePtrResult,
|
||||
nsIAtom* aTag);
|
||||
|
||||
// Create an html body part
|
||||
extern nsresult
|
||||
|
|
|
@ -34,6 +34,7 @@ CPPSRCS = \
|
|||
nsHTMLContainerFrame.cpp \
|
||||
nsHTMLContent.cpp \
|
||||
nsHTMLFrame.cpp \
|
||||
nsHTMLHead.cpp \
|
||||
nsHTMLIIDs.cpp \
|
||||
nsHTMLImage.cpp \
|
||||
nsHTMLTagContent.cpp \
|
||||
|
|
|
@ -36,6 +36,7 @@ CPPSRCS= \
|
|||
nsHTMLContainerFrame.cpp \
|
||||
nsHTMLContent.cpp \
|
||||
nsHTMLFrame.cpp \
|
||||
nsHTMLHead.cpp \
|
||||
nsHTMLIIDs.cpp \
|
||||
nsHTMLImage.cpp \
|
||||
nsHTMLTagContent.cpp \
|
||||
|
@ -68,6 +69,7 @@ CPP_OBJS= \
|
|||
.\$(OBJDIR)\nsHTMLContainerFrame.obj \
|
||||
.\$(OBJDIR)\nsHTMLContent.obj \
|
||||
.\$(OBJDIR)\nsHTMLFrame.obj \
|
||||
.\$(OBJDIR)\nsHTMLHead.obj \
|
||||
.\$(OBJDIR)\nsHTMLIIDs.obj \
|
||||
.\$(OBJDIR)\nsHTMLImage.obj \
|
||||
.\$(OBJDIR)\nsHTMLTagContent.obj \
|
||||
|
|
|
@ -40,6 +40,9 @@ extern nsresult NS_NewHTMLContentSink(nsIHTMLContentSink** aInstancePtrResult,
|
|||
extern nsresult
|
||||
NS_NewRootPart(nsIHTMLContent** aInstancePtrResult,
|
||||
nsIDocument* aDocument);
|
||||
extern nsresult
|
||||
NS_NewHTMLHead(nsIHTMLContent** aInstancePtrResult,
|
||||
nsIAtom* aTag);
|
||||
|
||||
// Create an html body part
|
||||
extern nsresult
|
||||
|
|
Загрузка…
Ссылка в новой задаче