mcafee%netscape.com
|
fabaa074ad
|
Renaming nsQuickSort to NS_QuickSort so it doesn't look like a class name. r=brendan@netscape.com
|
1999-05-10 06:47:04 +00:00 |
mcafee%netscape.com
|
1e9ab980a4
|
Class nsprPath has been renamed to nsNSPRPath; straggler references were being converted with a typedef, this was confusing Solaris, so I'm converting all nsprPath references to the new name, hope that's Ok.
|
1999-05-10 05:34:26 +00:00 |
mcmullen%netscape.com
|
f1f7a55308
|
Fix nsFileSpec to take native paths in constructors and assignment operators. Fix += to work with relative paths on Macintosh. Remove dependency of nsFileSpec on streams (so that dp can move nsFileSpec).
|
1999-05-08 01:18:23 +00:00 |
mcmullen%netscape.com
|
8ffb91bdf1
|
Updated a comment.
|
1999-05-08 00:21:46 +00:00 |
mcmullen%netscape.com
|
812700de25
|
Added nsFileSpecStreaming.h
|
1999-05-08 00:20:15 +00:00 |
mcmullen%netscape.com
|
92574668b3
|
First Checked In.
|
1999-05-07 22:03:31 +00:00 |
hshaw%netscape.com
|
70983807f0
|
Add nsIByteBufferInputStream.h and nsIThread.h to export list
|
1999-05-04 03:15:41 +00:00 |
warren%netscape.com
|
09b07809c1
|
Added include for nsError.h to get nsresult.
|
1999-04-30 23:49:30 +00:00 |
warren%netscape.com
|
cc1333535a
|
Made Notify and Wait methods return nsresult.
|
1999-04-30 22:55:16 +00:00 |
warren%netscape.com
|
9c928248b7
|
Added page manager, buffer, buffer streams and pipes stuff.
|
1999-04-30 22:55:12 +00:00 |
sfraser%netscape.com
|
803f8637c3
|
Remove errant semicolons.
|
1999-04-27 04:04:24 +00:00 |
mcmullen%netscape.com
|
42c26e2cf9
|
Checkin based on patches submitted by Michael Lowe - #5473. Adds support for a large number of special windows directories.
|
1999-04-26 22:20:23 +00:00 |
mcmullen%netscape.com
|
e5e977358e
|
Leakage and mismatch of allocate/free methods (patches submitted by Bruce Mitchener). Bug #5140.
|
1999-04-26 19:05:00 +00:00 |
bruce%cybersight.com
|
6b1cb6c501
|
Fix for a comment.
|
1999-04-25 13:31:05 +00:00 |
scc%netscape.com
|
c77df52aa7
|
removed the non-|const| version of |nsAutoCString::operator const char*| since the const version serves in both |const| and non-|const| situations, and will be ambiguous to many compilers.
|
1999-04-24 18:40:36 +00:00 |
mcmullen%netscape.com
|
2b9b0a6cd3
|
Made GetCatInfo method public (XP_MAC only)
|
1999-04-23 17:18:24 +00:00 |
bruce%cybersight.com
|
b921f69928
|
Removing a spurious comma, fixing AIX and HP-UX build bustage. I don't see why this code should've compiled for anyone.
|
1999-04-23 04:15:50 +00:00 |
warren%netscape.com
|
d5baf9b75e
|
Added variant and scriptable.
|
1999-04-22 08:27:34 +00:00 |
warren%netscape.com
|
91d0be4809
|
Started factoring nsIPersistentProperties from nsIProperties.
|
1999-04-22 07:32:51 +00:00 |
warren%netscape.com
|
329d00e493
|
Added Write(nsIInputStream) and Flush to nsIOutputStream.
|
1999-04-22 07:31:03 +00:00 |
warren%netscape.com
|
16fb99f467
|
Added nsIVariant and nsIScritable (for RDF).
|
1999-04-22 07:30:35 +00:00 |
sfraser%netscape.com
|
a046a5b92a
|
Look for types.h in the system headers.
|
1999-04-22 04:34:59 +00:00 |
warren%netscape.com
|
187631ef17
|
Added nsAutoMonitor
|
1999-04-22 04:12:08 +00:00 |
mcmullen%netscape.com
|
4efbbee451
|
Oops.
|
1999-04-20 19:31:11 +00:00 |
neeti%netscape.com
|
2c01a9790e
|
implemented wrapper funtions to make GetObserverList private.
|
1999-04-20 14:50:47 +00:00 |
mcmullen%netscape.com
|
9726731289
|
Added unix home directory
|
1999-04-15 22:45:41 +00:00 |
sfraser%netscape.com
|
2f546f203d
|
Warning elimination (remove extra ; )
|
1999-04-15 19:54:27 +00:00 |
sfraser%netscape.com
|
7509fa995a
|
Warning elimination (delete extra ; )
|
1999-04-15 19:53:35 +00:00 |
dougt%netscape.com
|
10c079470d
|
Now using PL_* functions in nsprPath()
ifdef'ing the deallocation of nsprPath()
|
1999-04-15 19:39:23 +00:00 |
mcmullen%netscape.com
|
8a002d9b23
|
Fixed two warnings and added a method with a shorter name because of bug in VC++ compiler
|
1999-04-15 01:11:42 +00:00 |
mcmullen%netscape.com
|
82df0f6471
|
Fixed compiler warning.
|
1999-04-15 01:07:20 +00:00 |
beard%netscape.com
|
6db7f132d5
|
sorry, size_t != unsigned int, made declarations consistent to fix later link errors.
|
1999-04-14 04:19:42 +00:00 |
alecf%netscape.com
|
1d8ac0d5c2
|
export this symbol correctly
|
1999-04-13 22:16:52 +00:00 |
gordon%netscape.com
|
818eafc444
|
Add nsIThread.h and nsIByteBufferInputStream.h for network update.
|
1999-04-13 21:16:24 +00:00 |
alecf%netscape.com
|
26fc4d1cd6
|
export nsQuickSort.h for mac build
|
1999-04-13 20:06:55 +00:00 |
alecf%netscape.com
|
ba6a24ab77
|
add quicksort to windows build
|
1999-04-13 19:07:43 +00:00 |
alecf%netscape.com
|
ec4767bf21
|
add quicksort implementation to base
(Thanks to Regents of CA and the RDF team)
|
1999-04-13 19:03:45 +00:00 |
warren%netscape.com
|
14d3585596
|
Added NS_NewPipe and cleaned up ByteBufferInputStreams.
|
1999-04-13 18:17:29 +00:00 |
warren%netscape.com
|
c42f0d5d08
|
Fixed thread problems.
|
1999-04-13 18:15:27 +00:00 |
rhp%netscape.com
|
25c7fb4db1
|
Added nsEscapeHTML() function
|
1999-04-12 20:23:21 +00:00 |
waterson%netscape.com
|
9cfb6872c9
|
Added observer interfaces.
|
1999-04-12 18:46:49 +00:00 |
waterson%netscape.com
|
a7b582b241
|
Added nsIObserverService, nsIObserverList, and nsIObserver to exports.
|
1999-04-12 18:11:47 +00:00 |
ducarroz%netscape.com
|
9741017840
|
added nsEscape.h, nsStdFileStream.h needed by mailnews
|
1999-04-10 01:20:02 +00:00 |
dougt%netscape.com
|
e68895186c
|
Adding nsprPath class.
Changing comments to reflect the real world.
|
1999-04-10 00:27:09 +00:00 |
neeti%netscape.com
|
3e2bd49cad
|
initial checkin for ObserverService api
|
1999-04-06 20:54:09 +00:00 |
warren%netscape.com
|
47085e4f4f
|
Added GetIThread method
|
1999-04-06 06:09:15 +00:00 |
warren%netscape.com
|
8b3e95cfa2
|
Added nsIByteBufferInputStream.
|
1999-04-06 01:43:52 +00:00 |
warren%netscape.com
|
a89a6c1a63
|
Fixed thread pool shutdown.
|
1999-04-06 01:42:01 +00:00 |
warren%netscape.com
|
ed17a5b85d
|
Mostly works now, except for nsIThreadPool::Join
|
1999-04-05 21:02:24 +00:00 |
dp%netscape.com
|
169bb17915
|
Added Current Working Directory
|
1999-04-03 17:17:49 +00:00 |