added tablePseudo
git-svn-id: svn://10.0.0.236/trunk@15045 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
fbb3c4f42e
commit
38df9d7aff
@ -211,6 +211,7 @@ nsIAtom* nsHTMLAtoms::summary;
|
||||
nsIAtom* nsHTMLAtoms::suppress;
|
||||
nsIAtom* nsHTMLAtoms::tabindex;
|
||||
nsIAtom* nsHTMLAtoms::table;
|
||||
nsIAtom* nsHTMLAtoms::tablePseudo;
|
||||
nsIAtom* nsHTMLAtoms::tabstop;
|
||||
nsIAtom* nsHTMLAtoms::target;
|
||||
nsIAtom* nsHTMLAtoms::tbody;
|
||||
@ -441,6 +442,7 @@ void nsHTMLAtoms::AddrefAtoms()
|
||||
suppress = NS_NewAtom("SUPPRESS");
|
||||
tabindex = NS_NewAtom("TABINDEX");
|
||||
table = NS_NewAtom("TABLE");
|
||||
tablePseudo = NS_NewAtom(":TABLE");
|
||||
tabstop = NS_NewAtom("TABSTOP");
|
||||
target = NS_NewAtom("TARGET");
|
||||
tbody = NS_NewAtom("TBODY");
|
||||
@ -663,6 +665,7 @@ void nsHTMLAtoms::ReleaseAtoms()
|
||||
NS_RELEASE(summary);
|
||||
NS_RELEASE(suppress);
|
||||
NS_RELEASE(table);
|
||||
NS_RELEASE(tablePseudo);
|
||||
NS_RELEASE(tabstop);
|
||||
NS_RELEASE(target);
|
||||
NS_RELEASE(tbody);
|
||||
|
||||
@ -246,6 +246,7 @@ public:
|
||||
|
||||
static nsIAtom* tabindex;
|
||||
static nsIAtom* table;
|
||||
static nsIAtom* tablePseudo;
|
||||
static nsIAtom* tabstop;
|
||||
static nsIAtom* target;
|
||||
static nsIAtom* tbody;
|
||||
|
||||
@ -246,6 +246,7 @@ public:
|
||||
|
||||
static nsIAtom* tabindex;
|
||||
static nsIAtom* table;
|
||||
static nsIAtom* tablePseudo;
|
||||
static nsIAtom* tabstop;
|
||||
static nsIAtom* target;
|
||||
static nsIAtom* tbody;
|
||||
|
||||
@ -211,6 +211,7 @@ nsIAtom* nsHTMLAtoms::summary;
|
||||
nsIAtom* nsHTMLAtoms::suppress;
|
||||
nsIAtom* nsHTMLAtoms::tabindex;
|
||||
nsIAtom* nsHTMLAtoms::table;
|
||||
nsIAtom* nsHTMLAtoms::tablePseudo;
|
||||
nsIAtom* nsHTMLAtoms::tabstop;
|
||||
nsIAtom* nsHTMLAtoms::target;
|
||||
nsIAtom* nsHTMLAtoms::tbody;
|
||||
@ -441,6 +442,7 @@ void nsHTMLAtoms::AddrefAtoms()
|
||||
suppress = NS_NewAtom("SUPPRESS");
|
||||
tabindex = NS_NewAtom("TABINDEX");
|
||||
table = NS_NewAtom("TABLE");
|
||||
tablePseudo = NS_NewAtom(":TABLE");
|
||||
tabstop = NS_NewAtom("TABSTOP");
|
||||
target = NS_NewAtom("TARGET");
|
||||
tbody = NS_NewAtom("TBODY");
|
||||
@ -663,6 +665,7 @@ void nsHTMLAtoms::ReleaseAtoms()
|
||||
NS_RELEASE(summary);
|
||||
NS_RELEASE(suppress);
|
||||
NS_RELEASE(table);
|
||||
NS_RELEASE(tablePseudo);
|
||||
NS_RELEASE(tabstop);
|
||||
NS_RELEASE(target);
|
||||
NS_RELEASE(tbody);
|
||||
|
||||
@ -211,6 +211,7 @@ nsIAtom* nsHTMLAtoms::summary;
|
||||
nsIAtom* nsHTMLAtoms::suppress;
|
||||
nsIAtom* nsHTMLAtoms::tabindex;
|
||||
nsIAtom* nsHTMLAtoms::table;
|
||||
nsIAtom* nsHTMLAtoms::tablePseudo;
|
||||
nsIAtom* nsHTMLAtoms::tabstop;
|
||||
nsIAtom* nsHTMLAtoms::target;
|
||||
nsIAtom* nsHTMLAtoms::tbody;
|
||||
@ -441,6 +442,7 @@ void nsHTMLAtoms::AddrefAtoms()
|
||||
suppress = NS_NewAtom("SUPPRESS");
|
||||
tabindex = NS_NewAtom("TABINDEX");
|
||||
table = NS_NewAtom("TABLE");
|
||||
tablePseudo = NS_NewAtom(":TABLE");
|
||||
tabstop = NS_NewAtom("TABSTOP");
|
||||
target = NS_NewAtom("TARGET");
|
||||
tbody = NS_NewAtom("TBODY");
|
||||
@ -663,6 +665,7 @@ void nsHTMLAtoms::ReleaseAtoms()
|
||||
NS_RELEASE(summary);
|
||||
NS_RELEASE(suppress);
|
||||
NS_RELEASE(table);
|
||||
NS_RELEASE(tablePseudo);
|
||||
NS_RELEASE(tabstop);
|
||||
NS_RELEASE(target);
|
||||
NS_RELEASE(tbody);
|
||||
|
||||
@ -246,6 +246,7 @@ public:
|
||||
|
||||
static nsIAtom* tabindex;
|
||||
static nsIAtom* table;
|
||||
static nsIAtom* tablePseudo;
|
||||
static nsIAtom* tabstop;
|
||||
static nsIAtom* target;
|
||||
static nsIAtom* tbody;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user