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-01-27 07:34:20 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
gecko-dev
/
layout
/
tables
History
dbaron%fas.harvard.edu
69151bc05f
Replace NS_BLOCK_WRAP_SIZE with making unconstrained-width reflow of frames with NS_BLOCK_SPACE_MGR consider the floats. This means we no longer use the overflow area for layout (other than the overflow property). Handle right floaters in unconstrained width reflow by just treating them as left floaters. b=172896 r+sr=roc
2002-12-19 00:12:08 +00:00
..
BasicTableLayoutStrategy.cpp
…
BasicTableLayoutStrategy.h
…
celldata.h
…
FixedTableLayoutStrategy.cpp
…
FixedTableLayoutStrategy.h
…
nsCellMap.cpp
…
nsCellMap.h
…
nsITableCellLayout.h
…
nsITableLayout.h
Bug 8929: Kill NS_COMFALSE
2002-11-25 11:21:22 +00:00
nsITableLayoutStrategy.h
…
nsTableCellFrame.cpp
dont paint borders for hidden table frames, callqueryinterface cleanup bug 32199 r=karnaze sr=dbaron
2002-12-14 17:52:27 +00:00
nsTableCellFrame.h
…
nsTableColFrame.cpp
…
nsTableColFrame.h
…
nsTableColGroupFrame.cpp
…
nsTableColGroupFrame.h
…
nsTableFrame.cpp
Make empty tables with fixes layout show up (bug 128873), r=karnaze@netscape.com, sr=bzbarsky@mit.edu
2002-12-16 07:58:39 +00:00
nsTableFrame.h
…
nsTableOuterFrame.cpp
Replace NS_BLOCK_WRAP_SIZE with making unconstrained-width reflow of frames with NS_BLOCK_SPACE_MGR consider the floats. This means we no longer use the overflow area for layout (other than the overflow property). Handle right floaters in unconstrained width reflow by just treating them as left floaters. b=172896 r+sr=roc
2002-12-19 00:12:08 +00:00
nsTableOuterFrame.h
fix OS2 bustage sorry
2002-11-08 10:42:48 +00:00
nsTableRowFrame.cpp
Implement for table captions caption-side: left and right, also <caption align="left"> and right, further vertical-align:top, middle and bottom for table captions bug 3166 r=karnaze sr=kin
2002-11-08 05:29:34 +00:00
nsTableRowFrame.h
…
nsTableRowGroupFrame.cpp
cleanup of unsigned int arithmethic + callqueryinterface, initial patch by tenthumbs@cybernex.net bug 157153 r=karnaze sr=roc+moz
2002-12-13 15:21:38 +00:00
nsTableRowGroupFrame.h
…