pjs/layout/tables
jruderman%hmc.edu 27b718e00f Add crashtest 2008-03-27 07:03:22 +00:00
..
crashtests Add crashtest 2008-03-27 07:03:22 +00:00
test Bug 389793 Firefox build failed on OpenSolaris without --disable-mochitest 2007-08-06 03:22:43 +00:00
.cvsignore Bug 272151: reorganize files within layout, r+sr=roc: add new Makefiles. 2004-12-07 18:09:28 +00:00
BasicTableLayoutStrategy.cpp Bug 413180: Stop distributing span pct-width to cols when there are only 0-width cols left. r+sr=dbaron a=beltzner 2008-02-22 17:15:28 +00:00
BasicTableLayoutStrategy.h Bug 368504: Create and use DistributeWidthToColumns for colspan-width and table-width distribution. r+sr=dbaron a=blocking1.9+ 2008-01-18 04:18:22 +00:00
FixedTableLayoutStrategy.cpp Rename new width keywords to match CSS WG decision. b=402706 r+sr=bzbarsky a=blocking1.9+ 2007-11-15 18:10:32 +00:00
FixedTableLayoutStrategy.h Bug 300030: Move intrinsic width computation out of nsIFrame::Reflow and into its own methods on nsIFrame. Replace reflow reasons, types, and commands with dirty bits/notifications. Thanks to bzbarsky for almost all of the HTML form controls (mozilla/layout/forms) changes, and many others for help testing and patching. For detailed commit logs, see REFLOW_YYYYMMDD_BRANCH, where YYYYMMDD is one of 20061031, 20060830, 20060603, 20060302, 20060119, 20051011, 20050804, 20050429, 20050315, 20050111, and 20041213. 2006-12-08 05:38:33 +00:00
Makefile.in Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan 2008-02-18 08:50:33 +00:00
SpanningCellSorter.cpp Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 07:08:56 +00:00
SpanningCellSorter.h Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me 2007-04-23 14:22:04 +00:00
celldata.h Make sure to call the right destructor on cellmap info structs. Bug 302725, 2006-01-13 21:08:17 +00:00
nsCellMap.cpp use the firstinflow when looking up rowgroups bug 424291 r/sr=bzbarsky a=mtschrep 2008-03-21 20:37:31 +00:00
nsCellMap.h Bug 410052 ��� Fix our nsHTMLAccessibleTable class so GetIndexAt and GetRowAtIndex and GetColumnAtIndex behave consistently, patch=me, marcoz, r=marcoz, me, bernd, sr=roc, blocking1.9+=dsicore 2008-02-07 07:03:26 +00:00
nsITableCellLayout.h Remove some unused table code. Bug 359139, r=bernd, sr=roc 2006-12-18 03:04:25 +00:00
nsITableLayout.h Bug 410052 ��� Fix our nsHTMLAccessibleTable class so GetIndexAt and GetRowAtIndex and GetColumnAtIndex behave consistently, patch=me, marcoz, r=marcoz, me, bernd, sr=roc, blocking1.9+=dsicore 2008-02-07 07:03:26 +00:00
nsITableLayoutStrategy.h Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me 2007-04-23 14:22:04 +00:00
nsTableCellFrame.cpp Invalidate tables a little harder. Bug 421632, r+sr=roc 2008-03-16 20:32:48 +00:00
nsTableCellFrame.h Handle the vertical resizing in the first pass reflow correctly when we've previously done a special height reflow. b=381507 r=dholbert sr=roc 2007-06-18 23:19:39 +00:00
nsTableColFrame.cpp Bug 368504: Create and use DistributeWidthToColumns for colspan-width and table-width distribution. r+sr=dbaron a=blocking1.9+ 2008-01-18 04:18:22 +00:00
nsTableColFrame.h Bug 368504: Create and use DistributeWidthToColumns for colspan-width and table-width distribution. r+sr=dbaron a=blocking1.9+ 2008-01-18 04:18:22 +00:00
nsTableColGroupFrame.cpp Make sure that changes to the "span" attribute on a colgroup actually work. 2008-02-15 04:19:29 +00:00
nsTableColGroupFrame.h Bug 177805: Fix the use of units in Gecko. r+sr=roc 2007-02-07 07:46:44 +00:00
nsTableFrame.cpp Don't do translation during table border painting. b=421069 Patch by Robert O'Callahan <roc@ocallahan.org>. r+sr=dbaron approval1.9b5=damon 2008-03-21 01:18:30 +00:00
nsTableFrame.h Invalidate tables a little harder. Bug 421632, r+sr=roc 2008-03-16 20:32:48 +00:00
nsTableOuterFrame.cpp Compute the shrink-wrapping size of table outer frames correctly. b=363402 r+sr=roc a1.9b4=beltzner 2008-02-28 17:55:04 +00:00
nsTableOuterFrame.h Make 'top' and 'bottom' captions follow the CSS2.1 behavior and put the old behavior into 'top-outside' and 'bottom-outside'. b=363248,386704 r+sr=roc a=blocking1.9+ 2008-02-27 02:02:21 +00:00
nsTablePainter.cpp Additional fix on top of roc's patch for bug 421069 to fix the regression it caused. r=dholbert approval1.9b5=damon 2008-03-21 01:19:13 +00:00
nsTablePainter.h Don't do translation during table border painting. b=421069 Patch by Robert O'Callahan <roc@ocallahan.org>. r+sr=dbaron approval1.9b5=damon 2008-03-21 01:18:30 +00:00
nsTableRowFrame.cpp Don't do translation during table border painting. b=421069 Patch by Robert O'Callahan <roc@ocallahan.org>. r+sr=dbaron approval1.9b5=damon 2008-03-21 01:18:30 +00:00
nsTableRowFrame.h Only do special height reflows for percentage-height children of table cells when there is a specified height on the table, row group, row, or cell in the row. b=370525 Patch by Daniel Holbert <dholbert@mozilla.com>. r+sr=dbaron 2007-06-25 20:34:48 +00:00
nsTableRowGroupFrame.cpp lookup all columns for possible originating cells, bug 423514 r/sr=bzbarsky a=mtschrep 2008-03-27 05:03:02 +00:00
nsTableRowGroupFrame.h Invalidate tables a little harder. Bug 421632, r+sr=roc 2008-03-16 20:32:48 +00:00