Commit Graph

5901 Commits

Author SHA1 Message Date
radha%netscape.com
51a2628e71 Register the NavCenter Context menu and HT pane with the XP api. 1998-08-14 20:06:37 +00:00
radha%netscape.com
72a909b31d Fix scrollbar warning messages that appear with opening NavCenter 1998-08-14 20:05:37 +00:00
buster%netscape.com
c024161837 * migrated and improved some fixes from the branch to the tip
* fixes sample6, yahoo resizing
* added BasicTableLayoutStrategy::ColIsSpecifiedAsMinimumWidth helper function,
which tells us if the given column has a width attribute that means "make me as small as possible"
* nsTableFrame methods now no longer use mCellMap directly, they ask for it from
GetCellMap which gets the cell map from the first-in-flow.  Only the first-in-flow has a
cell map because the cellmap refers to the table as a single object, not to each table frame.
* Likewise, continuing table frames do not call BalanceColumnWidths or SetTableWidth
which are "global" operations.  Responsibility for these lies with the first-in-flow.
1998-08-14 16:16:43 +00:00
troy%netscape.com
358b26c689 Added NS_RELEASE in ProcessTEXTAREATag(). This fixes a problem with
text area content objects being leaked
1998-08-14 05:21:43 +00:00
troy%netscape.com
c161f261c1 Added NS_RELEASE of list box widget interface pointer 1998-08-14 04:45:30 +00:00
danm%netscape.com
9d916ee0d8 fix compilation error 1998-08-14 03:44:39 +00:00
troy%netscape.com
c804eb4ad1 Added NS_IF_RELEASE(mAttributes) to destructor 1998-08-14 03:32:39 +00:00
ramiro%netscape.com
81ce0b5a07 Add tool tips. 1998-08-14 03:19:24 +00:00
ramiro%netscape.com
0f0096929e Fix geometry management. 1998-08-14 03:19:04 +00:00
ramiro%netscape.com
c993d0a22d Add combo test. 1998-08-14 03:06:39 +00:00
ramiro%netscape.com
97906a6662 Update link behavior test. 1998-08-14 03:06:01 +00:00
cmanske%netscape.com
d2e9510479 Fixed bug that prevented placing caret in empty table cell 1998-08-14 03:04:11 +00:00
cmanske%netscape.com
c64558bcfa Tweaked fix for 311835 1998-08-14 02:44:43 +00:00
cmanske%netscape.com
9790320057 Tweaked fix for 312346 - enable OK button after automatically filling in Alt Text field in dialog 1998-08-14 02:35:41 +00:00
spider%netscape.com
456dedf071 Using JULIAN_TREX_BRANCH again... 1998-08-14 01:56:17 +00:00
joki%netscape.com
aca079baed Modify editor mode to work in frames 1998-08-14 01:51:00 +00:00
cmanske%netscape.com
62af3ebd88 Fixed warnings thanks to UNIX compilers 1998-08-14 01:38:35 +00:00
warren%netscape.com
a82ef96ba7 Fixed problem where enums were being cast to ints and misaligned causing crash. 1998-08-14 01:35:53 +00:00
warren%netscape.com
ff98c30d07 Fixed GetMIMEDescription for new plugin API. 1998-08-14 01:34:01 +00:00
sdagley%netscape.com
b9829e39a5 Fix a functionality problem with my previous checkin - change the MacFE stubs for FE_CheckConfirm and FE_SelectDialog to the workaround versions until the actual versions are implemented. Yes the tree is in flames but these files aren't related and folks are all over the problem (akkana and jfrancis have checked in fixes for X and Mac). 1998-08-14 01:21:46 +00:00
jfrancis%netscape.com
7d916b93e1 need to use enum ED_PASTE_NORMAL instead of int 0. 1998-08-14 01:01:09 +00:00
mcafee%netscape.com
3129dfb03a Privacy is passing in nil arguments to ET_PostCheckConfirmBox(), we now check for this. a=joki 1998-08-14 00:57:55 +00:00
akkana%netscape.com
d64fff28d0 The word from cmanske: build bustage on Mac requires use of enum types,
better do the same on Unix.
1998-08-14 00:49:22 +00:00
mcafee%netscape.com
6af6d0afac Stubs to fix breakage from privacy backend change. 1998-08-14 00:29:13 +00:00
mcafee%netscape.com
25df748bfd Fixing more XFE breakage 1998-08-14 00:26:37 +00:00
leif%netscape.com
1cfacc3c6a Added instructions for using CVS. 1998-08-14 00:18:56 +00:00
cmanske%netscape.com
beae3c168f Fixed missing () for function call Unlink. Stupid Windows compiler. 1998-08-14 00:07:50 +00:00
joki%netscape.com
a185078042 Adding more window properties and slightly refCnt declaration. 1998-08-13 23:37:54 +00:00
leif
b07161330f *** empty log message *** 1998-08-13 23:34:50 +00:00
leif
788149688a First version. 1998-08-13 23:34:45 +00:00
leif
9e42c7d6c5 Cleanup. 1998-08-13 23:34:09 +00:00
leif
225099bf16 Fixed the automated installs stuff... 1998-08-13 23:33:49 +00:00
mcafee%netscape.com
463fa202d1 Re-adding FE_CheckConfirm() and FE_Select() to match the privacy backend changes. 1998-08-13 23:17:36 +00:00
clu%netscape.com
d1bdd2e723 adding a third parameter to EDT_PasteHTML 1998-08-13 23:16:16 +00:00
cmanske%netscape.com
a829558521 Fixed lots of Composer bugs. Implemented drag/drop/paste cells into existing table. Fixed Reload problems in Navigator (must reload from net to show doc color changes) - permission by blythe 1998-08-13 23:14:59 +00:00
akkana%netscape.com
55bf1b37e6 Track cmanske's editor backend API change to EDT_PasteHTML(). 1998-08-13 23:14:34 +00:00
cmanske%netscape.com
d9272f51d1 Fixed lots of bugs. Implemented drag/drop/paste cells into existing table. 1998-08-13 23:14:33 +00:00
cmanske%netscape.com
b8019faa82 Fixed lots of bugs, more implementation of Composer table editing: drag/drop/paste into existing tables. 1998-08-13 23:14:29 +00:00
troy%netscape.com
3bbed54ed2 Changed enumerator class to use a nsVoidArray object to manage the
list of child widgets
1998-08-13 23:01:01 +00:00
leif
22daa71d47 *** empty log message *** 1998-08-13 22:41:10 +00:00
leif
1d840864ed *** empty log message *** 1998-08-13 22:40:53 +00:00
ftang%netscape.com
190c2a9e28 add vietnamese support. Thanks Van Le levan@hotmail.com from the net 1998-08-13 22:25:08 +00:00
rpotts%netscape.com
9222d524c3 Checking in changes from the branch rev 1.7.2.2... 1998-08-13 22:18:57 +00:00
sdagley%netscape.com
e314e40037 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:17:51 +00:00
danm%netscape.com
88a55bb991 synching with FE callback API changes just made by sdagley 1998-08-13 22:14:38 +00:00
sdagley%netscape.com
bafb230a6a 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
leif
9d65689b21 *** empty log message *** 1998-08-13 22:03:42 +00:00
rjc%netscape.com
7f98c99753 Changes for better importing of IE favorites, Win9x/NT recent documents, and start menu. 1998-08-13 21:55:12 +00:00
akkana%netscape.com
b300b57b42 Enable toolbars for Ender. 1998-08-13 21:51:02 +00:00
leif
0446a265f4 *** empty log message *** 1998-08-13 21:32:50 +00:00