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

18414 Коммитов

Автор SHA1 Сообщение Дата
mcafee%netscape.com a51a1d23cc Switching false/true over to PR_FALSE/PR_TRUE 1999-02-26 19:47:48 +00:00
cyeh%netscape.com 10fae06c47 make command line options work under win32 1999-02-26 19:47:38 +00:00
ebina%netscape.com 174cec60e4 Changing RegisterFactory to use the new API. 1999-02-26 19:45:10 +00:00
kipp%netscape.com c463305e81 Cleaned up all of the operator new/delete usage 1999-02-26 19:40:22 +00:00
akkana%netscape.com eeb561dd9a windows has NS_IMETHOD != virtual nsresult 1999-02-26 19:39:14 +00:00
kipp%netscape.com 577dbe2134 Defined some operator new/delete macros to help us get it right 1999-02-26 19:38:53 +00:00
brade%netscape.com 0360395b28 add "static" to reduce compiler warnings on Macintosh 1999-02-26 19:36:36 +00:00
dp%netscape.com ede16838d2 Adding platformVersionCheck() into USE_REG ifdef 1999-02-26 19:28:42 +00:00
pinkerton%netscape.com 7053fb2f27 changing mac name of default registry file to "mozilla registry" in order to not conflict with old nscp versions and not have the name "netscape" in any of our code. 1999-02-26 19:26:45 +00:00
kipp%netscape.com 760dc4af42 Fixed remaining issues with operator new/delete 1999-02-26 19:26:29 +00:00
mcafee%netscape.com 3d6f3bbe9f Switching one last bool to PRBool. a=mcmullen 1999-02-26 19:22:43 +00:00
kipp%netscape.com 59afd8abfb Removed ifdef'd out code 1999-02-26 19:22:20 +00:00
mscott%netscape.com 694ed4b0fb nsISmtpService->SendMessage now takes the host. 1999-02-26 19:18:31 +00:00
mscott%netscape.com 19f9335789 Sending a message now takes a host. Use it. 1999-02-26 19:17:42 +00:00
mscott%netscape.com c9578bf5d8 Add host as paramater to send send message method. 1999-02-26 19:17:13 +00:00
fur%netscape.com 22417b1c30 No CPU_ARCH_TAG for FreeBSD 1999-02-26 19:12:26 +00:00
cyeh%netscape.com 9a1c68ca7c added command line arguments, autoconfig LD_LIBRARY_PATH on unix, added
testing of command line arguments
1999-02-26 19:09:48 +00:00
ebina%netscape.com 4e65ecbaf2 Changing RegisterFactory to use the new API. 1999-02-26 19:08:57 +00:00
akkana%netscape.com 0981dc8ed8 Turn on nsSelectionMgr for windows 1999-02-26 19:01:15 +00:00
akkana%netscape.com 84cc4f1260 Turn on nsSelectionMgr class for copy/paste 1999-02-26 19:00:17 +00:00
sfraser%netscape.com 84fea1dbc4 Add nsSelectionMgr.cpp for akkana 1999-02-26 18:59:33 +00:00
kin%netscape.com 4c53460674 Fixed javascript syntax error. 1999-02-26 18:59:25 +00:00
alecf%netscape.com 6b6c41ebc8 fix AIX bustage 1999-02-26 18:58:08 +00:00
cyeh%netscape.com 52650e18b3 add static library targets to allow overriding of functions in an external project 1999-02-26 18:51:32 +00:00
dp%netscape.com 4d29306696 Implemented versioning of the repository hieararchy under the registry. Also changed storing longlongs to ints into the registry. 1999-02-26 18:41:37 +00:00
pinkerton%netscape.com ca28e63302 add libreg to list of linked libraries to try to get autoregistration working correctly. 1999-02-26 18:38:39 +00:00
racham%netscape.com 4a10ee8809 Modified buffer sizes in define constants 1999-02-26 18:36:56 +00:00
racham%netscape.com 4b6b4e0e25 increased buffer size for holding value field 1999-02-26 18:36:04 +00:00
wtc%netscape.com 7396376f72 print thread scope. 1999-02-26 18:34:31 +00:00
wtc%netscape.com 47519d7115 print elapsed and expected times. 1999-02-26 18:33:19 +00:00
cyeh%netscape.com 1434ab582e remove MOZ_PROF compiler option. it's redundant with MOZ_DEBUGOPT, and
it doesn't work to boot. it also has an annoying ifdef structure that is hard
to follow.
if you want to build optimized with debug symbols, use MOZ_DEBUGOPT=1
1999-02-26 18:32:39 +00:00
wtc%netscape.com 7ad3c8b94e Make the number of atomic locks configurable by setting the environment
variable NSPR_ATOMIC_HASH_LOCKS.
1999-02-26 18:32:14 +00:00
alecf%netscape.com b9bd603ea9 fix unix bustage - can't construct objects and pass them as & parameters at the same time 1999-02-26 18:25:57 +00:00
alecf%netscape.com 6568ddd326 fix call to CreateInstance, now that you can create one with a ProgID 1999-02-26 18:17:41 +00:00
alecf%netscape.com 09edb893cb don't use old XFE icon data-related functions 1999-02-26 18:00:28 +00:00
alecf%netscape.com 81b4fd3691 fix uninitialize variable and fix various signed/unsigned warnings 1999-02-26 17:59:16 +00:00
alecf%netscape.com c5c155b7b5 add nsIEnumerator interface, and fix nsICollection interface to use long not int 1999-02-26 17:57:34 +00:00
alecf%netscape.com 51d9e33467 fix -pedantic bustage - Delete isn't const, so re-cast "this" 1999-02-26 17:56:44 +00:00
alecf%netscape.com f3c2021803 add static IID() method 1999-02-26 17:50:59 +00:00
alecf%netscape.com a6a7b8b652 fix -pedantic bustage on Unix 1999-02-26 17:49:41 +00:00
alecf%netscape.com b7140ce60a add temporary hack to instantiate Messenger in the JS namespace 1999-02-26 17:47:35 +00:00
alecf%netscape.com 44650f60d8 no need to export non-existant IDL files 1999-02-26 17:45:29 +00:00
alecf%netscape.com 52ff34ffd9 fix HPUX/AIX/OSF bustage - most unices need stdlib.h to get abort() 1999-02-26 17:41:47 +00:00
troy%netscape.com 6322e224fe Per Kipp's request, added patch from Mark Harvey (Mark.Harvey@wireplay.bt.co.uk) so we
don't have an imagehlp.dll dependency unless MOZ_TRACE_XPCOM_REFCNT is defined
1999-02-26 17:39:55 +00:00
alecf%netscape.com 87a78a035e fix HPUX bustage - can't have const user-defined (typedefed) variables inside structures without initializing them inside that structure 1999-02-26 17:39:28 +00:00
pinkerton%netscape.com a079c4a613 titlebuttons are not block frames! 1999-02-26 17:38:40 +00:00
alecf%netscape.com 39c4569a03 fix HPUX bustage - now that we're using PR_FREEIF, you can't put (void*)
casts inside it.
1999-02-26 17:36:57 +00:00
alecf%netscape.com 2a71e76f16 BandRect needs to be public to be visible outside the class definition (HPUX bustage) 1999-02-26 17:36:00 +00:00
ftang%netscape.com d644fabe47 fix some unix warning 1999-02-26 17:34:58 +00:00
alecf%netscape.com 683a48a72c fix HPUX bustage - HP already has MIN, MAX, TRUE, and FALSE defined 1999-02-26 17:27:02 +00:00