Moved logic that deals with moving absolutely positioned frames out of the

flow to the frame construction code


git-svn-id: svn://10.0.0.236/trunk@16924 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1998-12-29 03:38:16 +00:00
parent eb80b6fbaa
commit 9a7f94d20b
89 changed files with 2348 additions and 1732 deletions

View File

@@ -175,6 +175,7 @@ nsIAtom* nsHTMLAtoms::p;
nsIAtom* nsHTMLAtoms::pagex;
nsIAtom* nsHTMLAtoms::pagey;
nsIAtom* nsHTMLAtoms::param;
nsIAtom* nsHTMLAtoms::placeholderPseudo;
nsIAtom* nsHTMLAtoms::pointSize;
nsIAtom* nsHTMLAtoms::pre;
nsIAtom* nsHTMLAtoms::profile;
@@ -406,6 +407,7 @@ void nsHTMLAtoms::AddrefAtoms()
pagex = NS_NewAtom("PAGEX");
pagey = NS_NewAtom("PAGEY");
param = NS_NewAtom("PARAM");
placeholderPseudo = NS_NewAtom(":PLACEHOLDER-FRAME");
pointSize = NS_NewAtom("POINT-SIZE");
pre = NS_NewAtom("PRE");
profile = NS_NewAtom("PROFILE");
@@ -632,6 +634,7 @@ void nsHTMLAtoms::ReleaseAtoms()
NS_RELEASE(pagex);
NS_RELEASE(pagey);
NS_RELEASE(param);
NS_RELEASE(placeholderPseudo);
NS_RELEASE(pointSize);
NS_RELEASE(pre);
NS_RELEASE(profile);