Added API to get/set properties on frames. Also changed nsContainerFrame
to use a property to implement the frame overflow list. This saves 4 bytes
per container frames


git-svn-id: svn://10.0.0.236/trunk@51358 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1999-10-21 05:11:43 +00:00
parent 41c3d0afa5
commit dced08401d
24 changed files with 658 additions and 363 deletions

View File

@@ -855,7 +855,7 @@ NS_METHOD nsTableOuterFrame::Reflow(nsIPresContext& aPresContext,
if (eReflowReason_Initial == aReflowState.reason) {
// Set up our kids. They're already present, on an overflow list,
// or there are none so we'll create them now
MoveOverflowToChildList();
MoveOverflowToChildList(&aPresContext);
// Lay out the caption and get its maximum element size
if (nsnull != mCaptionFrame) {