Граф коммитов

10 Коммитов

Автор SHA1 Сообщение Дата
cyeh%netscape.com 3059434510 Remove old MOCHA #ifdefs 1998-09-29 20:55:21 +00:00
pinkerton%netscape.com 0c4e559f70 fix build bustage on mac (rev mjudge). 1998-09-02 16:15:43 +00:00
cmanske%netscape.com bb022be61f Composer work: Check for valid charset in metatag, paste character style, split table cell, optimization for table cell layout (not turned on), remove P_MENU, P_DIRECTORY support for UIs 1998-09-02 14:21:41 +00:00
cmanske%netscape.com 03d25bfac4 Composer performance optimization work - FixupTableData optimizations. Added SingleSignon feature for Composer publishing. Fixed layout cell background bug - permission by nisheeth 1998-08-25 20:16:10 +00:00
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
nisheeth 128b8245f2 Fix for bug #173417 and bug #186496. Reviewed by toshok.
We redo the way tables get freed.
Earlier when the LO_TABLE element got freed, it would free stuff that hangs
of the subsequent LO_CELL elements.  Now, only table related stuff gets freed
and the LO_CELL peer data structures get freed when the LO_CELL is freed.
Lots of code that was if-defed or commented out since Mariner hit the tip
has been removed to improve code readability.
1998-07-10 01:03:46 +00:00
jgellman 3eed711ae4 merge from OJI branch 1998-06-03 00:37:20 +00:00
hyatt 00e4431602 Fix to ensure that radio buttons and checkboxes are drawn with the proper background color.
Reviewed by Nisheeth.
1998-05-02 00:43:19 +00:00
nisheeth ae5f88b527 Fix for nested comments. Thanks to Jan Kroken (jankr@nntp.ifi.uio.no) for the
patch.
1998-04-15 04:13:55 +00:00
ltabb 781c480871 Free the lizard 1998-03-28 02:44:41 +00:00