gecko-dev/xpcom/io
naving%netscape.com 0ec61c69d9 #69862, r=bienvenu sr=scc. Close the stream in the destructor. 2001-03-12 22:46:41 +00:00
..
.cvsignore
MANIFEST Fix for bug 64501 - allow embedding apps to specify app registry location. Moves appfilelocprovider into xpcom. r=dougt@netscape.com, sr=brendan@mozilla.org 2001-01-18 22:51:57 +00:00
MANIFEST_IDL Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
Makefile.in Added interface and implementation for tee'ing off an input stream read to 2001-03-02 06:10:00 +00:00
macDirectoryCopy.c
macDirectoryCopy.h
makefile.win Win bustage - there was still an extra character in the file 2001-03-06 23:05:54 +00:00
nsAppDirectoryServiceDefs.h Fix for bug 64501 - allow embedding apps to specify app registry location. Moves appfilelocprovider into xpcom. r=dougt@netscape.com, sr=brendan@mozilla.org 2001-01-18 22:51:57 +00:00
nsAppFileLocationProvider.cpp Bug 65907 - remove dependency on chrome from XPCOM. r=racham@netscape.com,tao@netscape.com, cls@seawood.org, sr=hyatt@netscape.com 2001-02-06 15:41:37 +00:00
nsAppFileLocationProvider.h Fix for bug 64501 - allow embedding apps to specify app registry location. Moves appfilelocprovider into xpcom. r=dougt@netscape.com, sr=brendan@mozilla.org 2001-01-18 22:51:57 +00:00
nsBinaryStream.cpp fix for #45797 - fix NS_IMPL_ISUPPORTS consumers 2000-11-17 03:41:41 +00:00
nsBinaryStream.h
nsByteArrayInputStream.cpp Implementation of ReadSegments to support less copying in the parser. r=rpotts, sr=jst 2000-12-12 21:57:47 +00:00
nsByteArrayInputStream.h
nsDirectoryService.cpp Fix for bug 64501 - allow embedding apps to specify app registry location. Moves appfilelocprovider into xpcom. r=dougt@netscape.com, sr=brendan@mozilla.org 2001-01-18 22:51:57 +00:00
nsDirectoryService.h Fix for bug 64501 - allow embedding apps to specify app registry location. Moves appfilelocprovider into xpcom. r=dougt@netscape.com, sr=brendan@mozilla.org 2001-01-18 22:51:57 +00:00
nsDirectoryServiceDefs.h Stupid misspelling 2001-01-29 23:35:54 +00:00
nsEscape.cpp Rolling in the last of the NOXIF changes from the Netscape 6 branch, code mostly written by jfrancis. Fixes bugs 50742, 55806, 56000 and 55669. sr=kin, scc. r=kandrot, jst. 2000-10-11 22:50:14 +00:00
nsEscape.h Rolling in the last of the NOXIF changes from the Netscape 6 branch, code mostly written by jfrancis. Fixes bugs 50742, 55806, 56000 and 55669. sr=kin, scc. r=kandrot, jst. 2000-10-11 22:50:14 +00:00
nsFileSpec.cpp r=dougt, a=blizzard 2001-02-07 04:32:24 +00:00
nsFileSpec.h #56767 2000-11-28 23:27:38 +00:00
nsFileSpecBeOS.cpp Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
nsFileSpecImpl.cpp
nsFileSpecImpl.h
nsFileSpecMac.cpp
nsFileSpecOS2.cpp r=mkaply, a=blizzard 2001-01-31 21:47:40 +00:00
nsFileSpecStreaming.cpp
nsFileSpecStreaming.h
nsFileSpecUnix.cpp Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
nsFileSpecWin.cpp
nsFileStream.cpp #69862, r=bienvenu sr=scc. Close the stream in the destructor. 2001-03-12 22:46:41 +00:00
nsFileStream.h 69862. r=bienvenu sr=scc@mozilla.org. Check and close the file stream in the destructor 2001-02-26 18:50:25 +00:00
nsIBaseStream.idl
nsIBinaryInputStream.idl
nsIBinaryOutputStream.idl
nsIBufferInputStream.idl
nsIBufferOutputStream.idl
nsIByteArrayInputStream.idl
nsIDirectoryService.idl Fix for bug 64501 - allow embedding apps to specify app registry location. Moves appfilelocprovider into xpcom. r=dougt@netscape.com, sr=brendan@mozilla.org 2001-01-18 22:51:57 +00:00
nsIFile.idl
nsIFileSpec.idl
nsIFileStream.cpp Bug 55891 r=brade, sr=sfraser 2000-11-14 15:58:54 +00:00
nsIFileStream.h Convert nsIDiskDocument to xpidl, and change it from using nsFileSpecs to nsIFiles. Bug 62567, r= buster, ducarroz, adamlock, sr=kin 2001-01-09 22:47:02 +00:00
nsIInputStream.idl
nsIInputStreamTee.idl Added interface and implementation for tee'ing off an input stream read to 2001-03-02 06:10:00 +00:00
nsILocalFile.idl Bug #63346 --> add methods for reveal and launch to a local file. Stub implementions for OS/2 and Unix right now. 2001-01-30 05:02:48 +00:00
nsILocalFileMac.h Bug 55891 r=brade, sr=sfraser 2000-11-14 15:58:54 +00:00
nsIOutputStream.idl
nsIPipe.idl
nsIScriptableInputStream.idl
nsIStorageStream.idl
nsIStringStream.cpp
nsIStringStream.h
nsIUnicharInputStream.h
nsInputStreamTee.cpp Added interface and implementation for tee'ing off an input stream read to 2001-03-02 06:10:00 +00:00
nsLinebreakConverter.cpp #56767 2000-11-28 23:27:38 +00:00
nsLinebreakConverter.h
nsLocalFile.h Avoid relying on static constructor for nsFSStringConversion in nsLocalFile by making all methods static and avoiding the need for an object and then doing cleanup during XPCOM shutdown. b=43591 r=dougt@netscape.com sr=waterson@netscape.com 2000-12-09 04:11:05 +00:00
nsLocalFileCommon.cpp fix bustage to XPCOM_STANDALONE from fix to bug 43591. r=dbaron sr=brendan 2000-12-13 04:36:53 +00:00
nsLocalFileMac.cpp Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc 2001-03-02 09:26:57 +00:00
nsLocalFileMac.h Bug 27857 - nsIFile not complete on Mac. Adding CopyToFollowingLinks(). r=sdagley@netscape.com, sr=sfraser@netscape.com 2001-02-26 15:22:17 +00:00
nsLocalFileOS2.cpp Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc 2001-03-02 09:26:57 +00:00
nsLocalFileOS2.h Bug #63346 --> implment reveal and launch methods for OS/2. 2001-01-31 21:04:04 +00:00
nsLocalFileUnix.cpp bug 42704 missing initialization in nsLocalFile::GetFileSize, r=dougt/sr=mscott 2001-02-07 00:14:33 +00:00
nsLocalFileUnix.h Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
nsLocalFileWin.cpp Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc 2001-03-02 09:26:57 +00:00
nsLocalFileWin.h
nsPipe2.cpp Bug 65146. Fix deadlock potential in proxy code; remove unncessary locks from nsPipe2. r=darin,dougt; sr=brendan 2001-02-12 23:33:11 +00:00
nsScriptableInputStream.cpp
nsScriptableInputStream.h
nsSegmentedBuffer.cpp
nsSegmentedBuffer.h
nsSpecialSystemDirectory.cpp OS/2 TB Bustage 2001-02-19 07:07:56 +00:00
nsSpecialSystemDirectory.h Fixes small memleaks. bug 53931. r=ccarlen@netscape.com, a=waterson@netscape.com 2001-02-19 03:09:57 +00:00
nsStdFileStream.cpp
nsStdFileStream.h #56767 2000-11-28 23:27:38 +00:00
nsStorageStream.cpp Fix for assert when loading content from the memory cache (ie. hitting Back). r=jst 2000-12-13 23:11:32 +00:00
nsStorageStream.h
nsStringIO.h
nsUnicharInputStream.cpp