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

46 Коммитов

Автор SHA1 Сообщение Дата
cls%seawood.org 57978e5c23 Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287 2000-04-04 04:46:38 +00:00
mkaply%us.ibm.com 515884db93 # 33859
r= mscott@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-04-03 23:13:14 +00:00
sspitzer%netscape.com 4b48f48eda 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
2000-02-06 06:54:52 +00:00
alecf%netscape.com 92069a2324 remove obsolete method so I can remove GetCurrentServer()
(test program only, not part of product)
2000-02-02 06:42:59 +00:00
alecf%netscape.com 2e0819a6c6 prepare to abolish GetCurrentIdentity
(tests only, no reviewer)
2000-01-28 08:16:19 +00:00
alecf%netscape.com d880f23e83 clean up compose test dependancies (not part of product) 2000-01-08 03:41:55 +00:00
Jerry.Kirk%Nexwarecorp.com 5f4320924d Added $(TK_LIBS) to EXTRA_LIBS for Neutrino because Timers require the
photon native library to be linked in to work properly.
r=rhp
1999-12-07 12:57:31 +00:00
jdunn%netscape.com 6cea79b83b alecf's checkon on 12/2 (test.cpp) started use of accountmanager which requires
libmsgbaseutil so we need to link it in

r= alecf
1999-12-06 22:04:24 +00:00
rhp%netscape.com 1ad0e2f856 Landing new txt to HTML scanning functionality - Bug #: 19251 - r: rhp (contributed by Ben Bucksch) 1999-12-06 04:53:29 +00:00
alecf%netscape.com 3941a57406 update to use accountmanager as a service (test only, no review) 1999-12-02 06:31:47 +00:00
warren%netscape.com a265a32348 Landing no_neckoutil2_branch. Bug #11159. Removes neckoutil_s.lib from build which helps beos and openvms. 1999-11-30 04:50:42 +00:00
dmose%mozilla.org 8535dda53e updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
sspitzer%netscape.com 9bd146a0ad 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.
1999-11-02 23:27:46 +00:00
dveditz%netscape.com 2b60c91417 Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz 1999-10-10 01:32:59 +00:00
alecf%netscape.com 8880f614eb fix GetPassword() bustage 1999-09-22 03:40:07 +00:00
ramiro%netscape.com 26dd94b010 Cleanup the neckutil linking thing. 1999-09-15 02:15:11 +00:00
briano%netscape.com ee4b7e738e General cleanup. 1999-09-14 23:05:06 +00:00
mscott%netscape.com 7aac750157 password api synch 1999-08-31 04:43:29 +00:00
ramiro%netscape.com 6cec5c3abb Cleanup zlib cruft. 1999-08-25 14:39:53 +00:00
ramiro%netscape.com 8644dc2074 Cleanup linking of libimg. 1999-08-25 13:37:11 +00:00
ramiro%netscape.com e1f2489b0c Set the timer lib flags in one place. 1999-08-24 14:54:59 +00:00
ramiro%netscape.com 1d23cab69b Cleanup the jsdom and jsurl linking mess. 1999-08-22 11:05:45 +00:00
ramiro%netscape.com 16bbd09726 cleanup linking of libmozreg. 1999-08-21 15:41:53 +00:00
ramiro%netscape.com 0e1b8a922a Fix for -lpref linking problems. Dont link with libpref, its not needed. 1999-08-18 00:27:50 +00:00
ramiro%netscape.com 0149d76208 Link in secfree dynamically only where needed. 1999-08-17 15:46:57 +00:00
bienvenu%netscape.com b98ebf49f8 fix build bustage 1999-08-10 04:51:32 +00:00
mscott%netscape.com ad90319d2c Landing the MailNews_Necko_BRANCH. These are the changes that will enable mailnews to run with necko. 1999-07-29 00:42:25 +00:00
briano%netscape.com d99daeea9b Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568. 1999-07-27 23:27:44 +00:00
ramiro%netscape.com ca57fc99d2 Step 3 of cleaning up link time toolkit dependencies. Name the timer libs
according to the toolkit they match.  Also set the damn name in one place to
make it easy to change in the future.
1999-07-17 23:52:12 +00:00
ramiro%netscape.com 342b5083f1 Landing timer move on unix. 1999-07-17 14:22:51 +00:00
rhp%netscape.com 65ff7eee4e Compose back end cleanup 1999-07-13 18:38:36 +00:00
rhp%netscape.com fd0506a670 more cleanup of appshell stuff... 1999-07-02 13:29:45 +00:00
ramiro%netscape.com b86c78a296 Separate the widget and gfx toolkits into two variables.
Instead of MOZ_TOOLKIT, we now have MOZ_WIDGET_TOOLKIT and MOZ_GFX_TOOLKIT.
There is also a new configure flag, --enable-gfx-toolkit which does what its
name implies.
The configure script should continue to work as before.
1999-07-02 13:06:48 +00:00
dveditz%netscape.com 5dd9cff22d Trying to fix Win32 dependencies. Lots of broken cut-n-paste makefiles 1999-07-02 11:50:19 +00:00
waterson%netscape.com 4fd9f61c4a Add nsIWebShellWindow so it builds. 1999-07-02 04:32:26 +00:00
rhp%netscape.com 2455a1cf49 Changes for plain text quoting 1999-07-01 18:08:05 +00:00
ramiro%netscape.com 47c499c62b No need to link gfxps into the app anymore. Its a component. Hopefully by
exorcising it from everywhere in the tree, it wont be cut and pasted anywhere
else.
1999-06-29 04:03:19 +00:00
sspitzer%netscape.com 039152b0a3 fix warnings 1999-06-25 00:28:45 +00:00
sspitzer%netscape.com 4c7be22eb8 makefile changes to get these tests to build on UNIX 1999-06-25 00:19:06 +00:00
sspitzer%netscape.com 337a14891b ignore the soon-to-be-generated files 1999-06-24 20:50:14 +00:00
danm%netscape.com 962c82d198 teach RunModalDialog to use extant windows; use one in NetSupportDialog (fixes bug 7858). remove AppShellService interface references 1999-06-24 03:29:22 +00:00
rhp%netscape.com 3ad45e8035 Changes for mail composition test harness 1999-06-23 21:51:33 +00:00
sfraser%netscape.com 437a0b1c9d Leak fixing. CreateNewTopLevel window returns an AddReffed window. You must release it. 1999-06-19 22:08:49 +00:00
rhp%netscape.com 14e6df2714 New send later functionality 1999-06-11 23:42:45 +00:00
rhp%netscape.com 7125c8da12 Changes for composition reorg 1999-06-10 00:52:47 +00:00
rhp%netscape.com 06d2084cd8 a new test harness for send unsent messages (send later) interfaces 1999-06-08 04:46:08 +00:00