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

22971 Коммитов

Автор SHA1 Сообщение Дата
briano%netscape.com 11ff00023b Automated update 1999-04-11 14:14:36 +00:00
ramiro%netscape.com 31f0396d2d Add support for building NSPR from the source tree. If the NSPR detection
fails, use build and use mozilla/nsprpub as if nspr were part of the build
system.  A small tweak to NSPR is needed before this can be activated.
Also make sure the USE_PTHREADS environment var for NSPR is properly set
and not hard coded.
1999-04-11 14:12:39 +00:00
briano%netscape.com 2bf4560898 Automated update 1999-04-11 11:29:36 +00:00
ramiro%netscape.com d00f145f90 Fixing the pthread check. Step 1. Un-couple -lpthread from NSPR_LIBS.
Im doing this very carefully I steps in order not to break the complicated
pthread and nspr hackery.
1999-04-11 11:17:43 +00:00
briano%netscape.com 2420a5597b Automated update 1999-04-11 10:44:36 +00:00
ramiro%netscape.com 54628fb276 Simplify further. Use only one one variable to indicate whether NSPR is
native or not.

Remove a bunch of AC_DEFINE() statements for a previous rpm support checkin
I made (it was not needed).  Use MOZ_ instead of MOZILLA_ to be consistent
with the rest of configure.in.

Added build/nsprenv.mk support.  Setting the NSPR environment via a file.
This doesnt work yet, since it needs 2 small tweaks to NSPR.

Added support for non native nspr.  Not turned on yet.  Until NSPR includes
2 small tweaks.

