gecko-dev/layout/tables
buster%netscape.com 1fba5ac7dc all frame initialization and related logic has moved into the various table frames' Init() methods
from their respective InitalReflow() methods.
table-layout=fixed now completely skips pass1 reflow and doesn't require maxElementSize
information, saving a tremendous amount of time during initial reflow.
1998-09-23 21:48:26 +00:00
..
BasicTableLayoutStrategy.cpp set all the groundwork for FAST table layout based on CSS-2 table-layout property 1998-09-22 23:36:06 +00:00
BasicTableLayoutStrategy.h better handling of non-cell frames in rowFrames 1998-09-16 00:48:14 +00:00
celldata.h reimplemented cell map in terms of nsVoidArrays for incremental building. 1998-08-31 21:23:28 +00:00
FixedTableLayoutStrategy.cpp all frame initialization and related logic has moved into the various table frames' Init() methods 1998-09-23 21:48:26 +00:00
FixedTableLayoutStrategy.h implementation of table-layout=fixed strategy 1998-09-23 02:32:15 +00:00
nsCellMap.cpp added ColIsSpannedInto, ColHasSpanningCells 1998-09-18 22:37:14 +00:00
nsCellMap.h added ColIsSpannedInto, ColHasSpanningCells 1998-09-18 22:37:14 +00:00
nsITableLayoutStrategy.h expanded nsIFrame::List to include nsIListFilter *aFilter param, by default nsnull. 1998-09-02 21:59:54 +00:00
nsTableCellFrame.cpp Removed all references to m<First,Last>ContentOffset,mChildCount,mLastContentIsComplete 1998-09-21 03:40:32 +00:00
nsTableCellFrame.h Frame construction changes for tables 1998-09-16 17:19:20 +00:00
nsTableColFrame.cpp Frame construction changes for tables 1998-09-16 17:19:20 +00:00
nsTableColFrame.h nsStyleConsts.h added some HTML 4 consts for tables 1998-09-15 17:58:24 +00:00
nsTableColGroupFrame.cpp all frame initialization and related logic has moved into the various table frames' Init() methods 1998-09-23 21:48:26 +00:00
nsTableColGroupFrame.h all frame initialization and related logic has moved into the various table frames' Init() methods 1998-09-23 21:48:26 +00:00
nsTableFrame.cpp all frame initialization and related logic has moved into the various table frames' Init() methods 1998-09-23 21:48:26 +00:00
nsTableFrame.h all frame initialization and related logic has moved into the various table frames' Init() methods 1998-09-23 21:48:26 +00:00
nsTableOuterFrame.cpp Removed all references to m<First,Last>ContentOffset,mChildCount,mLastContentIsComplete 1998-09-21 03:40:32 +00:00
nsTableOuterFrame.h Frame construction changes for tables 1998-09-16 17:19:20 +00:00
nsTableRowFrame.cpp all frame initialization and related logic has moved into the various table frames' Init() methods 1998-09-23 21:48:26 +00:00
nsTableRowFrame.h all frame initialization and related logic has moved into the various table frames' Init() methods 1998-09-23 21:48:26 +00:00
nsTableRowGroupFrame.cpp all frame initialization and related logic has moved into the various table frames' Init() methods 1998-09-23 21:48:26 +00:00
nsTableRowGroupFrame.h Removed some code that's no longer needed now that we've switched to 1998-09-18 02:22:52 +00:00