From bc4211d1ed5e57fa6fa4bdef28cf0e58b494ffcf Mon Sep 17 00:00:00 2001 From: "peterl%netscape.com" Date: Thu, 27 Aug 1998 00:48:06 +0000 Subject: [PATCH] added td & th git-svn-id: svn://10.0.0.236/trunk@8580 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/html/content/src/nsHTMLAtoms.cpp | 6 ++++++ mozilla/content/html/content/src/nsHTMLAtoms.h | 2 ++ mozilla/content/shared/public/nsHTMLAtoms.h | 2 ++ mozilla/content/shared/src/nsHTMLAtoms.cpp | 6 ++++++ mozilla/layout/html/base/src/nsHTMLAtoms.cpp | 6 ++++++ mozilla/layout/html/base/src/nsHTMLAtoms.h | 2 ++ 6 files changed, 24 insertions(+) diff --git a/mozilla/content/html/content/src/nsHTMLAtoms.cpp b/mozilla/content/html/content/src/nsHTMLAtoms.cpp index f96a09a8909..e3b317977e2 100644 --- a/mozilla/content/html/content/src/nsHTMLAtoms.cpp +++ b/mozilla/content/html/content/src/nsHTMLAtoms.cpp @@ -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); diff --git a/mozilla/content/html/content/src/nsHTMLAtoms.h b/mozilla/content/html/content/src/nsHTMLAtoms.h index 58af240c228..a7d1306e9ca 100644 --- a/mozilla/content/html/content/src/nsHTMLAtoms.h +++ b/mozilla/content/html/content/src/nsHTMLAtoms.h @@ -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; diff --git a/mozilla/content/shared/public/nsHTMLAtoms.h b/mozilla/content/shared/public/nsHTMLAtoms.h index 58af240c228..a7d1306e9ca 100644 --- a/mozilla/content/shared/public/nsHTMLAtoms.h +++ b/mozilla/content/shared/public/nsHTMLAtoms.h @@ -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; diff --git a/mozilla/content/shared/src/nsHTMLAtoms.cpp b/mozilla/content/shared/src/nsHTMLAtoms.cpp index f96a09a8909..e3b317977e2 100644 --- a/mozilla/content/shared/src/nsHTMLAtoms.cpp +++ b/mozilla/content/shared/src/nsHTMLAtoms.cpp @@ -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); diff --git a/mozilla/layout/html/base/src/nsHTMLAtoms.cpp b/mozilla/layout/html/base/src/nsHTMLAtoms.cpp index f96a09a8909..e3b317977e2 100644 --- a/mozilla/layout/html/base/src/nsHTMLAtoms.cpp +++ b/mozilla/layout/html/base/src/nsHTMLAtoms.cpp @@ -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); diff --git a/mozilla/layout/html/base/src/nsHTMLAtoms.h b/mozilla/layout/html/base/src/nsHTMLAtoms.h index 58af240c228..a7d1306e9ca 100644 --- a/mozilla/layout/html/base/src/nsHTMLAtoms.h +++ b/mozilla/layout/html/base/src/nsHTMLAtoms.h @@ -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;