зеркало из https://github.com/mozilla/pjs.git
added style atom
This commit is contained in:
Родитель
344a1920c3
Коммит
c987b58eea
|
@ -109,6 +109,7 @@ nsIAtom* nsHTMLAtoms::shape;
|
|||
nsIAtom* nsHTMLAtoms::size;
|
||||
nsIAtom* nsHTMLAtoms::src;
|
||||
nsIAtom* nsHTMLAtoms::start;
|
||||
nsIAtom* nsHTMLAtoms::style;
|
||||
nsIAtom* nsHTMLAtoms::suppress;
|
||||
nsIAtom* nsHTMLAtoms::table;
|
||||
nsIAtom* nsHTMLAtoms::tabstop;
|
||||
|
@ -227,6 +228,7 @@ void nsHTMLAtoms::AddrefAtoms()
|
|||
size = NS_NewAtom("SIZE");
|
||||
src = NS_NewAtom("SRC");
|
||||
start = NS_NewAtom("START");
|
||||
style = NS_NewAtom("STYLE");
|
||||
suppress = NS_NewAtom("SUPPRESS");
|
||||
table = NS_NewAtom("TABLE");
|
||||
tabstop = NS_NewAtom("TABSTOP");
|
||||
|
@ -346,6 +348,7 @@ void nsHTMLAtoms::ReleaseAtoms()
|
|||
NS_RELEASE(size);
|
||||
NS_RELEASE(src);
|
||||
NS_RELEASE(start);
|
||||
NS_RELEASE(style);
|
||||
NS_RELEASE(suppress);
|
||||
NS_RELEASE(table);
|
||||
NS_RELEASE(tabstop);
|
||||
|
|
|
@ -140,6 +140,7 @@ public:
|
|||
static nsIAtom* size;
|
||||
static nsIAtom* src;
|
||||
static nsIAtom* start;
|
||||
static nsIAtom* style;
|
||||
static nsIAtom* suppress;
|
||||
|
||||
static nsIAtom* table;
|
||||
|
|
|
@ -140,6 +140,7 @@ public:
|
|||
static nsIAtom* size;
|
||||
static nsIAtom* src;
|
||||
static nsIAtom* start;
|
||||
static nsIAtom* style;
|
||||
static nsIAtom* suppress;
|
||||
|
||||
static nsIAtom* table;
|
||||
|
|
|
@ -109,6 +109,7 @@ nsIAtom* nsHTMLAtoms::shape;
|
|||
nsIAtom* nsHTMLAtoms::size;
|
||||
nsIAtom* nsHTMLAtoms::src;
|
||||
nsIAtom* nsHTMLAtoms::start;
|
||||
nsIAtom* nsHTMLAtoms::style;
|
||||
nsIAtom* nsHTMLAtoms::suppress;
|
||||
nsIAtom* nsHTMLAtoms::table;
|
||||
nsIAtom* nsHTMLAtoms::tabstop;
|
||||
|
@ -227,6 +228,7 @@ void nsHTMLAtoms::AddrefAtoms()
|
|||
size = NS_NewAtom("SIZE");
|
||||
src = NS_NewAtom("SRC");
|
||||
start = NS_NewAtom("START");
|
||||
style = NS_NewAtom("STYLE");
|
||||
suppress = NS_NewAtom("SUPPRESS");
|
||||
table = NS_NewAtom("TABLE");
|
||||
tabstop = NS_NewAtom("TABSTOP");
|
||||
|
@ -346,6 +348,7 @@ void nsHTMLAtoms::ReleaseAtoms()
|
|||
NS_RELEASE(size);
|
||||
NS_RELEASE(src);
|
||||
NS_RELEASE(start);
|
||||
NS_RELEASE(style);
|
||||
NS_RELEASE(suppress);
|
||||
NS_RELEASE(table);
|
||||
NS_RELEASE(tabstop);
|
||||
|
|
|
@ -109,6 +109,7 @@ nsIAtom* nsHTMLAtoms::shape;
|
|||
nsIAtom* nsHTMLAtoms::size;
|
||||
nsIAtom* nsHTMLAtoms::src;
|
||||
nsIAtom* nsHTMLAtoms::start;
|
||||
nsIAtom* nsHTMLAtoms::style;
|
||||
nsIAtom* nsHTMLAtoms::suppress;
|
||||
nsIAtom* nsHTMLAtoms::table;
|
||||
nsIAtom* nsHTMLAtoms::tabstop;
|
||||
|
@ -227,6 +228,7 @@ void nsHTMLAtoms::AddrefAtoms()
|
|||
size = NS_NewAtom("SIZE");
|
||||
src = NS_NewAtom("SRC");
|
||||
start = NS_NewAtom("START");
|
||||
style = NS_NewAtom("STYLE");
|
||||
suppress = NS_NewAtom("SUPPRESS");
|
||||
table = NS_NewAtom("TABLE");
|
||||
tabstop = NS_NewAtom("TABSTOP");
|
||||
|
@ -346,6 +348,7 @@ void nsHTMLAtoms::ReleaseAtoms()
|
|||
NS_RELEASE(size);
|
||||
NS_RELEASE(src);
|
||||
NS_RELEASE(start);
|
||||
NS_RELEASE(style);
|
||||
NS_RELEASE(suppress);
|
||||
NS_RELEASE(table);
|
||||
NS_RELEASE(tabstop);
|
||||
|
|
|
@ -140,6 +140,7 @@ public:
|
|||
static nsIAtom* size;
|
||||
static nsIAtom* src;
|
||||
static nsIAtom* start;
|
||||
static nsIAtom* style;
|
||||
static nsIAtom* suppress;
|
||||
|
||||
static nsIAtom* table;
|
||||
|
|
Загрузка…
Ссылка в новой задаче