added HTTP header atoms

git-svn-id: svn://10.0.0.236/trunk@18425 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterl%netscape.com
1999-01-23 07:02:56 +00:00
parent 3ed30608b4
commit 64dba30423
6 changed files with 84 additions and 0 deletions

View File

@@ -113,6 +113,13 @@ nsIAtom* nsHTMLAtoms::h3;
nsIAtom* nsHTMLAtoms::h4;
nsIAtom* nsHTMLAtoms::h5;
nsIAtom* nsHTMLAtoms::h6;
nsIAtom* nsHTMLAtoms::headerContentBase;
nsIAtom* nsHTMLAtoms::headerContentLanguage;
nsIAtom* nsHTMLAtoms::headerContentScriptType;
nsIAtom* nsHTMLAtoms::headerContentStyleType;
nsIAtom* nsHTMLAtoms::headerContentType;
nsIAtom* nsHTMLAtoms::headerDefaultStyle;
nsIAtom* nsHTMLAtoms::headerWindowTarget;
nsIAtom* nsHTMLAtoms::headers;
nsIAtom* nsHTMLAtoms::height;
nsIAtom* nsHTMLAtoms::hidden;
@@ -357,6 +364,13 @@ void nsHTMLAtoms::AddrefAtoms()
h4 = NS_NewAtom("H4");
h5 = NS_NewAtom("H5");
h6 = NS_NewAtom("H6");
headerContentBase = NS_NewAtom("CONTENT-BASE");
headerContentLanguage = NS_NewAtom("CONTENT-LANGUAGE");
headerContentScriptType = NS_NewAtom("CONTENT-SCRIPT-TYPE");
headerContentStyleType = NS_NewAtom("CONTENT-STYLE-TYPE");
headerContentType = NS_NewAtom("CONTENT-TYPE");
headerDefaultStyle = NS_NewAtom("DEFAULT-STYLE");
headerWindowTarget = NS_NewAtom("WINDOW-TARGET");
headers = NS_NewAtom("HEADERS");
height = NS_NewAtom("HEIGHT");
hidden = NS_NewAtom("HIDDEN");
@@ -595,6 +609,13 @@ void nsHTMLAtoms::ReleaseAtoms()
NS_RELEASE(h4);
NS_RELEASE(h5);
NS_RELEASE(h6);
NS_RELEASE(headerContentBase);
NS_RELEASE(headerContentLanguage);
NS_RELEASE(headerContentScriptType);
NS_RELEASE(headerContentStyleType);
NS_RELEASE(headerContentType);
NS_RELEASE(headerDefaultStyle);
NS_RELEASE(headerWindowTarget);
NS_RELEASE(headers);
NS_RELEASE(height);
NS_RELEASE(hidden);

View File

@@ -140,6 +140,13 @@ public:
static nsIAtom* h4;
static nsIAtom* h5;
static nsIAtom* h6;
static nsIAtom* headerContentBase;
static nsIAtom* headerContentLanguage;
static nsIAtom* headerContentScriptType;
static nsIAtom* headerContentStyleType;
static nsIAtom* headerContentType;
static nsIAtom* headerDefaultStyle;
static nsIAtom* headerWindowTarget;
static nsIAtom* headers;
static nsIAtom* height;
static nsIAtom* hidden;

View File

@@ -140,6 +140,13 @@ public:
static nsIAtom* h4;
static nsIAtom* h5;
static nsIAtom* h6;
static nsIAtom* headerContentBase;
static nsIAtom* headerContentLanguage;
static nsIAtom* headerContentScriptType;
static nsIAtom* headerContentStyleType;
static nsIAtom* headerContentType;
static nsIAtom* headerDefaultStyle;
static nsIAtom* headerWindowTarget;
static nsIAtom* headers;
static nsIAtom* height;
static nsIAtom* hidden;

View File

