pjs/lib/layout
nisheeth%netscape.com e1c326d24e Fix for bug# 301664.
We needed to initialize the LO_CELL element's pointers
to table state inside lo_SquishSubDocToCell().  The LO_CELL element in this function
is used to hold the contents of a <CAPTION> tag and does not have a peer lo_TableCell
structure.  The uninitialized pointers to table state in this element get dereferenced
when the table is freed and cause the app to crash.  Initializing the pointers fixes
the crash.
1998-08-03 06:41:58 +00:00
..
macbuild Free the lizard 1998-03-28 02:44:41 +00:00
MANIFEST First Checked In. 1998-06-02 23:54:58 +00:00
Makefile Landing SHACK changes from RDF branch. 1998-07-23 17:44:04 +00:00
bits.h Free the lizard 1998-03-28 02:44:41 +00:00
bullet.c Documentation patch. Thanks to Pete Bevin (moose@bestiary.com) for submitting 1998-04-15 03:54:08 +00:00
clipline.c Landing SHACK changes from RDF branch. 1998-07-23 17:44:04 +00:00
editor.cpp ENDER checkins. all Ifdef'd out 1998-07-31 00:24:57 +00:00
editor.h ENDER checkins. all Ifdef'd out 1998-07-31 00:24:57 +00:00
edtbuf.cpp Ender checkins got Nisheeth's approval. 1998-08-01 06:08:32 +00:00
edtcmd.cpp Lots of Composer bug fixes and continued work on table and list editing 1998-07-27 01:09:58 +00:00
edtele.cpp Backed out hack for loading image problems in Composer. Also fixed other Composer bugs 1998-07-30 02:30:35 +00:00
edtjava.cpp fix warnings (only for Macintosh) 1998-07-24 03:58:28 +00:00
edtsave.cpp Backed out hack for loading image problems in Composer. Also fixed other Composer bugs 1998-07-30 02:30:35 +00:00
edttypep.h Free the lizard 1998-03-28 02:44:41 +00:00
edtutil.cpp Lots of Composer bug fixes and continued work on table and list editing 1998-07-27 01:09:58 +00:00
export.mac First Checked In. 1998-05-23 01:14:17 +00:00
fsfile.cpp Free the lizard 1998-03-28 02:44:41 +00:00
fsfile.h Free the lizard 1998-03-28 02:44:41 +00:00
layarena.c Free the lizard 1998-03-28 02:44:41 +00:00
layblock.c Warning fixes. Thanks to Rick Osborne (rick@spacey.net). 1998-04-29 08:41:05 +00:00
laybuiltin.c Landing changes in the OJI_19980727_BRANCH since the OJI_19980727_TIP_MERGE tag. 1998-07-31 20:19:50 +00:00
laycell.c Fix for bug# 301664. 1998-08-03 06:41:58 +00:00
laycols.c Warning fixes. Thanks to Rick Osborne (rick@spacey.net). 1998-04-29 08:41:05 +00:00
laydisp.c Add LO_SPACER to the list of elements to ignore in lo_DisplayElement. 1998-07-31 03:19:21 +00:00
layedit.c Ender checkins got Nisheeth's approval. 1998-08-01 06:14:59 +00:00
layembed.c Landing changes in the OJI_19980727_BRANCH since the OJI_19980727_TIP_MERGE tag. 1998-07-31 20:19:50 +00:00
layfind.c Free the lizard 1998-03-28 02:44:41 +00:00
layform.c Ender checkins got Nisheeth's approval. 1998-08-01 06:08:32 +00:00
layfree.c Ender checkins got Nisheeth's approval. 1998-08-01 06:08:32 +00:00
laygrid.c Free the lizard 1998-03-28 02:44:41 +00:00
layhrule.c Free the lizard 1998-03-28 02:44:41 +00:00
layimage.c Change lo_AppendFloatInLineList to use lo_NewElement instead of XP_NEW_ZAP. This fixes a memory leak, since now it's allocated from the arena instead of just random heap space. 1998-07-31 03:22:35 +00:00
layinfo.c Landing SHACK changes from RDF branch. 1998-07-23 17:44:04 +00:00
layjava.c Change lo_AppendFloatInLineList to use lo_NewElement instead of XP_NEW_ZAP. This fixes a memory leak, since now it's allocated from the arena instead of just random heap space. 1998-07-31 03:22:35 +00:00
laylayer.c Landing SHACK changes from RDF branch. 1998-07-23 17:44:04 +00:00
laylayer.h Fix for text overflowing inside nested tables. Fix for background colors not 1998-04-15 05:28:39 +00:00
laylist.c Free the lizard 1998-03-28 02:44:41 +00:00
laymap.c Free the lizard 1998-03-28 02:44:41 +00:00
laymocha.c Landing changes in the OJI_19980727_BRANCH since the OJI_19980727_TIP_MERGE tag. 1998-07-31 20:19:50 +00:00
layobj.c Landing changes in the OJI_19980727_BRANCH since the OJI_19980727_TIP_MERGE tag. 1998-07-31 20:19:50 +00:00
layout.c Landing SHACK changes from RDF branch. 1998-07-23 17:44:04 +00:00
layout.h Change lo_AppendFloatInLineList to use lo_NewElement instead of XP_NEW_ZAP. This fixes a memory leak, since now it's allocated from the arena instead of just random heap space. 1998-07-31 03:22:35 +00:00
layout.i Free the lizard 1998-03-28 02:44:41 +00:00
layprobe.c Fix for Mac build bustage. 1998-07-05 01:51:33 +00:00
layprobe.h Approved by Don. Checking in latest Layout Probe API implementation from 1998-07-04 23:25:24 +00:00
layrelay.c Change lo_AppendFloatInLineList to use lo_NewElement instead of XP_NEW_ZAP. This fixes a memory leak, since now it's allocated from the arena instead of just random heap space. 1998-07-31 03:22:35 +00:00
layrelay.h Free the lizard 1998-03-28 02:44:41 +00:00
layscrip.c Support JavaScript version 1.4. Patch by Mike Shaver <shaver@netscape.com> 1998-08-03 00:11:24 +00:00
laysel.c Added check for null pointer in lo_ValidEditableElement 1998-07-27 16:14:29 +00:00
layspace.c val was not being initialized properly lo_LayoutBlockSpacer(). Fixed. Thanks 1998-05-18 20:44:34 +00:00
layspan.c Touchdown of MARINER_DOM_BRANCH. 1998-04-29 10:13:27 +00:00
laystyle.c Free the lizard 1998-03-28 02:44:41 +00:00
laystyle.h Free the lizard 1998-03-28 02:44:41 +00:00
laysub.c Free the lizard 1998-03-28 02:44:41 +00:00
laytable.c track change to lo_AppendFloatInLineList, and plug a style sheet memory leak. 1998-07-31 03:23:54 +00:00
laytags.c Landing changes in the OJI_19980727_BRANCH since the OJI_19980727_TIP_MERGE tag. 1998-07-31 20:19:50 +00:00
laytext.c Check in change to make it easier to do different line breaking. 1998-08-01 07:44:33 +00:00
laytrav.c Free the lizard 1998-03-28 02:44:41 +00:00
laytrav.h Free the lizard 1998-03-28 02:44:41 +00:00
layutil.c make sure we use the right size for an LO_FLOAT element. 1998-07-31 03:25:08 +00:00
lo_funcs.h Landing SHACK changes from RDF branch. 1998-07-23 17:44:04 +00:00
makefile.win Landed privacy features from PRIVACY_BRANCH_070898; Transaction Receipts 1998-07-20 18:40:09 +00:00
ptinpoly.c Free the lizard 1998-03-28 02:44:41 +00:00
shim.h Landing SHACK changes from RDF branch. 1998-07-23 17:44:04 +00:00
shim2.h Free the lizard 1998-03-28 02:44:41 +00:00
streams.cpp Free the lizard 1998-03-28 02:44:41 +00:00
streams.h Free the lizard 1998-03-28 02:44:41 +00:00