gecko-dev/xpcom/io
dougt%netscape.com 59e5eb0421 Removing dead code. b=198023, r=darin, sr=dbaron 2003-03-18 20:34:19 +00:00
..
.cvsignore
MANIFEST fixing mac bustage 2003-01-18 03:34:42 +00:00
MANIFEST_IDL modifications for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa 2003-01-18 02:15:14 +00:00
Makefile.in Create a new xpcom obsolete library (and component library). 2003-03-15 01:04:32 +00:00
SpecialSystemDirectory.cpp OS/2 build doesn't come up if MOZILLA_HOME isn't set 2003-03-16 03:37:08 +00:00
SpecialSystemDirectory.h adding SpecialSystemDirectory files to trunk. not part of build 2003-03-11 22:47:05 +00:00
macDirectoryCopy.c
macDirectoryCopy.h
nsAppDirectoryServiceDefs.h
nsAppFileLocationProvider.cpp Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 23:19:20 +00:00
nsAppFileLocationProvider.h
nsBinaryStream.cpp bug 170585, Scriptable streams are broken; r=darinf, sr=dougt 2003-03-13 21:23:18 +00:00
nsBinaryStream.h bug 170585, Scriptable streams are broken; r=darinf, sr=dougt 2003-03-13 21:23:18 +00:00
nsByteArrayInputStream.cpp fixes bug 191227 "file uploads hang (especially w/ slower connections or 2003-01-31 02:00:45 +00:00
nsByteArrayInputStream.h
nsDirectoryService.cpp Create a new xpcom obsolete library (and component library). 2003-03-15 01:04:32 +00:00
nsDirectoryService.h Converting the file location of the component registry and the xpti manifest file to use the directory service. r=darin, b=191055 2003-03-11 21:36:59 +00:00
nsDirectoryServiceDefs.h Converting the file location of the component registry and the xpti manifest file to use the directory service. r=darin, b=191055 2003-03-11 21:36:59 +00:00
nsDirectoryServiceUtils.h
nsEscape.cpp Create a new xpcom obsolete library (and component library). 2003-03-15 01:04:32 +00:00
nsEscape.h Create a new xpcom obsolete library (and component library). 2003-03-15 01:04:32 +00:00
nsFastLoadFile.cpp - Turn jrgm's helpful assert/defend changes into assertions that mCIDOffset 2003-02-16 17:40:16 +00:00
nsFastLoadFile.h bug 170585, Scriptable streams are broken; r=darinf, sr=dougt 2003-03-13 21:23:18 +00:00
nsFastLoadPtr.h
nsFastLoadService.cpp Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 23:19:20 +00:00
nsFastLoadService.h
nsIAsyncInputStream.idl new files for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa 2003-01-18 01:27:53 +00:00
nsIAsyncOutputStream.idl new files for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa 2003-01-18 01:27:53 +00:00
nsIBaseStream.idl
nsIBinaryInputStream.idl bug 170585, Scriptable streams are broken; r=darinf, sr=dougt 2003-03-13 21:23:18 +00:00
nsIBinaryOutputStream.idl bug 170585, Scriptable streams are broken; r=darinf, sr=dougt 2003-03-13 21:23:18 +00:00
nsIByteArrayInputStream.idl
nsIDirectoryService.idl
nsIFastLoadFileControl.idl
nsIFastLoadService.idl
nsIFile.idl
nsIInputStream.idl fixes bug 190549 "Textarea with lots of text within refuses to submit" 2003-01-29 06:40:16 +00:00
nsIInputStreamTee.idl
nsILineInputStream.idl
nsILocalFile.idl
nsILocalFileMac.idl
nsIMultiplexInputStream.idl
nsIObjectInputStream.idl
nsIObjectOutputStream.idl
nsIObservableInputStream.idl
nsIObservableOutputStream.idl
nsIOutputStream.idl fixes bug 190549 "Textarea with lots of text within refuses to submit" 2003-01-29 06:40:16 +00:00
nsIPipe.idl modifications for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa 2003-01-18 02:15:14 +00:00
nsIScriptableInputStream.idl
nsISeekableStream.idl
nsIStorageStream.idl
nsIStreamBufferAccess.idl
nsIStringStream.idl
nsIUnicharInputStream.h fix for bug 191416 - clean up nsIUnicharInputStream to make it more like nsIInputStream: 2003-03-06 19:54:51 +00:00
nsInputStreamTee.cpp modifications for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa 2003-01-18 02:15:14 +00:00
nsLinebreakConverter.cpp
nsLinebreakConverter.h
nsLocalFile.h
nsLocalFileCommon.cpp Return a more useful error when being inited with an empty string. Bug 187605, 2003-01-13 06:26:19 +00:00
nsLocalFileMac.cpp Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 23:19:20 +00:00
nsLocalFileMac.h
nsLocalFileOS2.cpp Oops left printf in 2003-01-22 20:49:21 +00:00
nsLocalFileOS2.h 187130 r=mkaply sr=bz remove #ifdef XP_OS2 in an os/2 specific file 2003-01-01 21:20:37 +00:00
nsLocalFileOSX.cpp If the destination file already exists, moveTo[Native] should replace it. Bug 195109 r=sdagley/sr=sfraser 2003-03-14 20:01:41 +00:00
nsLocalFileOSX.h
nsLocalFileUnicode.h
nsLocalFileUnix.cpp Make implementations consistent across platforms: ensure IsDirectory and IsFile return false even when the file doesn't exist (and they return an nsresult error status). b=187014 r=dougt sr=alecf 2003-01-13 23:17:49 +00:00
nsLocalFileUnix.h
nsLocalFileWin.cpp Remove bogus mingw & win16 ifdefs from plevent.h 2003-03-12 08:35:57 +00:00
nsLocalFileWin.h XP code changes required for mingw landing. 2003-03-07 06:07:56 +00:00
nsMultiplexInputStream.cpp fixes bug 190549 "Textarea with lots of text within refuses to submit" 2003-01-29 06:40:16 +00:00
nsMultiplexInputStream.h
nsNativeCharsetUtils.cpp fixes warnings 2003-03-06 23:26:43 +00:00
nsNativeCharsetUtils.h
nsPipe2.cpp Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 23:19:20 +00:00
nsPipe3.cpp fixes bug 193017 "downloading via ftp doesn't proceed" r=dougt sr=brendan a=dbaron 2003-02-19 03:44:46 +00:00
nsScriptableInputStream.cpp
nsScriptableInputStream.h Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 23:19:20 +00:00
nsSegmentedBuffer.cpp Create a new xpcom obsolete library (and component library). 2003-03-15 01:04:32 +00:00
nsSegmentedBuffer.h Create a new xpcom obsolete library (and component library). 2003-03-15 01:04:32 +00:00
nsStorageStream.cpp modifications for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa 2003-01-18 02:15:14 +00:00
nsStorageStream.h modifications for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa 2003-01-18 02:15:14 +00:00
nsStreamUtils.cpp hopefully fixing WIN32 bustage 2003-02-08 02:08:34 +00:00
nsStreamUtils.h new files for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa 2003-01-18 01:27:53 +00:00
nsStringIO.h
nsStringStream.cpp Create a new xpcom obsolete library (and component library). 2003-03-15 01:04:32 +00:00
nsStringStream.h Create a new xpcom obsolete library (and component library). 2003-03-15 01:04:32 +00:00
nsUnicharInputStream.cpp fix for bug 191416 - clean up nsIUnicharInputStream to make it more like nsIInputStream: 2003-03-06 19:54:51 +00:00