gecko-dev/xpcom/io
2000-02-11 01:08:56 +00:00
..
.cvsignore
Makefile.in Landing nsIFile. 2000-01-24 21:28:28 +00:00
makefile.win Landing nsIFile. 2000-01-24 21:28:28 +00:00
MANIFEST Landing nsIFile. 2000-01-24 21:28:28 +00:00
MANIFEST_IDL Landing nsIFile. 2000-01-24 21:28:28 +00:00
nsBinaryStream.cpp
nsBinaryStream.h
nsDirectoryService.cpp bustage fix. r=dougt 2000-01-25 22:35:47 +00:00
nsDirectoryService.h Landing nsIFile. 2000-01-24 21:28:28 +00:00
nsEscape.cpp
nsEscape.h
nsFileSpec.cpp Added a function to return path name in unicode, contributed by m_kato@ga2.so-net.ne.jp, edited by nhotta, bug 22863, r=ftang. 2000-02-11 01:08:56 +00:00
nsFileSpec.h Added a function to return path name in unicode, contributed by m_kato@ga2.so-net.ne.jp, edited by nhotta, bug 22863, r=ftang. 2000-02-11 01:08:56 +00:00
nsFileSpecBeOS.cpp
nsFileSpecImpl.cpp Landing nsIFile. 2000-01-24 21:28:28 +00:00
nsFileSpecImpl.h
nsFileSpecMac.cpp Test that the filespec has been initialized, before using it to delete entire directory trees. Blocker. r=Ben_Goodger, a=leaf 2000-02-03 20:49:40 +00:00
nsFileSpecOS2.cpp
nsFileSpecStreaming.cpp
nsFileSpecStreaming.h
nsFileSpecUnix.cpp
nsFileSpecWin.cpp added quoting so we can execute windows files with spaces in their names -- such as anything in a subdir of 'Program Files' 2000-02-06 10:09:16 +00:00
nsFileStream.cpp Only a read of 0 means EOF. r=dougt 2000-02-11 00:50:58 +00:00
nsFileStream.h
nsIBaseStream.idl Landing nsIFile. 2000-01-24 21:28:28 +00:00
nsIBinaryInputStream.idl
nsIBinaryOutputStream.idl
nsIBufferInputStream.idl
nsIBufferOutputStream.idl
nsIDirectoryEnumerator.idl
nsIFile.idl Added comment warning that the file size attribute only deals with the data fork on the Mac and point to Mac specific interface for dealing with the size of the combined forks. r=none as this is just cleanup. 2000-02-04 23:06:56 +00:00
nsIFileSpec.idl
nsIFileStream.cpp
nsIFileStream.h
nsIInputStream.idl
nsILocalFile.idl Fixing dll exports for NS_NewLocalFile() 2000-01-28 23:35:55 +00:00
nsILocalFileMac.h nsLocalFileMac work. Added GetFileSizeWithResFork() method for callers that need to account for the total size of a Mac file (GetFileSize() only returns the size of the data fork). r=pinkerton 2000-02-04 07:17:36 +00:00
nsIOutputStream.idl
nsIPipe.idl
nsIScriptableInputStream.idl
nsIStorageStream.idl
nsIStringStream.cpp fix the case where the char stream impl reallocated its buffer to accomodate data > 256 bytes. mLength wasn't set (at all) so the memcpy() copied nothing into the new buffer. 2000-01-13 02:00:57 +00:00
nsIStringStream.h
nsIUnicharInputStream.h
nsLinebreakConverter.cpp
nsLinebreakConverter.h
nsLocalFile.h Landing nsIFile. 2000-01-24 21:28:28 +00:00
nsLocalFileMac.cpp nsLocalFileMac work. Added GetFileSizeWithResFork() method for callers that need to account for the total size of a Mac file (GetFileSize() only returns the size of the data fork). r=pinkerton 2000-02-04 07:17:36 +00:00
nsLocalFileMac.h nsLocalFileMac work. Added GetFileSizeWithResFork() method for callers that need to account for the total size of a Mac file (GetFileSize() only returns the size of the data fork). r=pinkerton 2000-02-04 07:17:36 +00:00
nsLocalFileUnix.cpp Make filespec comparisons case-blind for OpenVMS. Fix build problem for OpenVMS. r=dougt 2000-02-10 10:54:55 +00:00
nsLocalFileUnix.h fix build breakage on platforms with out ENOLINK 2000-01-28 23:09:58 +00:00
nsLocalFileWin.cpp Since we are only getting information about this file, we should no pass the 2000-01-31 23:07:35 +00:00
nsLocalFileWin.h Fix VC 5.0 build bustage r=dougt, harishd 2000-01-28 00:41:06 +00:00
nsPipe2.cpp Back out the changes to the pipe code to fix regression bugs: 26533 and one i forgot the number of. =) 2000-02-04 21:45:46 +00:00
nsScriptableInputStream.cpp
nsScriptableInputStream.h
nsSegmentedBuffer.cpp
nsSegmentedBuffer.h
nsSpecialSystemDirectory.cpp Fix for bug 26816. submitted by bns_robson@hotmail.com. windows only. 2000-02-08 04:25:00 +00:00
nsSpecialSystemDirectory.h
nsStdFileStream.cpp
nsStdFileStream.h
nsStorageStream.cpp Fix for bugs 24008 and 23849 -- needed to keep mSegmentEnd and mWriteCursor in sync for out-of-memory case. a=chofmann r=fur,gordon 2000-01-21 23:16:35 +00:00
nsStorageStream.h
nsUnicharInputStream.cpp