.. |
.cvsignore
|
cvs ignorage for xpcom2 landing
|
1999-05-26 17:51:05 +00:00 |
Makefile.in
|
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.win
|
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 |
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 |
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
|
Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO.
|
1999-08-22 11:25:50 +00:00 |
nsEscape.cpp
|
Landing xpcom20/21 branch.
|
1999-05-26 01:38:36 +00:00 |
nsEscape.h
|
Landing xpcom20/21 branch.
|
1999-05-26 01:38:36 +00:00 |
nsFileSpec.cpp
|
Fixed
|
1999-07-09 03:41:27 +00:00 |
nsFileSpec.h
|
Adding fix for 6181. It is currently ifdef'ed out. Looking for a mac person to
|
1999-08-18 02:17:21 +00:00 |
nsFileSpecBeOS.cpp
|
Fix ResolveSymlink for BeOS (BeOS doesn't have realpath).
|
1999-07-30 12:03:25 +00:00 |
nsFileSpecImpl.cpp
|
Massive spankage to capitalize C++ method and attribute name bindings, per
|
1999-08-25 05:26:25 +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
|
plugged a memory leak in GetCString().
|
1999-08-27 03:47:43 +00:00 |
nsFileSpecOS2.cpp
|
Fix for bug 10177 and 10041.
|
1999-07-26 22:09:42 +00:00 |
nsFileSpecStreaming.cpp
|
Fix build warnings.
|
1999-07-16 21:47:03 +00:00 |
nsFileSpecStreaming.h
|
Landing xpcom20/21 branch.
|
1999-05-26 01:38:36 +00:00 |
nsFileSpecUnix.cpp
|
isHidden was returning backwards results
|
1999-08-24 18:32:06 +00:00 |
nsFileSpecWin.cpp
|
This fixes a nsDirectoryIterator bug that bliz, seth and I were working on last night.
|
1999-07-29 14:24:47 +00:00 |
nsFileStream.cpp
|
Added a null test
|
1999-06-15 09:31:49 +00:00 |
nsFileStream.h
|
bulletproofing changes. check return value and return it if error.
|
1999-07-02 06:31:31 +00:00 |
nsIBaseStream.idl
|
Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO.
|
1999-08-22 11:25:50 +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
|
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 |
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
|
renaming nsIDirectoryIterator.idl to nsIDirectoryEnumerator.idl
|
1999-08-24 20:22:21 +00:00 |
nsIFile.idl
|
more changes based on feedback.
|
1999-08-25 06:11:14 +00:00 |
nsIFileSpec.idl
|
Massive spankage to capitalize C++ method and attribute name bindings, per
|
1999-08-25 05:26:25 +00:00 |
nsIFileStream.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 |
nsIFileStream.h
|
Landing xpcom20/21 branch.
|
1999-05-26 01:38:36 +00:00 |
nsIInputStream.idl
|
Changes to the xpidl compiler -
|
1999-08-10 12:18:01 +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
|
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 |
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 |
nsPipe2.cpp
|
Fixed bug that OnEmpty wasn't called. Fixed bug in Search (it would terminate prematurely on eof).
|
1999-08-27 10:32:45 +00:00 |
nsPipe2.h
|
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 |
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 |
nsSegmentedBuffer.cpp
|
Reset cursors on Empty.
|
1999-08-26 00:25:43 +00:00 |
nsSegmentedBuffer.h
|
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 |
nsSpecialSystemDirectory.cpp
|
Fix for bug 10177 and 10041.
|
1999-07-26 22:09:42 +00:00 |
nsSpecialSystemDirectory.h
|
BeOS changes
|
1999-06-29 10:27:58 +00:00 |
nsStdFileStream.cpp
|
|
|
nsStdFileStream.h
|
BeOS changes
|
1999-06-29 10:27:58 +00:00 |
nsUnicharInputStream.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 |