@@ -113,6 +113,13 @@ nsIAtom* nsHTMLAtoms::h3;
nsIAtom* nsHTMLAtoms::h4;
nsIAtom* nsHTMLAtoms::h5;
nsIAtom* nsHTMLAtoms::h6;
nsIAtom* nsHTMLAtoms::headerContentBase;
nsIAtom* nsHTMLAtoms::headerContentLanguage;
nsIAtom* nsHTMLAtoms::headerContentScriptType;
nsIAtom* nsHTMLAtoms::headerContentStyleType;
nsIAtom* nsHTMLAtoms::headerContentType;
nsIAtom* nsHTMLAtoms::headerDefaultStyle;
nsIAtom* nsHTMLAtoms::headerWindowTarget;
nsIAtom* nsHTMLAtoms::headers;
nsIAtom* nsHTMLAtoms::height;
nsIAtom* nsHTMLAtoms::hidden;
@@ -357,6 +364,13 @@ void nsHTMLAtoms::AddrefAtoms()
h4 = NS_NewAtom("H4");
h5 = NS_NewAtom("H5");
h6 = NS_NewAtom("H6");
headerContentBase = NS_NewAtom("CONTENT-BASE");
headerContentLanguage = NS_NewAtom("CONTENT-LANGUAGE");
headerContentScriptType = NS_NewAtom("CONTENT-SCRIPT-TYPE");
headerContentStyleType = NS_NewAtom("CONTENT-STYLE-TYPE");
headerContentType = NS_NewAtom("CONTENT-TYPE");
headerDefaultStyle = NS_NewAtom("DEFAULT-STYLE");
headerWindowTarget = NS_NewAtom("WINDOW-TARGET");
headers = NS_NewAtom("HEADERS");
height = NS_NewAtom("HEIGHT");
hidden = NS_NewAtom("HIDDEN");
@@ -595,6 +609,13 @@ void nsHTMLAtoms::ReleaseAtoms()
NS_RELEASE(h4);
NS_RELEASE(h5);
NS_RELEASE(h6);
NS_RELEASE(headerContentBase);
NS_RELEASE(headerContentLanguage);
NS_RELEASE(headerContentScriptType);
NS_RELEASE(headerContentStyleType);
NS_RELEASE(headerContentType);
NS_RELEASE(headerDefaultStyle);
NS_RELEASE(headerWindowTarget);
NS_RELEASE(headers);
NS_RELEASE(height);
NS_RELEASE(hidden);

View File

@@ -113,6 +113,13 @@ nsIAtom* nsHTMLAtoms::h3;
nsIAtom* nsHTMLAtoms::h4;
nsIAtom* nsHTMLAtoms::h5;
nsIAtom* nsHTMLAtoms::h6;
nsIAtom* nsHTMLAtoms::headerContentBase;
nsIAtom* nsHTMLAtoms::headerContentLanguage;
nsIAtom* nsHTMLAtoms::headerContentScriptType;
nsIAtom* nsHTMLAtoms::headerContentStyleType;
nsIAtom* nsHTMLAtoms::headerContentType;
nsIAtom* nsHTMLAtoms::headerDefaultStyle;
nsIAtom* nsHTMLAtoms::headerWindowTarget;
nsIAtom* nsHTMLAtoms::headers;
nsIAtom* nsHTMLAtoms::height;
nsIAtom* nsHTMLAtoms::hidden;
@@ -357,6 +364,13 @@ void nsHTMLAtoms::AddrefAtoms()
h4 = NS_NewAtom("H4");
h5 = NS_NewAtom("H5");
h6 = NS_NewAtom("H6");
headerContentBase = NS_NewAtom("CONTENT-BASE");
headerContentLanguage = NS_NewAtom("CONTENT-LANGUAGE");
headerContentScriptType = NS_NewAtom("CONTENT-SCRIPT-TYPE");
headerContentStyleType = NS_NewAtom("CONTENT-STYLE-TYPE");
headerContentType = NS_NewAtom("CONTENT-TYPE");
headerDefaultStyle = NS_NewAtom("DEFAULT-STYLE");
headerWindowTarget = NS_NewAtom("WINDOW-TARGET");
headers = NS_NewAtom("HEADERS");
height = NS_NewAtom("HEIGHT");
hidden = NS_NewAtom("HIDDEN");
@@ -595,6 +609,13 @@ void nsHTMLAtoms::ReleaseAtoms()
NS_RELEASE(h4);
NS_RELEASE(h5);
NS_RELEASE(h6);
NS_RELEASE(headerContentBase);
NS_RELEASE(headerContentLanguage);
NS_RELEASE(headerContentScriptType);
NS_RELEASE(headerContentStyleType);
NS_RELEASE(headerContentType);
NS_RELEASE(headerDefaultStyle);
NS_RELEASE(headerWindowTarget);
NS_RELEASE(headers);
NS_RELEASE(height);
NS_RELEASE(hidden);

View File

@@ -140,6 +140,13 @@ public:
static nsIAtom* h4;
static nsIAtom* h5;
static nsIAtom* h6;
static nsIAtom* headerContentBase;
static nsIAtom* headerContentLanguage;
static nsIAtom* headerContentScriptType;
static nsIAtom* headerContentStyleType;
static nsIAtom* headerContentType;
static nsIAtom* headerDefaultStyle;
static nsIAtom* headerWindowTarget;
static nsIAtom* headers;
static nsIAtom* height;
static nsIAtom* hidden;