fur%netscape.com
|
feb0fa00c9
|
Fix syntax error
|
1999-02-26 08:44:40 +00:00 |
fur%netscape.com
|
64ba916755
|
Add libm
|
1999-02-26 08:42:30 +00:00 |
fur%netscape.com
|
816b76a695
|
Restore building of java.security native libraries
|
1999-02-26 08:41:28 +00:00 |
mcafee%netscape.com
|
911c21a981
|
Solaris/CC refused to compile part of this file, giving up for now. a=scc
|
1999-02-26 08:41:15 +00:00 |
fur%netscape.com
|
e10f049385
|
+ Remove dead code
+ Make class initialization slightly more efficient
|
1999-02-26 08:40:13 +00:00 |
fur%netscape.com
|
89f2257e57
|
Improve comment
|
1999-02-26 08:39:24 +00:00 |
fur%netscape.com
|
5c10358b6d
|
Fix library ordering problem so that pthreads appears before NSPR on
the link line.
|
1999-02-26 08:38:38 +00:00 |
fur%netscape.com
|
bfdba938ce
|
Fix problems in which functions had 'inline' keyword in definition
but not in the corresponding declaration.
|
1999-02-26 08:18:38 +00:00 |
fur%netscape.com
|
7c0a5e03e1
|
Make the Linux compile-and-backpatch stub code generation be just like
Win32's, so that method-tracing works.
|
1999-02-26 08:17:06 +00:00 |
fur%netscape.com
|
5f83d0ba18
|
Under some circumstances, the monitor around the compiler was being
released even though it was not held.
|
1999-02-26 08:15:03 +00:00 |
rickg%netscape.com
|
7d6d99f72b
|
fix build crash caused by deque API change
|
1999-02-26 07:37:27 +00:00 |
rickg%netscape.com
|
9cec135128
|
attempt to fix build
|
1999-02-26 07:24:27 +00:00 |
rickg%netscape.com
|
191d1e1a16
|
new API on deque to set deallocator
|
1999-02-26 07:23:56 +00:00 |
evaughan%netscape.com
|
ee8ea8e385
|
Fixed up titled button so hover, focus, active, states work.
|
1999-02-26 06:41:10 +00:00 |
rickg%netscape.com
|
b82b092c4b
|
small bug fixes and removal of global statics
|
1999-02-26 06:33:54 +00:00 |
mcafee%netscape.com
|
6ae9ea139d
|
Adding __SVR4 to check for SunOS 4.1.3, wrapping this check into MOZ_MAY_HAVE_DNS. a=spence
|
1999-02-26 06:20:48 +00:00 |
bienvenu%netscape.com
|
7159510352
|
add new hdrs to db and turn on notification by default
|
1999-02-26 06:01:26 +00:00 |
beard%netscape.com
|
7b125831fc
|
Fixing callback typedef, using new NS_CALLBACK macro which will be moved to nsCom.h when it proves itself.
|
1999-02-26 04:30:17 +00:00 |
mscott%netscape.com
|
4cd7e48e24
|
fix clobber rules to correctly clobber resources.
|
1999-02-26 04:22:44 +00:00 |
mscott%netscape.com
|
75fbe33dec
|
Fix build breakage. Change OpenURL signature to take a char * instead of an AutoString because the interface was changed that way.
|
1999-02-26 04:16:59 +00:00 |
mscott%netscape.com
|
08fefec422
|
Fix build breakage remove nsIID.h and nsISupportUtils.h from all interfaces until we can figure out where these files come from. I know this is the wrong long term solution so I'm not even changing the idl files.
|
1999-02-26 04:10:24 +00:00 |
beard%netscape.com
|
542db1f33b
|
Now uses nsGenericFactory to provide factories for NS_ALLOCATOR_CID and NS_GENERICFACTORY_CID.
|
1999-02-26 04:09:51 +00:00 |
mscott%netscape.com
|
6cd4fcb2e9
|
nsFileSpec update.
|
1999-02-26 04:09:39 +00:00 |
mscott%netscape.com
|
82379e7a44
|
Fix build breakage. Many of these interfaces had the constness of arguments removed from them. We need to remove the const char *s and change them to char *s in all of the classes that implement those interfaces....This had a carry over effect of forcing several pieces of code to cast const char *s as char *s. Hopefully we can undo all of these changes when the IDL compiler allows you to have const arguments...
|
1999-02-26 04:09:10 +00:00 |
beard%netscape.com
|
c5acfa1b26
|
Added nsGenericFactory.cpp
|
1999-02-26 04:09:07 +00:00 |
beard%netscape.com
|
f4d7d0b552
|
now implements nsIGenericFactory.
|
1999-02-26 04:08:26 +00:00 |
mscott%netscape.com
|
39ce27a0fd
|
nsFileSpec updates...
|
1999-02-26 04:06:37 +00:00 |
beard%netscape.com
|
5625e6fd65
|
added nsIGenericFactory.h
|
1999-02-26 04:06:13 +00:00 |
beard%netscape.com
|
4dfa40b76e
|
First Checked In.
|
1999-02-26 04:05:14 +00:00 |
beard%netscape.com
|
5cfa6c63fc
|
Added CID() accessor.
|
1999-02-26 04:04:50 +00:00 |
mscott%netscape.com
|
b95bafb164
|
Add parsing code if the id is part of the urlspec. Use mailbox action enum.
|
1999-02-26 04:04:33 +00:00 |
beard%netscape.com
|
185e9f59ea
|
added IID() accessor.
|
1999-02-26 04:04:13 +00:00 |
mscott%netscape.com
|
11a91f0ba8
|
Fix build breakage. Convert char * to a nsstring before passing it to createNode
|
1999-02-26 04:03:44 +00:00 |
mscott%netscape.com
|
63ad167bd2
|
Add enum for mailbox url action type.
|
1999-02-26 04:00:21 +00:00 |
mscott%netscape.com
|
6a7ed6622f
|
Fix build breakage remove nsIID.h and nsISupportUtils.h from all interfaces until we can figure out where these files come from. I know this is the wrong long term solution so I'm not even changing the idl files.
|
1999-02-26 03:59:33 +00:00 |
mscott%netscape.com
|
ab386bd317
|
nsFileSpec updates.
|
1999-02-26 03:58:26 +00:00 |
rjc%netscape.com
|
55a2e56139
|
Forgot to register/deregister RDFCore factory.
|
1999-02-26 03:55:13 +00:00 |
mscott%netscape.com
|
9fc4c60ee5
|
Fix build by exporting nsIMsg.h
|
1999-02-26 03:54:45 +00:00 |
mcafee%netscape.com
|
9e3d172499
|
Switching unix to use PR_Abort().
|
1999-02-26 03:52:37 +00:00 |
mcafee%netscape.com
|
57eb5dae9a
|
Adding do_QueryInterface() to fix Solaris/nxCOMPtr ambiguity.
|
1999-02-26 03:50:37 +00:00 |
mcafee%netscape.com
|
daffb9c226
|
readding my fix that buster whomped.
|
1999-02-26 03:46:08 +00:00 |
troy%netscape.com
|
96d36c557e
|
Added logic to replicate the caption when splitting the table
|
1999-02-26 03:35:22 +00:00 |
bienvenu%netscape.com
|
3294dad74a
|
more reading and writing of toy db
|
1999-02-26 03:25:16 +00:00 |
waterson%netscape.com
|
c932e5ed4c
|
Modified DEFINE_RDF_VOCAB macro so that it doesn't create static constructors on Unix.
|
1999-02-26 03:07:59 +00:00 |
waterson%netscape.com
|
1a5afc6cd4
|
Bug 3302. Fixed DOM calls to effect (more or less) the right change on the content model, modulo Bug 3275. This was causing asserts to fire whenever you called SetAttribute().
|
1999-02-26 03:02:19 +00:00 |
jband%netscape.com
|
af4ea1e85b
|
removed cruft
|
1999-02-26 02:52:48 +00:00 |
hyatt%netscape.com
|
a30445e8ee
|
Preparing expand/collapse so that it works the right way.
|
1999-02-26 02:50:21 +00:00 |
saari%netscape.com
|
17a11f53b6
|
Comment out SetLabel in LoadMenuItem
SetLabel should be called by the call to Create, to which I added the name back in the call.
|
1999-02-26 02:50:09 +00:00 |
brendan%netscape.com
|
cb3cfa2d5e
|
Fix indentation, fiddle to share common fputs string.
|
1999-02-26 02:48:01 +00:00 |
jband%netscape.com
|
118068fa86
|
fixed warnings
|
1999-02-26 02:46:35 +00:00 |