gecko-dev/layout/tables
2004-04-15 04:28:28 +00:00
..
BasicTableLayoutStrategy.cpp Fix Bug 236703 - Make the table layout code faster and smaller. 2004-04-12 23:51:33 +00:00
BasicTableLayoutStrategy.h Fix Bug 236703 - Make the table layout code faster and smaller. 2004-04-12 23:51:33 +00:00
celldata.h mBits must be an unsigned long because it must match the size of mOrigCell on both 32- and 64-bit platforms. bug 194726 r/sr=roc+moz 2003-02-28 06:35:12 +00:00
FixedTableLayoutStrategy.cpp prescontext removal part 2 bug 229631 r/sr=roc 2003-12-29 16:58:20 +00:00
FixedTableLayoutStrategy.h prescontext removal part 2 bug 229631 r/sr=roc 2003-12-29 16:58:20 +00:00
nsCellMap.cpp move HasMoreThanOneCell from nsTableRowGroupFrame.cpp into nsCellMap.cpp where it belongs. Don't try to repair the cellmap on every reflow, this might help with with large table rendering performance, bug 240318 r/sr=bzbarsky 2004-04-13 06:21:16 +00:00
nsCellMap.h move HasMoreThanOneCell from nsTableRowGroupFrame.cpp into nsCellMap.cpp where it belongs. Don't try to repair the cellmap on every reflow, this might help with with large table rendering performance, bug 240318 r/sr=bzbarsky 2004-04-13 06:21:16 +00:00
nsITableCellLayout.h Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner 2002-06-26 03:38:55 +00:00
nsITableLayout.h Bug 8929: Kill NS_COMFALSE 2002-11-25 11:21:22 +00:00
nsITableLayoutStrategy.h reduce prescontext usage in basic layout strategy bug 229457 r/sr=roc 2003-12-28 17:02:40 +00:00
nsTableCellFrame.cpp snychronize the view of a table cell once we have vertically aligned the cell content and know the correct overflow area, bug 230730, r/sr=roc a=chofmann 2004-03-28 06:31:03 +00:00
nsTableCellFrame.h implement standards compliant (CSS2.1) table background rendering patch by fantasai@escape.com r=bernd sr=bz, dbaron 2004-03-09 06:48:35 +00:00
nsTableColFrame.cpp implement standards compliant (CSS2.1) table background rendering patch by fantasai@escape.com r=bernd sr=bz, dbaron 2004-03-09 06:48:35 +00:00
nsTableColFrame.h implement standards compliant (CSS2.1) table background rendering patch by fantasai@escape.com r=bernd sr=bz, dbaron 2004-03-09 06:48:35 +00:00
nsTableColGroupFrame.cpp implement standards compliant (CSS2.1) table background rendering patch by fantasai@escape.com r=bernd sr=bz, dbaron 2004-03-09 06:48:35 +00:00
nsTableColGroupFrame.h implement standards compliant (CSS2.1) table background rendering patch by fantasai@escape.com r=bernd sr=bz, dbaron 2004-03-09 06:48:35 +00:00
nsTableFrame.cpp use the desiredsize and not the previous mrect size for the overflow area, bug 233438, r/sr=dbaron 2004-04-15 04:28:28 +00:00
nsTableFrame.h move HasMoreThanOneCell from nsTableRowGroupFrame.cpp into nsCellMap.cpp where it belongs. Don't try to repair the cellmap on every reflow, this might help with with large table rendering performance, bug 240318 r/sr=bzbarsky 2004-04-13 06:21:16 +00:00
nsTableOuterFrame.cpp Bug 239962 Incorrect table layout caused by Sun compiler with -xO5 2004-04-08 13:46:57 +00:00
nsTableOuterFrame.h DeCOMify nsIFrame::IsPercentageBase and rename to IsContainingBlock. b=237169 r+sr=bzbarsky a=brendan 2004-03-12 04:40:17 +00:00
nsTablePainter.cpp wallpaper over a zero pointer deref rev2, bug 237421, r/sr=dbaron a=asa 2004-03-19 17:25:16 +00:00
nsTablePainter.h Bug 237067 Solaris (forte) build is broken since nsTablePainter.h landing 2004-03-11 02:41:34 +00:00
nsTableRowFrame.cpp use the desiredsize and not the previous mrect size for the overflow area, bug 233438, r/sr=dbaron 2004-04-15 04:28:28 +00:00
nsTableRowFrame.h implement standards compliant (CSS2.1) table background rendering patch by fantasai@escape.com r=bernd sr=bz, dbaron 2004-03-09 06:48:35 +00:00
nsTableRowGroupFrame.cpp Fix logic error causing certain patterns of table rows to spread themselves over many pages when printing. b=231823,212984 r=bernd sr=roc 2004-04-13 20:47:52 +00:00
nsTableRowGroupFrame.h DeCOMify nsIFrame::IsPercentageBase and rename to IsContainingBlock. b=237169 r+sr=bzbarsky a=brendan 2004-03-12 04:40:17 +00:00