Commit Graph

28007 Commits

Author SHA1 Message Date
beard%netscape.com
ac136c368f added prlog.h, prprf.h since since xpt_xdr.h no longer includes nspr headers. 1999-05-26 23:20:22 +00:00
sspitzer%netscape.com
6c0730c7ea cvs ignorage 1999-05-26 23:19:18 +00:00
beard%netscape.com
d253caa0ff linker now generates aliases to headers in project output directory. 1999-05-26 23:17:34 +00:00
beard%netscape.com
ecdd5e5590 header files are now linkable. 1999-05-26 23:17:31 +00:00
beard%netscape.com
54b252f851 now compiles header files into the project data folder. 1999-05-26 23:17:28 +00:00
akkana%netscape.com
0c1e4a2525 Add Internet and AOL style citers 1999-05-26 23:14:05 +00:00
akkana%netscape.com
bf5cc84e81 Add nsICiter, for mail quoting 1999-05-26 23:13:03 +00:00
mscott%netscape.com
7d16fe001c Quiet noisy printf... 1999-05-26 23:05:30 +00:00
mscott%netscape.com
247b29a6b5 Bug #6722 --> replace PR_Open with nsFileSpec/nsFileStream. 1999-05-26 23:01:23 +00:00
mscott%netscape.com
40a2a52e97 Bug 6722 --> replace PR_Open with nsFileSpec/nsFileStream. 1999-05-26 22:59:26 +00:00
mscott%netscape.com
9117adbab5 fix mismatched memory frees *again* 1999-05-26 22:57:02 +00:00
mcafee%netscape.com
5d272fed5d Fixing solaris bustage, link with the c++ compiler. 1999-05-26 22:56:26 +00:00
bruce%cybersight.com
a1fec4bd14 Fix a free memory mismatch. 1999-05-26 22:53:12 +00:00
mscott%netscape.com
7e9935a79c Fix mismatched memory free. Bug #6722 --> replace PR_Open use with nsFileSpec & nsFileStream. 1999-05-26 22:53:03 +00:00
morse%netscape.com
e1d55c857a added modal dialogs for wallet 1999-05-26 22:50:49 +00:00
briano%netscape.com
cc65e5cf25 Automated update 1999-05-26 22:49:35 +00:00
mscott%netscape.com
0cc9ddde6d Fix memory leak of mailbox struct. 1999-05-26 22:49:09 +00:00
briano%netscape.com
ee71d4d959 Eliminated the hard-coded NSPR version number. 1999-05-26 22:49:03 +00:00
gordon%netscape.com
897701db6f Added files for Wallet and Signon. 1999-05-26 22:46:55 +00:00
jfrancis%netscape.com
f60a7f5872 fix for bug 5979 1999-05-26 22:44:08 +00:00
mscott%netscape.com
49ff440b55 Fix uninitialized memory read. 1999-05-26 22:43:01 +00:00
morse%netscape.com
24135d3563 added modal dialogs for wallet 1999-05-26 22:42:49 +00:00
jdunn%netscape.com
5b2eb24354 Fixing link/runtime problem with certain platforms. Linking against the 'libs'
directory is forcing AIX to link statically instead of dynamically.
1999-05-26 22:40:14 +00:00
cmanske%netscape.com
72dc09cc02 Fixed missing do_QueryInterface that busted Linux build 1999-05-26 22:30:50 +00:00
rogerl%netscape.com
ff12a978d6 Bug #6359 and other changes motivated by Waldemar's specification. 1999-05-26 22:28:32 +00:00
jfrancis%netscape.com
54c1e78d86 fixed dom range gravity error 1999-05-26 22:28:04 +00:00
cbegle%netscape.com
cd05d0d56b adding more javascript language tests 1999-05-26 22:24:04 +00:00
karnaze%netscape.com
94ebf57b47 Rewrote DistributeRemainingSpace a 2nd time and added compat mode.
bug 6068, 6933. nsTableRowGroupFrame::CalculateRowHeights - changed row spans to consider
top and bottom margins during height calculations. Calculations using percentages ensure that the sum of
rows sum exactly to excess.

bug 6404 BasicTableLayoutStrategy::BalanceColumnsConstrained cols in span other than 1st col was
not getting additional allocations from cell. ::DistributeRemainSpace uses max width of col
instead of max effective width. Also added checks for negative value during percentage calculations.
1999-05-26 22:22:23 +00:00
cbegle%netscape.com
007525d454 adding more javascript language tests. 1999-05-26 22:22:06 +00:00
karnaze%netscape.com
42c162b5d6 bug 7083, nsFormFrame doesn't involve netlib if the action is not specified 1999-05-26 22:20:53 +00:00
briano%netscape.com
70112c66da Fix for NO_STATIC_LIB builds. 1999-05-26 22:20:12 +00:00
karnaze%netscape.com
e69415fcc9 new regression tests 1999-05-26 22:19:02 +00:00
briano%netscape.com
fb81e51425 Fix for the case where NSPR is built separately and isn't listed in LD_LIBRARY_PATH. 1999-05-26 22:18:37 +00:00
cbegle%netscape.com
949ea13feb adding new javascript tests - liveconnect 1999-05-26 22:14:51 +00:00
cmanske%netscape.com
c8ad73f166 Changed font face popup to use menu until popup XUL window works 1999-05-26 22:11:11 +00:00
erik%netscape.com
4a8385b941 Added manual registration for EventQueue and PersistentProperties. Sigh. 1999-05-26 22:08:27 +00:00
cbegle%netscape.com
1d29571154 adding new tests for the javascript language - liveconnect. 1999-05-26 22:07:01 +00:00
erik%netscape.com
7699a4f335 Added NULL pointer checking, since netlib returns NULL even though return
value said it succeeded.
1999-05-26 22:06:51 +00:00
alecf%netscape.com
95d34e3a21 add CID to prepare for moving CIDs into the factory 1999-05-26 21:59:45 +00:00
jefft%netscape.com
f7a05baf9f more on cached connection work - time out and number of maximum connections per host implementation; fixed delete messages not working problem; fixed crash when server disconnect the connection; inproper ref counting problem 1999-05-26 21:56:36 +00:00
bruce%cybersight.com
3a3ec68258 Use 'friend class' rather than just 'friend' to fix potential build bustage on HP-UX 1999-05-26 21:55:23 +00:00
alecf%netscape.com
1779ff80dd moving CIDs out of the interface headers, so including the right factory CID files 1999-05-26 21:54:25 +00:00
sspitzer%netscape.com
6af90b587a add the cvsignorage again, and this time don't break the build. 1999-05-26 21:53:31 +00:00
blizzard%redhat.com
8516c1bfbe more xlib work 1999-05-26 21:52:58 +00:00
jefft%netscape.com
1faa5ccc50 defautl set fDeleteIsMoveToTrash to true 1999-05-26 21:52:54 +00:00
bruce%cybersight.com
76e4f8d072 Fix a free memory mismatch hopefully. 1999-05-26 21:52:06 +00:00
jefft%netscape.com
4730d69add more on cached connection work - time out and number of maximum connections per host implementation 1999-05-26 21:51:38 +00:00
cbegle%netscape.com
915784967f adding more javascript language tests to the repository. 1999-05-26 21:48:43 +00:00
sspitzer%netscape.com
32b8c9da5f do the ignore again. this time, without breaking the build. 1999-05-26 21:48:42 +00:00
jefft%netscape.com
628d85ba39 use NS_IF_ADDREF & NS_IF_RELEASE instead of NS_ADDREF & NS_RELEASE in case of null mURL & mProxy 1999-05-26 21:46:42 +00:00