Commit Graph

16364 Commits

Author SHA1 Message Date
racham%netscape.com
024e303453 Widget name conflict resolved 1999-02-08 23:18:56 +00:00
alecf%netscape.com
f18568846b first shot at NNTP Newsgroup Post implementation...still have a few kinks to work out 1999-02-08 23:09:26 +00:00
alecf%netscape.com
524107ae90 make this newsheader valid for now 1999-02-08 23:05:05 +00:00
rods%netscape.com
15ac6e9a8f Back to 1.1 (sort of) 1999-02-08 22:15:08 +00:00
rods%netscape.com
4c9ddeb8d3 Changed IIDs to be unique 1999-02-08 22:11:04 +00:00
waterson%netscape.com
7fbdeff5e1 Fix strncmp() routines to handle unsigned integers properly. r=linss, a=sar. 1999-02-08 22:01:08 +00:00
jband%netscape.com
7f234de162 NOT PART OF SEAMONKEY - a bunch of fixes to get it building on win32 1999-02-08 21:47:35 +00:00
terry%netscape.com
57482ba8bb Added FreeBSD as a legal op_sys. 1999-02-08 21:12:31 +00:00
srinivas%netscape.com
de02f9dcf7 Reduce default values of counters. 1999-02-08 20:28:30 +00:00
leaf%mozilla.org
e6cf03a7b8 taking out configure (we want it to get updated) 1999-02-08 20:28:27 +00:00
srinivas%netscape.com
fcbfdb00c1 Code cleanup. 1999-02-08 20:27:02 +00:00
srinivas%netscape.com
81bb6e69b1 Build additional tests 1999-02-08 20:25:05 +00:00
briano%netscape.com
5849f622c0 Automated update 1999-02-08 20:02:38 +00:00
alecf%netscape.com
ba6dba5c76 add update-XTERM support to makefile code that enters directory, and update XPIDL rule to use new syntax 1999-02-08 19:59:25 +00:00
alecf%netscape.com
2bf650bd64 add update_xterm_title support to autoconf build 1999-02-08 19:57:15 +00:00
cyeh%netscape.com
de4c5dbd8f First Checked In. 1999-02-08 19:56:02 +00:00
alecf%netscape.com
1ebfb9830a add new mail/news Makefiles to build list 1999-02-08 19:55:35 +00:00
shaver%netscape.com
e51cd01134 move includes outside #ifdef for precompiled-header love, also PR_EXTERN_C 1999-02-08 19:48:48 +00:00
cyeh%netscape.com
97d15d6574 adding readme to explain what is in this directory 1999-02-08 19:37:56 +00:00
nhotta%netscape.com
263991365d Output data print format change. 1999-02-08 19:21:44 +00:00
kipp%netscape.com
648d55615b Disable auto-registration of dll's for unix for now 1999-02-08 19:16:29 +00:00
sar%netscape.com
2a7b280e6a Initial checkin of test batch files. 1999-02-08 19:07:42 +00:00
ftang%netscape.com
3af5eaa0fa change upper and lower case operation to call unicharutil for the nonASCII case 1999-02-08 18:57:21 +00:00
terry%netscape.com
00e3ee8d4b Patch by Patrick Amiel <amielp@netscape.com> -- spaces in filenames
was confusing some clients.  Made the JavaScript a bit more paranoid.
1999-02-08 18:56:24 +00:00
shaver%netscape.com
886e0b74fd Windows make goop 1999-02-08 18:34:54 +00:00
leaf%mozilla.org
ab69b9de1d nspr should be getting pulled from the tip. 1999-02-08 18:22:36 +00:00
kipp%netscape.com
9d55ba4f10 Fixed exit crash by no longer addref'ing the viewer; rewrote regression comparision code; removed filter stuff 1999-02-08 17:57:46 +00:00
kipp%netscape.com
42beeec02d Removed obsolete -filter argument 1999-02-08 17:57:00 +00:00
kipp%netscape.com
c4826d0a7e Tweak regression data output 1999-02-08 17:56:23 +00:00
kipp%netscape.com
d83b6d14ee Revamp regression data dumping 1999-02-08 17:56:00 +00:00
kipp%netscape.com
b776cddba1 Implement tree diffing and dumping of regression data 1999-02-08 17:55:29 +00:00
kipp%netscape.com
bd04c98b49 Revised API 1999-02-08 17:55:08 +00:00
shaver%netscape.com
aae15704a1 Fixed native handling.
IDL-in-comments works again.
Quell some warnings (now -Wall happy!).
1999-02-08 17:47:44 +00:00
kin%netscape.com
9bd79d07f3 Added test cases for TransactionManager's BeginBatch() and EndBatch() methods. 1999-02-08 17:30:30 +00:00
kin%netscape.com
225d4fcce1 Added BeginBatch(), EndBatch(), BeginTransaction() and EndTransaction()
methods.
1999-02-08 17:29:43 +00:00
kin%netscape.com
efd75e5cfe Added BeginBatch(), EndBatch(), BeginTransaction() and EndTransaction()
methods. Modified Do() method to use Begin/EndTransaction().
1999-02-08 17:28:33 +00:00
kin%netscape.com
0de03a45e7 Changed all occurences of !NS_SUCCEEDED() to NS_FAILED(). 1999-02-08 17:28:08 +00:00
kin%netscape.com
5797e5b2a3 Added GetNumberOfChildren() method. Changed all occurences of !NS_SUCCEEDED()
to NS_FAILED(). Modified GetNumberOfUndoItems() and GetNumberOfRedoItems() to
handle the case where their stack is NULL.
1999-02-08 17:27:42 +00:00
dcone%netscape.com
ca82fa4359 Fixed bug 1999-02-08 17:23:59 +00:00
dcone%netscape.com
e7dcf70b50 Took out an method not used, that broke build 1999-02-08 17:13:33 +00:00
dcone%netscape.com
c04cbe9bf0 cleanup of nsIImage class. There were routines and methods no longer used or needed. 1999-02-08 16:34:56 +00:00
shaver%netscape.com
22cd82efb2 Added XPT_InterfaceDescriptorAddMethods to grow the method table.
Removed unused XPT_ALLOC macro.
Move XPT_SetDataOffset calls into XPT_DoHeader so that the API consumer doesn't
need to know about header sizing and IDE layout guck.
Handle NULL namespaces and interface_directory bits snd idents better.
Made xpt_dump show the the IID for interfaces.
1999-02-08 16:30:22 +00:00
mcafee%netscape.com
9acb2c565e Woops, no tests directory here 1999-02-08 09:44:22 +00:00
mcafee%netscape.com
44b569b4f9 Ignore generated files 1999-02-08 08:46:17 +00:00
mcafee%netscape.com
726434e734 ignore genereated files 1999-02-08 08:26:34 +00:00
mcafee%netscape.com
2dd85694fe Adding widget, scribble to tests; these are building on both Linux & Solaris 1999-02-08 08:00:53 +00:00
blizzard%redhat.com
07e17b5442 back out akk's commented out menubar call. the looping has been fixed. 1999-02-08 03:41:10 +00:00
mscott%netscape.com
91be8c535d Updating with changes for new nsISmtpUrl interface... 1999-02-08 01:36:57 +00:00
mscott%netscape.com
dd17f29775 More conversion changes from old smtp code to the working in the new world... 1999-02-08 01:36:38 +00:00
mscott%netscape.com
5748402733 Added more interface methods for a message.... 1999-02-08 01:35:57 +00:00