Since comments are free, added a bunch of them.
1999-04-11 10:32:45 +00:00
gayatrib%netscape.com a8b3c105d4 Added profile module back 1999-04-11 09:41:53 +00:00
gayatrib%netscape.com 1a07b87f94 Added profile module 1999-04-11 09:40:22 +00:00
gayatrib%netscape.com 709d417d0d removed profile module. Need to use RegFactory to manually register the xpprofile32.dll for now. This problem will be fixed shortly 1999-04-11 08:53:35 +00:00
braddr%puremagic.com 8656d2e293 Add $(NULL) to the list of exports since all the othe working public/makefile.win's seem to include this. 1999-04-11 08:52:32 +00:00
briano%netscape.com 61cfc51bad Automated update 1999-04-11 08:14:37 +00:00
ramiro%netscape.com 26310e3cf8 Simplyfi a bit. If NSPR is detected in the system, dont build nsprpub
automatically witout having to specify --disable-build-nspr.
1999-04-11 08:04:59 +00:00
srinivas%netscape.com 37f1e5e921 Removed mozilla-specific library path components: bug #4450. 1999-04-11 06:44:49 +00:00
morse%netscape.com 248c06dfbd same as previous fix but for safe fillin this time (previous one was for quick fillin 1999-04-11 05:55:02 +00:00
morse%netscape.com 0c4e3755f0 get wallet working again now that frame structure of apprunner has been altered (for sidebar) 1999-04-11 05:49:38 +00:00
gayatrib%netscape.com 6251815256 Removed references to HASHLIBS as it is not required 1999-04-11 05:20:24 +00:00
gayatrib%netscape.com 75f3b87c97 removed BUILD_PROFILE ifdef 1999-04-11 05:13:58 +00:00
troy%netscape.com 4fda80d9f5 Added ReparentFrameView() and changed the block and inline code
to call it when pushing/pulling frames
1999-04-11 04:22:00 +00:00
troy%netscape.com 5deed64036 Changed ConstructRootFrame() to check if the device is scrollable when
determining whether to make the viewport scrollable
1999-04-11 03:10:20 +00:00
troy%netscape.com 6fe76beacf Changed DidReflow() so we size and position our view before we call
the child frame's DidReflow() function. This ensures that the parent view
is properly positioned before positioning the child views. This is
important when positioning the widgets
1999-04-11 00:56:28 +00:00
sspitzer%netscape.com c989e21049 fix the hardcoded value. don't wory. this is temporary anyways 1999-04-11 00:39:30 +00:00
sspitzer%netscape.com b44a1dab62 fix the hardcoded value. don't panic, this is all temporary work anyways 1999-04-11 00:39:01 +00:00
sspitzer%netscape.com 4f91b59887 more newsdb related stuff 1999-04-11 00:38:32 +00:00
beard%netscape.com d691521130 renamed XPTC_InvokeByIndex to _XPTC_InvokeByIndex, to avoid having to have a .exp file for libxpt. #pragma export is used in xptcinvoke_mac.cpp to export XPTC_InvokeByIndex. 1999-04-11 00:31:13 +00:00
beard%netscape.com 06f5a6c4e2 First Checked In. 1999-04-11 00:28:06 +00:00
beard%netscape.com 8fc80c9dd0 XP_MAC: added local strdup that uses malloc, renamed main to xpidl_main when built as a CodeWarrior plugin. 1999-04-11 00:15:09 +00:00
beard%netscape.com 3ad3483d5e XP_MAC: added call out to mac_fopen() for simple filenames (no path) to allow the CodeWarrior plugin to search for the file in the access paths. 1999-04-11 00:11:36 +00:00
beard%netscape.com f3fe5ba7b3 #include <libIDL/IDL.h> -> #include <IDL.h> on XP_MAC. 1999-04-11 00:09:14 +00:00
beard%netscape.com 1d09c36453 strdup -> xpidl_strdup, for consistency 1999-04-11 00:08:18 +00:00
beard%netscape.com 8106e6370f nsToolkit::SetFocus, fully initializing the guiEvent struct. 1999-04-11 00:05:51 +00:00
beard%netscape.com 102d6e7151 added nsAllocator exports for XPConnect's use. 1999-04-11 00:03:49 +00:00
beard%netscape.com 5509bb9703 renamed g_pNSIServiceManager to theServiceManager. 1999-04-11 00:01:18 +00:00
beard%netscape.com c28bc4120e got rid of m_pNSIFactory, service manager is used to manage singletons. renamed g_pNSIServiceManager to theServiceMangager. 1999-04-11 00:01:17 +00:00
beard%netscape.com fd3d8aa4b2 added xptcinvoke_mac.s 1999-04-10 23:55:39 +00:00
beard%netscape.com 2c5a4a4edf First Checked In. 1999-04-10 23:52:55 +00:00
beard%netscape.com 6e69fa675d added xptinfo, xptcall sources. 1999-04-10 23:47:53 +00:00
sspitzer%netscape.com 68fecc78c7 strcmp returns 0 if the strings match. doh! 1999-04-10 23:12:01 +00:00
sspitzer%netscape.com 70b8a65146 commented out the pop3 test because alecf's recent changes cause it not
to build
1999-04-10 22:55:21 +00:00
sspitzer%netscape.com e56359dbce pop3Test is broken, due to alecf's recent changes. 1999-04-10 22:50:41 +00:00
danm%netscape.com df3b3fc1cf disabling annoying spam debug messages in modal windows 1999-04-10 22:43:46 +00:00
sspitzer%netscape.com 12206d967b changes for the news host gif 1999-04-10 22:43:12 +00:00
sspitzer%netscape.com 1df8f1c3ef added news host icon 1999-04-10 22:42:15 +00:00
sspitzer%netscape.com 211f3461c5 fix my typos 1999-04-10 22:14:23 +00:00
sspitzer%netscape.com c57cb17c9b more newsdb work 1999-04-10 22:05:58 +00:00
sspitzer%netscape.com df1ffb59a1 more newsdb changes and changes to quiet the compiler 1999-04-10 22:04:29 +00:00
sspitzer%netscape.com aec4acfc17 more newsdb related changes 1999-04-10 22:04:02 +00:00
sspitzer%netscape.com bc72fdf02f more newsd related changes.
and changes to quiet the compiler
1999-04-10 22:03:26 +00:00
sspitzer%netscape.com d0531f9389 anal retentive stuff, ignore 1999-04-10 22:02:39 +00:00
alecf%netscape.com cbe6a9e734 forgot to define getDefaultCharPref 1999-04-10 21:58:09 +00:00
sspitzer%netscape.com 8178791847 minor tweak to the still-not-done news parser test 1999-04-10 21:56:55 +00:00