pjs/xpcom/io
conrad%ingress.com 4ab731af32 1. Added Get/SetPersistentDescriptor. Use this instead of GetPath/InitWithPath. 2. It is now possible to pass nsnull for the path param to NS_NewLocalFile(). This allows one to create an unspecified file. r = dougt 2000-07-17 15:03:05 +00:00
..
.cvsignore
MANIFEST Added "nsStringIO.h" to exports. r=hyatt 2000-05-12 07:46:13 +00:00
MANIFEST_IDL Enabling ByteArrayInputStream. Needed to fix 32600, r=warren 2000-03-22 02:50:56 +00:00
Makefile.in Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
macDirectoryCopy.c bug #42100, Carbon compatibility. r=gordon, saari, pinkerton, sfraser 2000-06-20 23:10:06 +00:00
macDirectoryCopy.h First Checked In. 2000-04-03 01:50:18 +00:00
makefile.win Added "nsStringIO.h" to exports. r=hyatt 2000-05-12 07:46:13 +00:00
nsAppFileLocationProvider.cpp First checkin - Not yet part of build. 2000-07-16 14:20:33 +00:00
nsAppFileLocationProvider.h First checkin - Not yet part of build. 2000-07-16 14:20:33 +00:00
nsBinaryStream.cpp Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
nsBinaryStream.h
nsByteArrayInputStream.cpp Partial fix for 41248. Check for the buffer being null and assert, but don't 2000-06-10 02:11:04 +00:00
nsByteArrayInputStream.h Enabling ByteArrayInputStream. Needed to fix 32600, r=warren 2000-03-22 02:50:56 +00:00
nsDirectoryService.cpp #42637 2000-06-27 21:23:51 +00:00
nsDirectoryService.h #42637 2000-06-27 21:23:51 +00:00
nsEscape.cpp Added PRUnichar version of escape function, bug 34373, r=rhp, a=bobj. 2000-06-05 22:01:32 +00:00
nsEscape.h Added PRUnichar version of escape function, bug 34373, r=rhp, a=bobj. 2000-06-05 22:01:32 +00:00
nsFileSpec.cpp bug 40750. 2000-07-12 23:31:31 +00:00
nsFileSpec.h checked in warren's patch to remove circular memory leak in directory service 2000-04-25 01:48:02 +00:00
nsFileSpecBeOS.cpp Removed extra & as suggested by Matthew Z. on m.beos. 2000-04-21 21:03:56 +00:00
nsFileSpecImpl.cpp checked in warren's patch to remove circular memory leak in directory service 2000-04-25 01:48:02 +00:00
nsFileSpecImpl.h
nsFileSpecMac.cpp missed commenting out two assertions which will cause mac and OS2 users 2000-04-25 18:16:16 +00:00
nsFileSpecOS2.cpp #42637 2000-06-28 14:50:12 +00:00
nsFileSpecStreaming.cpp
nsFileSpecStreaming.h
nsFileSpecUnix.cpp changes to let us build on MacOS X 2000-03-11 03:08:04 +00:00
nsFileSpecWin.cpp checked in warren's patch to remove circular memory leak in directory service 2000-04-25 01:48:02 +00:00
nsFileStream.cpp
nsFileStream.h
nsIBaseStream.idl
nsIBinaryInputStream.idl
nsIBinaryOutputStream.idl
nsIBufferInputStream.idl Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
nsIBufferOutputStream.idl Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
nsIByteArrayInputStream.idl Add ByteArrayInoutStream. Not part of the build yet 2000-03-22 00:48:48 +00:00
nsIDirectoryService.idl
nsIFile.idl nsIFile unique file creation is racy and insecure 2000-06-24 01:50:53 +00:00
nsIFileSpec.idl checked in warren's patch to remove circular memory leak in directory service 2000-04-25 01:48:02 +00:00
nsIFileStream.cpp bug #42100, Carbon compatibility. r=gordon, saari, pinkerton, sfraser 2000-06-20 23:10:06 +00:00
nsIFileStream.h
nsIInputStream.idl Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
nsILocalFile.idl Added Get/SetPersistentDescriptor method. Use this instead of GetPath/InitWithPath. 2000-07-17 14:57:14 +00:00
nsILocalFileMac.h bug 40750. 2000-07-12 23:31:31 +00:00
nsIOutputStream.idl
nsIPipe.idl Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
nsIScriptableInputStream.idl
nsIStorageStream.idl Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
nsIStringStream.cpp Un-inline a bunch of methods that wouldn't have been inlined anyway because they are virtual. Just tidyup. 2000-05-17 01:53:21 +00:00
nsIStringStream.h 28412 metaDataLength is wrong in nsCachedNetData::Deserialize. Add routines to build stream from char* and length 2000-04-19 04:54:53 +00:00
nsIUnicharInputStream.h
nsLinebreakConverter.cpp Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
nsLinebreakConverter.h
nsLocalFile.h # 34082 2000-05-02 23:14:31 +00:00
nsLocalFileCommon.cpp bug 40750. 2000-07-12 23:31:31 +00:00
nsLocalFileMac.cpp 1. Added Get/SetPersistentDescriptor. Use this instead of GetPath/InitWithPath. 2. It is now possible to pass nsnull for the path param to NS_NewLocalFile(). This allows one to create an unspecified file. r = dougt 2000-07-17 15:03:05 +00:00
nsLocalFileMac.h bug 40750. 2000-07-12 23:31:31 +00:00
nsLocalFileOS2.cpp Added Get/SetPersistentDescriptor. Use this instead of GetPath/InitWithPath. r = dougt 2000-07-17 15:01:10 +00:00
nsLocalFileOS2.h bug 40750. 2000-07-12 23:31:31 +00:00
nsLocalFileUnix.cpp 1. Added Get/SetPersistentDescriptor. Use this instead of GetPath/InitWithPath. 2. It is now possible to pass nsnull for the path param to NS_NewLocalFile(). This allows one to create an unspecified file. r = dougt 2000-07-17 15:03:05 +00:00
nsLocalFileUnix.h
nsLocalFileWin.cpp 1. Added Get/SetPersistentDescriptor. Use this instead of GetPath/InitWithPath. 2. It is now possible to pass nsnull for the path param to NS_NewLocalFile(). This allows one to create an unspecified file. r = dougt 2000-07-17 15:03:05 +00:00
nsLocalFileWin.h bug 40750. 2000-07-12 23:31:31 +00:00
nsPipe2.cpp Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
nsScriptableInputStream.cpp Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
nsScriptableInputStream.h
nsSegmentedBuffer.cpp Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
nsSegmentedBuffer.h Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
nsSpecialSystemDirectory.cpp #42637 2000-06-27 21:23:51 +00:00
nsSpecialSystemDirectory.h #42637 2000-06-27 21:23:51 +00:00
nsStdFileStream.cpp
nsStdFileStream.h
nsStorageStream.cpp Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
nsStorageStream.h Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
nsStringIO.h fixed non-standard include-guard. This file is not currently part of the build 2000-05-20 20:48:12 +00:00
nsUnicharInputStream.cpp Standalone xpcom. 2000-05-14 22:46:24 +00:00