gecko-dev/xpcom/io
2000-08-20 07:33:54 +00:00
..
.cvsignore
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.in Adding nsDirectoryServiceDefs.h, fixing whitespace problems. This would have become linux bustage later. 2000-08-10 04:53:37 +00:00
makefile.win Export of nsDirectoryServiceDefs.h r=valeski 2000-08-10 04:12:16 +00:00
MANIFEST Added nsDirectoryServiceDefs.h 2000-08-10 04:37:43 +00:00
MANIFEST_IDL Enabling ByteArrayInputStream. Needed to fix 32600, r=warren 2000-03-22 02:50:56 +00:00
nsAppDirectoryServiceDefs.h Fix build warning, trailing slash looks run-on comment to the egcs compiler. 2000-08-17 01:53:59 +00:00
nsAppFileLocationProvider.cpp fixing windows hatred of goto inits 2000-08-10 05:23:05 +00:00
nsAppFileLocationProvider.h More double-space lossage, whitespace change only. 2000-08-10 08:16:40 +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 In support of bug #8305 (Implement cache) 1999-11-21 08:01:08 +00:00
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 OS/2 Tinderbox break 2000-08-17 03:18:03 +00:00
nsDirectoryService.h Fixing bug 46320. Reducing the number of global files by moving profile registry to product sub-directory under HOME. r=dougt 2000-08-16 22:40:27 +00:00
nsDirectoryServiceDefs.h Fixing bug 46320. Reducing the number of global files by moving profile registry to product sub-directory under HOME. r=dougt 2000-08-16 22:40:27 +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 Set sane directory permissions on creation. Partial fix for 43091. r=dougt 2000-08-04 22:13:10 +00:00
nsFileSpecWin.cpp Set sane directory permissions on creation. Partial fix for 43091. r=dougt 2000-08-04 22:13:10 +00:00
nsFileStream.cpp r,a=brendan@mozilla.org 24052 2000-07-21 22:16:18 +00:00
nsFileStream.h r,a=brendan@mozilla.org 24052 2000-07-21 22:16:18 +00:00
nsIBaseStream.idl Landing nsIFile. 2000-01-24 21:28:28 +00:00
nsIBinaryInputStream.idl Bug #8305 (Implement cache), r: valeski, rickg 1999-11-16 19:12:41 +00:00
nsIBinaryOutputStream.idl Bug #8305 (Implement cache), r: valeski, rickg 1999-11-16 19:12:41 +00:00
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 Fixing bug 46320. Reducing the number of global files by moving profile registry to product sub-directory under HOME. r=dougt 2000-08-16 22:40:27 +00:00
nsIFile.idl nsIFile unique file creation is racy and insecure 2000-06-24 01:50:53 +00:00
nsIFileSpec.idl Rectify // comment to /** comment 2000-08-18 01:09:29 +00:00
nsIFileStream.cpp r,a=brendan@mozilla.org 24052 2000-07-31 03:46:22 +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 r=mcafee. 20677 assistance. We now have a scriptable input stream implementation and interface for js. Hurray! 1999-12-04 20:29:42 +00:00
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 First Checked In. 1999-12-01 22:21:30 +00:00
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 landing branch fix to trunk. Bug #47248 ---> Fix GetParent such that if appendedPath is an empy string we treat it the same as if it were null and create a dummy path. r=dougt 2000-08-03 22:13:34 +00:00
nsLocalFileMac.h bug 40750. 2000-07-12 23:31:31 +00:00
nsLocalFileOS2.cpp #45690 2000-07-20 14:54:24 +00:00
nsLocalFileOS2.h bug 40750. 2000-07-12 23:31:31 +00:00
nsLocalFileUnix.cpp fixing code that relied on implicit string construction 2000-08-20 07:18:09 +00:00
nsLocalFileUnix.h fix build breakage on platforms with out ENOLINK 2000-01-28 23:09:58 +00:00
nsLocalFileWin.cpp fixing code that relied on implicit string construction 2000-08-20 07:33:54 +00:00
nsLocalFileWin.h bug 40750. 2000-07-12 23:31:31 +00:00
nsPipe2.cpp Deathgrip the output stream during WriteSegments to prevent bug 46267. This is a temporary patch to stop a common startup crash, until the real underlying cause is found. r=ruslan 2000-08-01 21:33:36 +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 r=mcafee. 20677 assistance. We now have a scriptable input stream implementation and interface for js. Hurray! 1999-12-04 20:29:42 +00:00
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 Fixing bug 46320. Reducing the number of global files by moving profile registry to product sub-directory under HOME. r=dougt 2000-08-16 22:40:27 +00:00
nsSpecialSystemDirectory.h #42637 2000-06-27 21:23:51 +00:00
nsStdFileStream.cpp
nsStdFileStream.h # 25555 2000-02-29 21:27:02 +00:00
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