moved frame construction code to its own class

This commit is contained in:
peterl%netscape.com 1999-02-05 03:57:49 +00:00
parent 98811e1bbc
commit a95a9904a5
5 changed files with 111 additions and 11091 deletions

File diff suppressed because it is too large Load Diff

View File

@ -33,6 +33,7 @@ CPPSRCS = \
nsCSSAtoms.cpp \
nsCSSKeywords.cpp \
nsCSSDeclaration.cpp \
nsCSSFrameConstructor.cpp \
nsCSSParser.cpp \
nsCSSProps.cpp \
nsCSSProps2.cpp \

View File

@ -39,6 +39,7 @@ CPPSRCS= \
nsCSSAtoms.cpp \
nsCSSKeywords.cpp \
nsCSSDeclaration.cpp \
nsCSSFrameConstructor.cpp \
nsCSSParser.cpp \
nsCSSProps.cpp \
nsCSSProps2.cpp \
@ -59,6 +60,7 @@ CPP_OBJS = \
.\$(OBJDIR)\nsCSSAtoms.obj \
.\$(OBJDIR)\nsCSSKeywords.obj \
.\$(OBJDIR)\nsCSSDeclaration.obj \
.\$(OBJDIR)\nsCSSFrameConstructor.obj \
.\$(OBJDIR)\nsCSSParser.obj \
.\$(OBJDIR)\nsCSSProps.obj \
.\$(OBJDIR)\nsCSSProps2.obj \

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff