Added nsLayoutAtoms::fixedList for specifying the name of the additional

child list for 'fixed' elements


git-svn-id: svn://10.0.0.236/trunk@18714 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1999-01-27 03:48:39 +00:00
parent 020bec1e30
commit 00c1f554bc
6 changed files with 12 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ nsIAtom* nsLayoutAtoms::xmlnsNameSpace;
nsIAtom* nsLayoutAtoms::absoluteList;
nsIAtom* nsLayoutAtoms::bulletList;
nsIAtom* nsLayoutAtoms::colGroupList;
nsIAtom* nsLayoutAtoms::fixedList;
nsIAtom* nsLayoutAtoms::floaterList;
nsIAtom* nsLayoutAtoms::textTagName;
@@ -68,6 +69,7 @@ void nsLayoutAtoms::AddrefAtoms()
absoluteList = NS_NewAtom("Absolute-list");
bulletList = NS_NewAtom("Bullet-list");
colGroupList = NS_NewAtom("ColGroup-list");
fixedList = NS_NewAtom("Fixed-list");
floaterList = NS_NewAtom("Floater-list");
textTagName = NS_NewAtom("__moz_text");
@@ -98,6 +100,7 @@ void nsLayoutAtoms::ReleaseAtoms()
NS_RELEASE(absoluteList);
NS_RELEASE(bulletList);
NS_RELEASE(colGroupList);
NS_RELEASE(fixedList);
NS_RELEASE(floaterList);
NS_RELEASE(textTagName);