Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Go to file
buster%netscape.com 2515e08aee improved colspan handling.
cells with colspans and specified widths divide their width provisionally between the columns they span. This provisional division is ammended by any cell in any of the effected columns that:
1) has a colspan=1, and
2) has a width specified
the widths of all other columns must be adjusted for cells like these.  Further complicating matters is that it seems <faith> that if multiple colspanning cells intersect a column and each has a width
specified such that the column would have a different width depending on which is used, only the first such cell is used </faith>.  I can neither confirm nor deny this reading the mozilla code.

I also taught the cell map how to deal with this situation:

 colspan=1 | colspan=2 | colspan=1
 colspan=1 | colspan=2 | colspan=1

This table "really" has 4 columns, but the middle cells are treated as if they have no colspan.
Trust me, it matters.  The original colspan attributes can't simply be thrown away because Mr. DOM
could come along at any time and add/remove a cell that would make them important.
1998-08-19 15:43:51 +00:00
base fixed objectAT() offset error 1998-08-12 08:53:03 +00:00
build added MANIFEST file for cmd/macfe/utility 1998-08-18 21:57:10 +00:00
caps Add routine to initialize capabilities code. 1998-08-06 19:41:12 +00:00
cmd Adding ybfe, YellowBox/Rhapsody front-end 1998-08-19 07:23:28 +00:00
config Adding RHAPSODY define so we don't have to do shell commands for ifdef's in Makefiles 1998-08-19 08:26:15 +00:00
content Destructor now releases ref to image maps 1998-08-15 16:25:33 +00:00
dbm Rhapsody doesn't have malloc.h 1998-08-18 04:43:46 +00:00
directory *** empty log message *** 1998-08-18 22:35:57 +00:00
docshell/base webshell/public/nsIDocumentLoader.h 1998-08-18 23:25:17 +00:00
dom Removed full paths to PowerPlant and replaced them with compiler relative ones in shlb target. 1998-08-18 17:24:43 +00:00
editor/ui Fix for major xfe horkage caused by last checkin. Change the 'TRUE' to 1998-06-01 09:04:58 +00:00
gconfig win fix 1998-08-12 21:36:51 +00:00
gfx Changed CopyOffScreenBits() to make sure the logical palette is selected 1998-08-19 04:41:48 +00:00
htmlparser Checked in api changes and some other small changes from the branch. 1998-08-14 23:08:54 +00:00
include Removed unused strings and function 1998-08-18 20:25:19 +00:00
jpeg Moving USE_PTHREADS define over to mozilla/config/config.mk, more than jpeg needs this. 1998-08-15 01:25:44 +00:00
js Towards running w/o crashing on alpha linux; add -mieee flag to ask 1998-08-12 22:09:21 +00:00
l10n red letter edition 1998-05-10 18:54:17 +00:00
layout improved colspan handling. 1998-08-19 15:43:51 +00:00
lib More table editing work: convert Excel spreadsheet to internal table format for more flexible paste options 1998-08-18 20:24:37 +00:00
mailnews Free the lizard 1998-03-28 02:44:41 +00:00
modules Compile flag needed to get expat/xmlparse/xmlparse.c to compile correctly. 1998-08-19 08:29:56 +00:00
nav-java Added 1998-08-05 00:50:56 +00:00
network fixed incorrect return type on NET_CookiePermission 1998-08-19 02:30:25 +00:00
nsprpub Define HAVE_LONG_LONG because gcc/g++ support 'long long'. 1998-08-18 15:00:22 +00:00
parser/htmlparser Checked in api changes and some other small changes from the branch. 1998-08-14 23:08:54 +00:00
privacy Add MacFE stubs for FE_CheckConfirm and FE_SelectDialog for morse's privacy code. danm acquired the appropriate permissions from the module owners for the XP spammage. 1998-08-13 22:11:56 +00:00
README updating and moving README's to the toplevel of the mozilla hierarchy. this 1998-06-18 23:41:22 +00:00
shell Updates for XPFC ... we've moved 1998-08-10 19:56:59 +00:00
string/obsolete performance tweak in trim 1998-08-07 02:11:13 +00:00
sun-java Adding support for XP_UNIX && NO_X11. r,a=warren 1998-08-19 01:13:08 +00:00
uriloader/base webshell/public/nsIDocumentLoader.h 1998-08-18 23:25:17 +00:00
view Moving view selection for event handling into nsViewManager, Adding GrabMouseEvents and GrabKeyEvents 1998-08-19 05:35:20 +00:00
webshell webshell/public/nsIDocumentLoader.h 1998-08-18 23:25:17 +00:00
webtools addition to code to allow open/closed information on tinderbox pages 1998-08-06 23:35:58 +00:00
widget Added some comments 1998-08-19 05:06:59 +00:00
xpcom Added a COM false value. 1998-08-14 20:17:20 +00:00
CHANGES.html update change log for preparation of new tarball code drop 1998-06-03 17:22:20 +00:00
client.mak Testing Bonsai, try 11. 1998-07-15 21:40:59 +00:00
LEGAL updated LEGAL file to reflect non-infringement of WANG patent, and option 1998-05-27 21:17:37 +00:00
LICENSE Add final version of NPL. 1998-03-31 19:11:51 +00:00
Makefile Removed ifdefs from build of privacy module. Approved: sar 1998-08-03 23:44:11 +00:00
makefile.win Removed ifdefs from build of privacy module. Approved: sar 1998-08-03 23:44:11 +00:00
nglayout.mac Commiting this from windows caused my special characters to disappear 1998-05-22 06:35:58 +00:00
nglayout.mak changes for plugins. 1998-08-01 05:47:19 +00:00
nglayout.mk Landed non-branch version on the tip 1998-08-07 02:10:11 +00:00
trex.mak Using JULIAN_TREX_BRANCH again... 1998-08-14 01:56:17 +00:00
trex.mk Using JULIAN_TREX_BRANCH again... 1998-08-14 01:56:17 +00:00