Reimplemented SizeOf methods in some of the frame classes; partial rework of first-line handling snapshot

git-svn-id: svn://10.0.0.236/trunk@45274 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com
1999-08-31 03:09:40 +00:00
parent 9f5b856289
commit c9002f20df
101 changed files with 2760 additions and 1522 deletions

View File

@@ -806,7 +806,6 @@ nsLineLayout::ReflowFrame(nsIFrame* aFrame,
// the state out. We need to know how to treat the current frame
// when breaking.
PRBool notSafeToBreak = CanPlaceFloaterNow() || InWord();
//XXX PRBool firstLetterOK = mFirstLetterStyleOK;
// Apply left margins (as appropriate) to the frame computing the
// new starting x,y coordinates for the frame.
@@ -979,8 +978,6 @@ nsLineLayout::ReflowFrame(nsIFrame* aFrame,
parent->DeleteChildsNextInFlow(mPresContext, aFrame);
}
}
//XXX if (firstLetterOK && !mFirstLetterStyleOK) {
//XXX }
// See if we can place the frame. If we can't fit it, then we
// return now.