..
.cvsignore
cvs ignorage for xpcom2 landing
1999-05-26 17:51:05 +00:00
MANIFEST
Added nsSegmentedBuffer.cpp and nsPipe2.cpp to build.
1999-08-10 19:21:17 +00:00
MANIFEST_IDL
Added nsIPipe.idl, replacing nsPipe2.h. Fixed up some nsPipe2.cpp problems. Fixed bug in nsSegmentedBuffer segment growth. Extended TestPipes test case to cover much much more.
1999-08-24 08:45:17 +00:00
Makefile.in
General cleanup.
1999-09-18 02:12:56 +00:00
makefile.win
Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked.
1999-09-09 22:05:05 +00:00
nsByteBufferInputStream.cpp
got rid of |NS_IMPL_ISUPPORTS|, where possible, in favor of |NS_IMPL_ISUPPORTS0| or ...1 according to the specific use; got rid of |NS_DEFINE_IID| where possible, or where it should have been |NS_DEFINE_CID|; fixed bad implementations of |QueryInterface|, where possible. Built, tested apprunner, reviewed the changes with hyatt (since he was around to look) before checking in
1999-08-23 10:14:16 +00:00
nsByteBufferInputStream.h
Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked.
1999-09-09 22:05:05 +00:00
nsEscape.cpp
Use nsAllocator. Some comments tweaked.
1999-09-04 16:33:12 +00:00
nsEscape.h
Use nsAllocator. Some comments tweaked.
1999-09-04 16:33:12 +00:00
nsFileSpec.cpp
Fix for bugs 15795 and 16090 -- fix startup crash which was due to an uninitialized nsFileSpec trashing the stack. Also no longer set mError on CreateDirectory if the dir already exists, prevent += "foo" when mError is set, and add assertions XP to catch calls with NULL strings.
reviewed by dougt and (in part) sspitzer. a=leaf.
1999-10-11 21:19:06 +00:00
nsFileSpec.h
Changing nsFileSpec Copy and Move function names to match their
1999-10-21 00:40:39 +00:00
nsFileSpecBeOS.cpp
Changing nsFileSpec Copy and Move function names to match their
1999-10-21 00:40:39 +00:00
nsFileSpecImpl.cpp
Changing nsFileSpec Copy and Move function names to match their
1999-10-21 00:40:39 +00:00
nsFileSpecImpl.h
Massive spankage to capitalize C++ method and attribute name bindings, per
1999-08-25 05:26:25 +00:00
nsFileSpecMac.cpp
Changing nsFileSpec Copy and Move function names to match their
1999-10-21 00:40:39 +00:00
nsFileSpecOS2.cpp
Changing nsFileSpec Copy and Move function names to match their
1999-10-21 00:40:39 +00:00
nsFileSpecStreaming.cpp
Fix for bugs 15795 and 16090 -- fix startup crash which was due to an uninitialized nsFileSpec trashing the stack. Also no longer set mError on CreateDirectory if the dir already exists, prevent += "foo" when mError is set, and add assertions XP to catch calls with NULL strings.
reviewed by dougt and (in part) sspitzer. a=leaf.
1999-10-11 21:19:06 +00:00
nsFileSpecStreaming.h
Landing xpcom20/21 branch.
1999-05-26 01:38:36 +00:00
nsFileSpecUnix.cpp
Changing nsFileSpec Copy and Move function names to match their
1999-10-21 00:40:39 +00:00
nsFileSpecWin.cpp
Changing nsFileSpec Copy and Move function names to match their
1999-10-21 00:40:39 +00:00
nsFileStream.cpp
Use CR for line termination on Macintosh, and don't call flush() for an endl. r dougt.
1999-10-05 03:00:13 +00:00
nsFileStream.h
fix 14544 pop move msg filters broken r=dougt a=chofman
1999-09-23 04:18:00 +00:00
nsIBaseStream.idl
Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked.
1999-09-09 22:05:05 +00:00
nsIBufferInputStream.idl
Added nsIPipe.idl, replacing nsPipe2.h. Fixed up some nsPipe2.cpp problems. Fixed bug in nsSegmentedBuffer segment growth. Extended TestPipes test case to cover much much more.
1999-08-24 08:45:17 +00:00
nsIBufferOutputStream.idl
Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked.
1999-09-09 22:05:05 +00:00
nsIByteBufferInputStream.h
IDLized stream interfaces. Required rename of overloaded Write method (now WriteFrom). Added nsIBufferInputStream for peek capability.
1999-06-03 21:51:09 +00:00
nsIDirectoryEnumerator.idl
removing const from nsIFile types
1999-09-20 21:48:30 +00:00
nsIFile.idl
removing const from nsIFile types
1999-09-20 21:48:30 +00:00
nsIFileSpec.idl
changing GetDiskSpaceAvailable to return a signed 64 bit value
1999-09-10 20:03:56 +00:00
nsIFileStream.cpp
Fix for bugs 15795 and 16090 -- fix startup crash which was due to an uninitialized nsFileSpec trashing the stack. Also no longer set mError on CreateDirectory if the dir already exists, prevent += "foo" when mError is set, and add assertions XP to catch calls with NULL strings.
reviewed by dougt and (in part) sspitzer. a=leaf.
1999-10-11 21:19:06 +00:00
nsIFileStream.h
Adding buffered output to nsIFileStream.
1999-09-08 20:12:35 +00:00
nsIInputStream.idl
Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked.
1999-09-09 22:05:05 +00:00
nsIOutputStream.idl
Moved WriteFrom to nsIBufferOutputStream. Made necko pass around buffer streams.
1999-06-08 20:57:32 +00:00
nsIPipe.idl
Added -- supercedes nsIBuffer.h
1999-08-24 04:54:56 +00:00
nsIStringStream.cpp
Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked.
1999-09-09 22:05:05 +00:00
nsIStringStream.h
Landing xpcom20/21 branch.
1999-05-26 01:38:36 +00:00
nsIUnicharInputStream.h
Added |GetIID|
1999-08-22 20:54:08 +00:00
nsPipe.cpp
Added nsIPipe.idl, replacing nsPipe2.h. Fixed up some nsPipe2.cpp problems. Fixed bug in nsSegmentedBuffer segment growth. Extended TestPipes test case to cover much much more.
1999-08-24 08:45:17 +00:00
nsPipe2.cpp
Bug #14612 . I'm checking this in for warren. r=mscott
1999-10-08 02:03:34 +00:00
nsPipe2.h
Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked.
1999-09-09 22:05:05 +00:00
nsSegmentedBuffer.cpp
Reset cursors on Empty.
1999-08-26 00:25:43 +00:00
nsSegmentedBuffer.h
Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage
1999-10-08 20:41:19 +00:00
nsSpecialSystemDirectory.cpp
fixing bug #16064 . checking in for dveditz@netscape.com. r=ssu@netscape.com. This fixes the crash under win98 when running from the windows installer.
1999-10-14 03:26:22 +00:00
nsSpecialSystemDirectory.h
Adding Set() to configure component directory and registry
1999-09-16 19:08:31 +00:00
nsStdFileStream.cpp
First Checked In.
1998-12-18 22:38:28 +00:00
nsStdFileStream.h
BeOS changes
1999-06-29 10:27:58 +00:00
nsUnicharInputStream.cpp
Cleaned up, using NS_WITH_SERVICE
1999-09-26 10:05:06 +00:00