Commit Graph

24 Commits

Author SHA1 Message Date
sspitzer%netscape.com
961417414a in the immortal words of sfraser: "die, appcores, die".
the next step is to remove mozilla/xpfe/AppCores from the tree, which I will
gladly do next.

r=alecf


git-svn-id: svn://10.0.0.236/trunk@59932 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-06 06:54:52 +00:00
alecf%netscape.com
9c9a0d1ed8 remove obsolete method so I can remove GetCurrentServer()
(test program only, not part of product)


git-svn-id: svn://10.0.0.236/trunk@59498 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 06:42:59 +00:00
alecf%netscape.com
5eada7f4d7 prepare to abolish GetCurrentIdentity
(tests only, no reviewer)


git-svn-id: svn://10.0.0.236/trunk@59041 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-28 08:16:19 +00:00
alecf%netscape.com
65cef3c735 clean up compose test dependancies (not part of product)
git-svn-id: svn://10.0.0.236/trunk@57167 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-08 03:41:55 +00:00
rhp%netscape.com
9fface217d Landing new txt to HTML scanning functionality - Bug #: 19251 - r: rhp (contributed by Ben Bucksch)
git-svn-id: svn://10.0.0.236/trunk@55395 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-06 04:53:29 +00:00
alecf%netscape.com
d49511cab5 update to use accountmanager as a service (test only, no review)
git-svn-id: svn://10.0.0.236/trunk@55036 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-02 06:31:47 +00:00
dmose%mozilla.org
0efb7c174c updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@52910 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 03:43:54 +00:00
sspitzer%netscape.com
baa984b1b1 fix #16457, r=mscott. if an error occurs in the SMTP protocol state machine, we may need to pop up the alert right then, and not when we get back to the url listener, because we'd loose the error text from the SMTP server. these changes
pop up the alert and set the error code so that the url listener doesn't try to
pop up another alert.  define a bunch of new error codes, and remove nsMsgTransition.h, which was defining all the MK_ error codes that were in there.
are no longer needed.


git-svn-id: svn://10.0.0.236/trunk@52602 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 23:27:46 +00:00
dveditz%netscape.com
30a83caa1d Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz
git-svn-id: svn://10.0.0.236/trunk@50322 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-10 01:32:59 +00:00
alecf%netscape.com
dd6ed485b9 fix GetPassword() bustage
git-svn-id: svn://10.0.0.236/trunk@48772 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 03:40:07 +00:00
mscott%netscape.com
4e22e8456c password api synch
git-svn-id: svn://10.0.0.236/trunk@45299 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 04:43:29 +00:00
bienvenu%netscape.com
7736a89bbc fix build bustage
git-svn-id: svn://10.0.0.236/trunk@42924 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-10 04:51:32 +00:00
mscott%netscape.com
e842ae2afa Landing the MailNews_Necko_BRANCH. These are the changes that will enable mailnews to run with necko.
git-svn-id: svn://10.0.0.236/trunk@41503 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-29 00:42:25 +00:00
rhp%netscape.com
339b82955b Compose back end cleanup
git-svn-id: svn://10.0.0.236/trunk@39073 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-13 18:38:36 +00:00
rhp%netscape.com
14457dbca6 more cleanup of appshell stuff...
git-svn-id: svn://10.0.0.236/trunk@38040 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 13:29:45 +00:00
waterson%netscape.com
2c707d5f5e Add nsIWebShellWindow so it builds.
git-svn-id: svn://10.0.0.236/trunk@37978 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 04:32:26 +00:00
rhp%netscape.com
f85a03ebe7 Changes for plain text quoting
git-svn-id: svn://10.0.0.236/trunk@37706 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-01 18:08:05 +00:00
sspitzer%netscape.com
859fa251bc fix warnings
git-svn-id: svn://10.0.0.236/trunk@36794 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-25 00:28:45 +00:00
danm%netscape.com
fe81f5f1a1 teach RunModalDialog to use extant windows; use one in NetSupportDialog (fixes bug 7858). remove AppShellService interface references
git-svn-id: svn://10.0.0.236/trunk@36668 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-24 03:29:22 +00:00
rhp%netscape.com
e5e05757e0 Changes for mail composition test harness
git-svn-id: svn://10.0.0.236/trunk@36614 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-23 21:51:33 +00:00
sfraser%netscape.com
c04339b026 Leak fixing. CreateNewTopLevel window returns an AddReffed window. You must release it.
git-svn-id: svn://10.0.0.236/trunk@35931 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-19 22:08:49 +00:00
rhp%netscape.com
7a50fe57f5 New send later functionality
git-svn-id: svn://10.0.0.236/trunk@34906 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-11 23:42:45 +00:00
rhp%netscape.com
0d6ce1ad8c Changes for composition reorg
git-svn-id: svn://10.0.0.236/trunk@34523 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-10 00:52:47 +00:00
rhp%netscape.com
b55af898aa a new test harness for send unsent messages (send later) interfaces
git-svn-id: svn://10.0.0.236/trunk@34172 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-08 04:46:08 +00:00