From 46a09eaf4d5e4e1ea12a2aeb902b100ee7f4600b Mon Sep 17 00:00:00 2001 From: "karnaze%netscape.com" Date: Mon, 10 May 1999 22:48:47 +0000 Subject: [PATCH] added htmlFrameInnerFrame, htmlFrameOuterFrame types git-svn-id: svn://10.0.0.236/trunk@31011 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/shared/public/nsLayoutAtoms.h | 2 ++ mozilla/content/shared/src/nsLayoutAtoms.cpp | 6 ++++++ mozilla/layout/base/nsLayoutAtoms.cpp | 6 ++++++ mozilla/layout/base/nsLayoutAtoms.h | 2 ++ mozilla/layout/base/public/nsLayoutAtoms.h | 2 ++ mozilla/layout/base/src/nsLayoutAtoms.cpp | 6 ++++++ 6 files changed, 24 insertions(+) diff --git a/mozilla/content/shared/public/nsLayoutAtoms.h b/mozilla/content/shared/public/nsLayoutAtoms.h index e3560a3995a..d949fce3f2f 100644 --- a/mozilla/content/shared/public/nsLayoutAtoms.h +++ b/mozilla/content/shared/public/nsLayoutAtoms.h @@ -67,6 +67,8 @@ public: // Alphabetical list of frame types static nsIAtom* areaFrame; static nsIAtom* blockFrame; + static nsIAtom* htmlFrameOuterFrame; + static nsIAtom* htmlFrameInnerFrame; static nsIAtom* inlineFrame; static nsIAtom* letterFrame; static nsIAtom* lineFrame; diff --git a/mozilla/content/shared/src/nsLayoutAtoms.cpp b/mozilla/content/shared/src/nsLayoutAtoms.cpp index 84abb46de22..27bf14d20c1 100644 --- a/mozilla/content/shared/src/nsLayoutAtoms.cpp +++ b/mozilla/content/shared/src/nsLayoutAtoms.cpp @@ -53,6 +53,8 @@ nsIAtom* nsLayoutAtoms::pagePseudo; // frame types nsIAtom* nsLayoutAtoms::areaFrame; nsIAtom* nsLayoutAtoms::blockFrame; +nsIAtom* nsLayoutAtoms::htmlFrameInnerFrame; +nsIAtom* nsLayoutAtoms::htmlFrameOuterFrame; nsIAtom* nsLayoutAtoms::inlineFrame; nsIAtom* nsLayoutAtoms::letterFrame; nsIAtom* nsLayoutAtoms::lineFrame; @@ -103,6 +105,8 @@ void nsLayoutAtoms::AddrefAtoms() areaFrame = NS_NewAtom("AreaFrame"); blockFrame = NS_NewAtom("BlockFrame"); + htmlFrameInnerFrame = NS_NewAtom("htmlFrameInnerFrame"); + htmlFrameOuterFrame = NS_NewAtom("htmlFrameOuterFrame"); inlineFrame = NS_NewAtom("InlineFrame"); letterFrame = NS_NewAtom("LetterFrame"); lineFrame = NS_NewAtom("LineFrame"); @@ -155,6 +159,8 @@ void nsLayoutAtoms::ReleaseAtoms() NS_RELEASE(areaFrame); NS_RELEASE(blockFrame); + NS_RELEASE(htmlFrameInnerFrame); + NS_RELEASE(htmlFrameOuterFrame); NS_RELEASE(inlineFrame); NS_RELEASE(letterFrame); NS_RELEASE(lineFrame); diff --git a/mozilla/layout/base/nsLayoutAtoms.cpp b/mozilla/layout/base/nsLayoutAtoms.cpp index 84abb46de22..27bf14d20c1 100644 --- a/mozilla/layout/base/nsLayoutAtoms.cpp +++ b/mozilla/layout/base/nsLayoutAtoms.cpp @@ -53,6 +53,8 @@ nsIAtom* nsLayoutAtoms::pagePseudo; // frame types nsIAtom* nsLayoutAtoms::areaFrame; nsIAtom* nsLayoutAtoms::blockFrame; +nsIAtom* nsLayoutAtoms::htmlFrameInnerFrame; +nsIAtom* nsLayoutAtoms::htmlFrameOuterFrame; nsIAtom* nsLayoutAtoms::inlineFrame; nsIAtom* nsLayoutAtoms::letterFrame; nsIAtom* nsLayoutAtoms::lineFrame; @@ -103,6 +105,8 @@ void nsLayoutAtoms::AddrefAtoms() areaFrame = NS_NewAtom("AreaFrame"); blockFrame = NS_NewAtom("BlockFrame"); + htmlFrameInnerFrame = NS_NewAtom("htmlFrameInnerFrame"); + htmlFrameOuterFrame = NS_NewAtom("htmlFrameOuterFrame"); inlineFrame = NS_NewAtom("InlineFrame"); letterFrame = NS_NewAtom("LetterFrame"); lineFrame = NS_NewAtom("LineFrame"); @@ -155,6 +159,8 @@ void nsLayoutAtoms::ReleaseAtoms() NS_RELEASE(areaFrame); NS_RELEASE(blockFrame); + NS_RELEASE(htmlFrameInnerFrame); + NS_RELEASE(htmlFrameOuterFrame); NS_RELEASE(inlineFrame); NS_RELEASE(letterFrame); NS_RELEASE(lineFrame); diff --git a/mozilla/layout/base/nsLayoutAtoms.h b/mozilla/layout/base/nsLayoutAtoms.h index e3560a3995a..d949fce3f2f 100644 --- a/mozilla/layout/base/nsLayoutAtoms.h +++ b/mozilla/layout/base/nsLayoutAtoms.h @@ -67,6 +67,8 @@ public: // Alphabetical list of frame types static nsIAtom* areaFrame; static nsIAtom* blockFrame; + static nsIAtom* htmlFrameOuterFrame; + static nsIAtom* htmlFrameInnerFrame; static nsIAtom* inlineFrame; static nsIAtom* letterFrame; static nsIAtom* lineFrame; diff --git a/mozilla/layout/base/public/nsLayoutAtoms.h b/mozilla/layout/base/public/nsLayoutAtoms.h index e3560a3995a..d949fce3f2f 100644 --- a/mozilla/layout/base/public/nsLayoutAtoms.h +++ b/mozilla/layout/base/public/nsLayoutAtoms.h @@ -67,6 +67,8 @@ public: // Alphabetical list of frame types static nsIAtom* areaFrame; static nsIAtom* blockFrame; + static nsIAtom* htmlFrameOuterFrame; + static nsIAtom* htmlFrameInnerFrame; static nsIAtom* inlineFrame; static nsIAtom* letterFrame; static nsIAtom* lineFrame; diff --git a/mozilla/layout/base/src/nsLayoutAtoms.cpp b/mozilla/layout/base/src/nsLayoutAtoms.cpp index 84abb46de22..27bf14d20c1 100644 --- a/mozilla/layout/base/src/nsLayoutAtoms.cpp +++ b/mozilla/layout/base/src/nsLayoutAtoms.cpp @@ -53,6 +53,8 @@ nsIAtom* nsLayoutAtoms::pagePseudo; // frame types nsIAtom* nsLayoutAtoms::areaFrame; nsIAtom* nsLayoutAtoms::blockFrame; +nsIAtom* nsLayoutAtoms::htmlFrameInnerFrame; +nsIAtom* nsLayoutAtoms::htmlFrameOuterFrame; nsIAtom* nsLayoutAtoms::inlineFrame; nsIAtom* nsLayoutAtoms::letterFrame; nsIAtom* nsLayoutAtoms::lineFrame; @@ -103,6 +105,8 @@ void nsLayoutAtoms::AddrefAtoms() areaFrame = NS_NewAtom("AreaFrame"); blockFrame = NS_NewAtom("BlockFrame"); + htmlFrameInnerFrame = NS_NewAtom("htmlFrameInnerFrame"); + htmlFrameOuterFrame = NS_NewAtom("htmlFrameOuterFrame"); inlineFrame = NS_NewAtom("InlineFrame"); letterFrame = NS_NewAtom("LetterFrame"); lineFrame = NS_NewAtom("LineFrame"); @@ -155,6 +159,8 @@ void nsLayoutAtoms::ReleaseAtoms() NS_RELEASE(areaFrame); NS_RELEASE(blockFrame); + NS_RELEASE(htmlFrameInnerFrame); + NS_RELEASE(htmlFrameOuterFrame); NS_RELEASE(inlineFrame); NS_RELEASE(letterFrame); NS_RELEASE(lineFrame);