зеркало из https://github.com/mozilla/pjs.git
added td & th
This commit is contained in:
Родитель
4e78d9f83e
Коммит
67c362eb78
|
@ -153,7 +153,9 @@ nsIAtom* nsHTMLAtoms::tabindex;
|
|||
nsIAtom* nsHTMLAtoms::table;
|
||||
nsIAtom* nsHTMLAtoms::tabstop;
|
||||
nsIAtom* nsHTMLAtoms::target;
|
||||
nsIAtom* nsHTMLAtoms::td;
|
||||
nsIAtom* nsHTMLAtoms::text;
|
||||
nsIAtom* nsHTMLAtoms::th;
|
||||
nsIAtom* nsHTMLAtoms::title;
|
||||
nsIAtom* nsHTMLAtoms::top;
|
||||
nsIAtom* nsHTMLAtoms::toppadding;
|
||||
|
@ -312,7 +314,9 @@ void nsHTMLAtoms::AddrefAtoms()
|
|||
table = NS_NewAtom("TABLE");
|
||||
tabstop = NS_NewAtom("TABSTOP");
|
||||
target = NS_NewAtom("TARGET");
|
||||
td = NS_NewAtom("TD");
|
||||
text = NS_NewAtom("TEXT");
|
||||
th = NS_NewAtom("TH");
|
||||
title = NS_NewAtom("TITLE");
|
||||
top = NS_NewAtom("TOP");
|
||||
toppadding = NS_NewAtom("TOPPADDING");
|
||||
|
@ -462,7 +466,9 @@ void nsHTMLAtoms::ReleaseAtoms()
|
|||
NS_RELEASE(table);
|
||||
NS_RELEASE(tabstop);
|
||||
NS_RELEASE(target);
|
||||
NS_RELEASE(td);
|
||||
NS_RELEASE(text);
|
||||
NS_RELEASE(th);
|
||||
NS_RELEASE(top);
|
||||
NS_RELEASE(toppadding);
|
||||
NS_RELEASE(type);
|
||||
|
|
|
@ -190,7 +190,9 @@ public:
|
|||
static nsIAtom* table;
|
||||
static nsIAtom* tabstop;
|
||||
static nsIAtom* target;
|
||||
static nsIAtom* td;
|
||||
static nsIAtom* text;
|
||||
static nsIAtom* th;
|
||||
static nsIAtom* title;
|
||||
static nsIAtom* top;
|
||||
static nsIAtom* toppadding;
|
||||
|
|
|
@ -190,7 +190,9 @@ public:
|
|||
static nsIAtom* table;
|
||||
static nsIAtom* tabstop;
|
||||
static nsIAtom* target;
|
||||
static nsIAtom* td;
|
||||
static nsIAtom* text;
|
||||
static nsIAtom* th;
|
||||
static nsIAtom* title;
|
||||
static nsIAtom* top;
|
||||
static nsIAtom* toppadding;
|
||||
|
|
|
@ -153,7 +153,9 @@ nsIAtom* nsHTMLAtoms::tabindex;
|
|||
nsIAtom* nsHTMLAtoms::table;
|
||||
nsIAtom* nsHTMLAtoms::tabstop;
|
||||
nsIAtom* nsHTMLAtoms::target;
|
||||
nsIAtom* nsHTMLAtoms::td;
|
||||
nsIAtom* nsHTMLAtoms::text;
|
||||
nsIAtom* nsHTMLAtoms::th;
|
||||
nsIAtom* nsHTMLAtoms::title;
|
||||
nsIAtom* nsHTMLAtoms::top;
|
||||
nsIAtom* nsHTMLAtoms::toppadding;
|
||||
|
@ -312,7 +314,9 @@ void nsHTMLAtoms::AddrefAtoms()
|
|||
table = NS_NewAtom("TABLE");
|
||||
tabstop = NS_NewAtom("TABSTOP");
|
||||
target = NS_NewAtom("TARGET");
|
||||
td = NS_NewAtom("TD");
|
||||
text = NS_NewAtom("TEXT");
|
||||
th = NS_NewAtom("TH");
|
||||
title = NS_NewAtom("TITLE");
|
||||
top = NS_NewAtom("TOP");
|
||||
toppadding = NS_NewAtom("TOPPADDING");
|
||||
|
@ -462,7 +466,9 @@ void nsHTMLAtoms::ReleaseAtoms()
|
|||
NS_RELEASE(table);
|
||||
NS_RELEASE(tabstop);
|
||||
NS_RELEASE(target);
|
||||
NS_RELEASE(td);
|
||||
NS_RELEASE(text);
|
||||
NS_RELEASE(th);
|
||||
NS_RELEASE(top);
|
||||
NS_RELEASE(toppadding);
|
||||
NS_RELEASE(type);
|
||||
|
|
|
@ -153,7 +153,9 @@ nsIAtom* nsHTMLAtoms::tabindex;
|
|||
nsIAtom* nsHTMLAtoms::table;
|
||||
nsIAtom* nsHTMLAtoms::tabstop;
|
||||
nsIAtom* nsHTMLAtoms::target;
|
||||
nsIAtom* nsHTMLAtoms::td;
|
||||
nsIAtom* nsHTMLAtoms::text;
|
||||
nsIAtom* nsHTMLAtoms::th;
|
||||
nsIAtom* nsHTMLAtoms::title;
|
||||
nsIAtom* nsHTMLAtoms::top;
|
||||
nsIAtom* nsHTMLAtoms::toppadding;
|
||||
|
@ -312,7 +314,9 @@ void nsHTMLAtoms::AddrefAtoms()
|
|||
table = NS_NewAtom("TABLE");
|
||||
tabstop = NS_NewAtom("TABSTOP");
|
||||
target = NS_NewAtom("TARGET");
|
||||
td = NS_NewAtom("TD");
|
||||
text = NS_NewAtom("TEXT");
|
||||
th = NS_NewAtom("TH");
|
||||
title = NS_NewAtom("TITLE");
|
||||
top = NS_NewAtom("TOP");
|
||||
toppadding = NS_NewAtom("TOPPADDING");
|
||||
|
@ -462,7 +466,9 @@ void nsHTMLAtoms::ReleaseAtoms()
|
|||
NS_RELEASE(table);
|
||||
NS_RELEASE(tabstop);
|
||||
NS_RELEASE(target);
|
||||
NS_RELEASE(td);
|
||||
NS_RELEASE(text);
|
||||
NS_RELEASE(th);
|
||||
NS_RELEASE(top);
|
||||
NS_RELEASE(toppadding);
|
||||
NS_RELEASE(type);
|
||||
|
|
|
@ -190,7 +190,9 @@ public:
|
|||
static nsIAtom* table;
|
||||
static nsIAtom* tabstop;
|
||||
static nsIAtom* target;
|
||||
static nsIAtom* td;
|
||||
static nsIAtom* text;
|
||||
static nsIAtom* th;
|
||||
static nsIAtom* title;
|
||||
static nsIAtom* top;
|
||||
static nsIAtom* toppadding;
|
||||
|
|
Загрузка…
Ссылка в новой задаче