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

child list for 'fixed' elements
This commit is contained in:
troy%netscape.com 1999-01-27 03:48:39 +00:00
Родитель c7e5cf4016
Коммит 4c46e32cff
6 изменённых файлов: 12 добавлений и 0 удалений

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

@ -54,6 +54,7 @@ public:
static nsIAtom* absoluteList;
static nsIAtom* bulletList;
static nsIAtom* colGroupList;
static nsIAtom* fixedList;
static nsIAtom* floaterList;
// Alphabetical list of pseudo tag names for non-element content

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

@ -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);

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

@ -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);

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

@ -54,6 +54,7 @@ public:
static nsIAtom* absoluteList;
static nsIAtom* bulletList;
static nsIAtom* colGroupList;
static nsIAtom* fixedList;
static nsIAtom* floaterList;
// Alphabetical list of pseudo tag names for non-element content

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

@ -54,6 +54,7 @@ public:
static nsIAtom* absoluteList;
static nsIAtom* bulletList;
static nsIAtom* colGroupList;
static nsIAtom* fixedList;
static nsIAtom* floaterList;
// Alphabetical list of pseudo tag names for non-element content

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

@ -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);