.. |
.cvsignore
|
cvs ignorage for xpcom2 landing
|
1999-05-26 17:51:05 +00:00 |
Makefile.in
|
Added nsSegmentedBuffer.cpp and nsPipe2.cpp to build.
|
1999-08-10 19:21:17 +00:00 |
makefile.win
|
Added nsSegmentedBuffer.cpp and nsPipe2.cpp to build.
|
1999-08-10 19:21:17 +00:00 |
MANIFEST
|
Added nsSegmentedBuffer.cpp and nsPipe2.cpp to build.
|
1999-08-10 19:21:17 +00:00 |
MANIFEST_IDL
|
adding new stream idl files.
|
1999-06-03 23:03:53 +00:00 |
nsByteBufferInputStream.cpp
|
|nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()|
|
1999-06-29 21:01:31 +00:00 |
nsByteBufferInputStream.h
|
IDLized stream interfaces. Required rename of overloaded Write method (now WriteFrom).
|
1999-06-03 21:50:47 +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
|
remove interface and impl of nsFileSpec::ResolveAlias() because it is obsolete.
|
1999-08-03 04:51:45 +00:00 |
nsFileSpecBeOS.cpp
|
Fix ResolveSymlink for BeOS (BeOS doesn't have realpath).
|
1999-07-30 12:03:25 +00:00 |
nsFileSpecImpl.cpp
|
change the nsIDirectoryIterator::Init interface to match the nsDirectoryIterator ctor: two paramenters, a file spec and a bool for resolveSymlinks. pass in PR_TRUE in the pref and component manager code. this fixes the problem where prefs wouldn't get loaded on the mac!
|
1999-07-27 23:33:54 +00:00 |
nsFileSpecImpl.h
|
change the nsIDirectoryIterator::Init interface to match the nsDirectoryIterator ctor: two paramenters, a file spec and a bool for resolveSymlinks. pass in PR_TRUE in the pref and component manager code. this fixes the problem where prefs wouldn't get loaded on the mac!
|
1999-07-27 23:33:54 +00:00 |
nsFileSpecMac.cpp
|
remove interface and impl of nsFileSpec::ResolveAlias() because it is obsolete.
|
1999-08-03 04:51:45 +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
|
Fix for SCO OpenServer.
|
1999-07-31 19:33:36 +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
|
Added a new stream return code - NS_BASE_STREAM_FULL. This is returned when a stream is full and must be read before more data can be added...
|
1999-06-12 08:50:24 +00:00 |
nsIBufferInputStream.idl
|
Removed obsolete Fill methods. Added NonBlocking attribute.
|
1999-07-10 11:27:11 +00:00 |
nsIBufferOutputStream.idl
|
Removed obsolete Fill methods. Added NonBlocking attribute.
|
1999-07-10 11:27:11 +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 |
nsIFileSpec.idl
|
Changing nonscriptable to noscript.
|
1999-07-31 17:37:29 +00:00 |
nsIFileStream.cpp
|
fix constructor warning
|
1999-08-07 20:06:38 +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 |
nsIStringStream.cpp
|
Fix for bug 9007 submitted by david.gardiner@unisa.edu.au.
|
1999-08-10 23:00:53 +00:00 |
nsIStringStream.h
|
Landing xpcom20/21 branch.
|
1999-05-26 01:38:36 +00:00 |
nsIUnicharInputStream.h
|
IDLized stream interfaces. Required rename of overloaded Write method (now WriteFrom).
|
1999-06-03 21:50:47 +00:00 |
nsPipe2.cpp
|
Removed crtdbg.h
|
1999-08-10 20:30:45 +00:00 |
nsPipe2.h
|
Added new pipe implementation -- simpler and faster.
|
1999-08-10 19:18:39 +00:00 |
nsPipe.cpp
|
Made Read return as soon as it's got something, rather than waiting until the buffer is full.
|
1999-08-10 19:13:48 +00:00 |
nsSegmentedBuffer.cpp
|
Added new pipe implementation -- simpler and faster.
|
1999-08-10 19:18:39 +00:00 |
nsSegmentedBuffer.h
|
Added new pipe implementation -- simpler and faster.
|
1999-08-10 19:18:39 +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
|
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
|
CID not IID!
|
1999-07-22 07:33:24 +00:00 |