This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
gecko-dev
Watch
1
Star
0
Fork
0
You've already forked gecko-dev
mirror of
https://github.com/mozilla/gecko-dev.git
synced
2025-02-03 04:27:41 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
gecko-dev
/
layout
/
tables
History
jgaunt%netscape.com
9f2f88aa48
fix for bug 94768
...
r=smfr,leaf sr=hyatt
2001-08-17 03:13:07 +00:00
..
BasicTableLayoutStrategy.cpp
Lookup column specified fixed width before computing the colspans,
2001-08-15 07:20:18 +00:00
BasicTableLayoutStrategy.h
bug 92647 - Added static UpdateCol and call it when a cell changes width even though a rebalance is not needed. Stopped storing fix width in col as max of min and fix. sr=attinasi, r=alexsavulov
2001-08-06 13:58:46 +00:00
celldata.h
…
FixedTableLayoutStrategy.cpp
…
FixedTableLayoutStrategy.h
bug 92647 - Added static UpdateCol and call it when a cell changes width even though a rebalance is not needed. Stopped storing fix width in col as max of min and fix. sr=attinasi, r=alexsavulov
2001-08-06 13:58:46 +00:00
nsCellMap.cpp
…
nsCellMap.h
…
nsITableCellLayout.h
…
nsITableLayout.h
…
nsITableLayoutStrategy.h
bug 92647 - Added static UpdateCol and call it when a cell changes width even though a rebalance is not needed. Stopped storing fix width in col as max of min and fix. sr=attinasi, r=alexsavulov
2001-08-06 13:58:46 +00:00
nsTableCellFrame.cpp
fix for bug 94768
2001-08-17 03:13:07 +00:00
nsTableCellFrame.h
fix for bug 94768
2001-08-17 03:13:07 +00:00
nsTableColFrame.cpp
…
nsTableColFrame.h
…
nsTableColGroupFrame.cpp
…
nsTableColGroupFrame.h
…
nsTableFrame.cpp
bug 85738 - added 3rd pass reflow for tables in pagination mode which specified heights. sr=attinasi, r=savulov
2001-08-08 01:13:35 +00:00
nsTableFrame.h
bug 85738 - added 3rd pass reflow for tables in pagination mode which specified heights. sr=attinasi, r=savulov
2001-08-08 01:13:35 +00:00
nsTableOuterFrame.cpp
fix for bug 94768
2001-08-17 03:13:07 +00:00
nsTableOuterFrame.h
fix for bug 94768
2001-08-17 03:13:07 +00:00
nsTableRowFrame.cpp
bug 78162 - don't optimize resize reflow on cell if its desired size exceeds its last avail size, sr=timeout, r=alexsavulov
2001-08-06 14:04:58 +00:00
nsTableRowFrame.h
bug 89452 - added flag to indicate a row was inserted. Invalidate the area from that row to end of table if full reflow is not needed, sr=attinasi, r=alexsavulov.
2001-08-06 14:48:09 +00:00
nsTableRowGroupFrame.cpp
bug 85738 - added 3rd pass reflow for tables in pagination mode which specified heights. sr=attinasi, r=savulov
2001-08-08 01:13:35 +00:00
nsTableRowGroupFrame.h
…