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

1044 Коммитов

Автор SHA1 Сообщение Дата
dp%netscape.com 4c4cf91bec Removing (char *) casts. Better error checking in PlatformVersionCheck(). Thanks to Nicholas Ambrose <nick87@hotmail.com> for the patch 1999-04-06 08:52:51 +00:00
mccabe%netscape.com 55378a7495 - Made xpidl build conditional on BUILD_XPIDL for win32 and unix
- Made win32 xpidl use glib-1.2 (instead of 1.1.)
1999-04-06 08:33:40 +00:00
dp%netscape.com 10c331806e Caching of commonly used registry keys. Patch from Nicholas Ambrose <nick87@hotmail.com>. Thanks nick. 1999-04-06 08:26:38 +00:00
warren%netscape.com 3710889772 Added GetIThread method 1999-04-06 06:09:15 +00:00
alecf%netscape.com e6ced9c464 output results of new factory's CreateInstance() 1999-04-06 05:06:47 +00:00
warren%netscape.com a9edb098e8 Fixed refcount problems. 1999-04-06 04:57:44 +00:00
warren%netscape.com 2d2d0d48be Added nsIByteBufferInputStream. 1999-04-06 01:43:52 +00:00
warren%netscape.com bf4df879ef Fixed thread pool shutdown. 1999-04-06 01:42:01 +00:00
jband%netscape.com 01475d8a25 fixed typo so no extra .pdb files get left behind 1999-04-06 00:10:10 +00:00
rickg%netscape.com 54638203b1 fixed nsStr bug found by davidBienvenu -- I owe him a beer 1999-04-05 21:38:50 +00:00
rickg%netscape.com 640480851f fixed bug found by DavidBienvenu -- I owe him a beer 1999-04-05 21:28:55 +00:00
warren%netscape.com 759e5cc63f Added TestThreads 1999-04-05 21:03:22 +00:00
warren%netscape.com 338082238a Mostly works now, except for nsIThreadPool::Join 1999-04-05 21:02:24 +00:00
warren%netscape.com 52ed9a5cae Added copyright. 1999-04-05 21:01:33 +00:00
law%netscape.com 3a97f68e0e Clean up .pdb file 1999-04-05 20:13:04 +00:00
rickg%netscape.com 9719abb145 API cleanup for nsString 1999-04-05 08:06:54 +00:00
dp%netscape.com 376da1de8e Weekly update 1999-04-05 06:41:12 +00:00
dp%netscape.com 9e53ff6918 Using Raw interface to accurately get key names that have special characters like / =
Printing int32 values
changed key separator in print to be - instead of /
1999-04-05 06:05:17 +00:00
dp%netscape.com e936d4f73d Adding registry/. Removing xpidl/ since it wan't being compiled by default by the build. 1999-04-05 04:55:42 +00:00
dp%netscape.com 47b5c7d0d2 Adding tools/ to make system 1999-04-05 04:54:50 +00:00
dp%netscape.com 42357112ab registry Export utility makefile for unix 1999-04-05 04:34:57 +00:00
dp%netscape.com 46e3686b99 Using the nsIRegistry from the ComponentManager. 1999-04-05 04:33:49 +00:00
dp%netscape.com 5c8e1841b2 Log message on RegisterFactory() change. 1999-04-05 04:32:36 +00:00
dp%netscape.com 11e97a3f9f Returning servicemanager from NS_InitXPCOM() 1999-04-05 04:32:08 +00:00
dp%netscape.com 7dabd08e7f Registry strings cleanup. Thanks to Nicholas Ambrose <nick87@hotmail.com> 1999-04-05 00:07:18 +00:00
beard%netscape.com 0fb1d486ad backed out XP_MAC crash test, since it does work with checked in .xpt files. 1999-04-04 03:40:20 +00:00
beard%netscape.com a56efec958 turned off relaxed pointer checking, now that jband has fixed the sources. 1999-04-04 03:33:43 +00:00
jband%netscape.com 432690b3a0 fix the struct member column alignment (in the source code) after mass type renaming 1999-04-04 03:13:47 +00:00
jband%netscape.com 25cf140c82 prepare makefiles for building libxpt and xpidl before xpcom/public and xpcom/src. Fix warnings and errors in libxpt exposed in Mac port 1999-04-04 03:09:12 +00:00
jband%netscape.com 5e3ff4e598 re-order DIRS in preparation for using libxpt and tools/xpidl in order to generate stuff in xpcom/public 1999-04-04 03:06:33 +00:00
beard%netscape.com b6a5bd5049 xptinfo needs access to nsID::ToString(). 1999-04-04 02:23:01 +00:00
beard%netscape.com 7e08e80e81 #define NS_COM __declspec(export) on XP_MAC. 1999-04-04 02:22:08 +00:00
beard%netscape.com 2e9aad35ec #defining _IMPL_NS_COM, so NS_COM will be defined correctly on XP_MAC. 1999-04-04 02:21:44 +00:00
beard%netscape.com 9d1f0c8225 added xptinfo interfaces, base, and xpcom. 1999-04-04 01:51:47 +00:00
beard%netscape.com 8004230b40 XP_MAC doesn't have <sys/stat.h>, <stat.h> instead. 1999-04-04 01:51:00 +00:00
beard%netscape.com ddc5cba9f7 First Checked In. 1999-04-04 01:30:58 +00:00
beard%netscape.com c74304e962 made it compile on XP_MAC, still needs a user interface to choose multiple files. 1999-04-04 01:30:45 +00:00
beard%netscape.com f0a852fade added interactive choosing of a file to dump on XP_MAC, worked around a crash in XPT_DumpInterfaceDescriptor. 1999-04-04 01:25:44 +00:00
beard%netscape.com b4181be75d Added a strdup function for XP_MAC. 1999-04-04 01:20:34 +00:00
beard%netscape.com b69769c250 First Checked In. 1999-04-04 00:13:40 +00:00
beard%netscape.com 32df35f453 added default args for XP_MAC. 1999-04-04 00:13:28 +00:00
beard%netscape.com 3024d12e09 First Checked In. 1999-04-03 23:36:11 +00:00
jband%netscape.com fafe628163 set MOZ_NO_DEBUG_RTL in makefile.win for this exe 1999-04-03 21:02:45 +00:00
dp%netscape.com e6a86ec777 Added Current Working Directory 1999-04-03 17:17:49 +00:00
dp%netscape.com c0fe7290ed Added alecf unix debugging tips 1999-04-03 17:10:21 +00:00
rickg%netscape.com dda2c5d456 fix to pushfront 1999-04-02 22:06:05 +00:00
dp%netscape.com b8b63c3378 progid spec added 1999-04-02 21:43:54 +00:00
dp%netscape.com 411d290d04 Checking off api cleanup 1999-04-02 21:43:34 +00:00
waterson%netscape.com 0c12345a07 Fix build bustage on Win32. 1999-04-02 21:13:20 +00:00
dp%netscape.com 146db3b3fb API Cleanup. 1999-04-02 20:28:22 +00:00