gecko-dev/xpcom/io
2003-07-03 20:55:23 +00:00
..
.cvsignore
macDirectoryCopy.c
macDirectoryCopy.h
Makefile.in Split private xpcom defines into separate header. 2003-07-03 20:55:23 +00:00
nsAppDirectoryServiceDefs.h Profile sharing - changes to profile dirserviceprovider, a component to control whether sharing is enabled. bug=202474, rs=dougt/sr=darin/a=asa 2003-05-02 03:59:23 +00:00
nsAppFileLocationProvider.cpp Make user-specific application directory name configurable using --with-user-appdir. 2003-07-01 18:32:49 +00:00
nsAppFileLocationProvider.h
nsBinaryStream.cpp fixes bug 201574 "Many Unaligned access messages when reading XUL.mfasl" r/sr=alecf,brendan 2003-04-15 18:17:54 +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 Make user-specific application directory name configurable using --with-user-appdir. 2003-07-01 18:32:49 +00:00
nsDirectoryService.h fixing bug 195148 - XPInstall API's getFolder should support Classic and OSX folders under OSX. r=ccarlen,dougt sr=sspitzer 2003-04-07 07:02:32 +00:00
nsDirectoryServiceDefs.h Adding comments to nsDirectoryServiceDefs. 2003-06-10 20:09:25 +00:00
nsDirectoryServiceUtils.h Bug 206943: Slightly optimize NS_GetSpecialDirectory. r=dougt, sr=dbaron 2003-05-24 03:11:36 +00:00
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 Fold premature entry decl initialized by gratuitous ?: expr into dependent if/else in nsFastLoadFileReader::ReadObject. 2003-06-04 06:08:15 +00:00
nsFastLoadFile.h Remove copy-pasted scope qualifier for ReadSegments decl, jdunn says HP aCC barfs on it (a=leaf). 2003-04-23 16:48:08 +00:00
nsFastLoadPtr.h
nsFastLoadService.cpp Reduce seeks outside the FastLoad file's underlying stream buffer (195010, 2003-04-12 01:34:11 +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 210337 - Spring cleaning of unused XPCOM code and callers r/sr=alecf/bz 2003-06-23 20:31:43 +00:00
nsIBinaryOutputStream.idl Bug 210337 - Spring cleaning of unused XPCOM code and callers r/sr=alecf/bz 2003-06-23 20:31:43 +00:00
nsIByteArrayInputStream.idl
nsIDirectoryService.idl Move FROZEN ContractID into nsXPCOM.h and define r=rpotts, sr=alec, b=166426 2002-09-03 23:36:13 +00:00
nsIFastLoadFileControl.idl Reduce seeks outside the FastLoad file's underlying stream buffer (195010, 2003-04-12 01:34:11 +00:00
nsIFastLoadService.idl Reduce seeks outside the FastLoad file's underlying stream buffer (195010, 2003-04-12 01:34:11 +00:00
nsIFile.idl fix for bug 150156 - nsIFile's moveTo method does not overwrite existing files,r=dougt@netscape.com, sr=brendan@mozilla.org 2002-11-13 14:04:51 +00:00
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 landing 172512. nsEmbedString for component developers and embeders. r=alec, sr=jag/darin, a=asa@mozilla.org 2002-10-17 23:41:47 +00:00
nsILocalFileMac.idl Bug 179932 - Need GetCFURL() on nsILocalFileMac. r=sdagley/sr=sfraser 2002-11-15 15:35:17 +00:00
nsIMultiplexInputStream.idl
nsInputStreamTee.cpp modifications for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa 2003-01-18 02:15:14 +00:00
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 Freeze nsIScriptableInputStream. r=rginda, sr=darin 2002-08-08 05:09:03 +00:00
nsISeekableStream.idl Fix bustage from dougt's checkin. b=170585 r=caillon sr=bzbarsky 2002-12-11 00:53:53 +00:00
nsIStorageStream.idl
nsIStreamBufferAccess.idl Oops, deal with PRInt64 operand to NS_SWAP64 (followup to last checkin). 2002-07-10 05:18:58 +00:00
nsIStringStream.idl remove a bunch more dead code from XPCOM - stringstream stuff that nobody was using anyway 2002-06-26 01:40:31 +00:00
nsIUnicharInputStream.h rev the nsIUnicharInputStream IID, since the mozdev spell checker was using it 2003-04-08 00:39:19 +00:00
nsLinebreakConverter.cpp bug 100649: Length() being used where IsEmpty() is meant 2003-05-23 21:34:47 +00:00
nsLinebreakConverter.h
nsLocalFile.h Bug 187031 [nsLocalFileWin] nsLocalFile::Remove returns os remove values (-1) as nsresults 2003-06-18 23:19:11 +00:00
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 187031 [nsLocalFileWin] nsLocalFile::Remove returns os remove values (-1) as nsresults 2003-06-18 23:19:11 +00:00
nsLocalFileMac.h Bug 187031 [nsLocalFileWin] nsLocalFile::Remove returns os remove values (-1) as nsresults 2003-06-18 23:19:11 +00:00
nsLocalFileOS2.cpp Cleans up nsLocalFile0S2 a bit. Removes code that checks for symlinks. r=r=mkaply, sr=blizzard, bug=209963 2003-06-19 21:53:26 +00:00
nsLocalFileOS2.h Cleans up nsLocalFile0S2 a bit. Removes code that checks for symlinks. r=r=mkaply, sr=blizzard, bug=209963 2003-06-19 21:53:26 +00:00
nsLocalFileOSX.cpp Bug 187031 [nsLocalFileWin] nsLocalFile::Remove returns os remove values (-1) as nsresults 2003-06-18 23:19:11 +00:00
nsLocalFileOSX.h Bug 187031 [nsLocalFileWin] nsLocalFile::Remove returns os remove values (-1) as nsresults 2003-06-18 23:19:11 +00:00
nsLocalFileUnicode.h
nsLocalFileUnix.cpp Bug 209852. Remove |dont_QueryInterface|. 2003-06-21 00:15:41 +00:00
nsLocalFileUnix.h Bug 187031 [nsLocalFileWin] nsLocalFile::Remove returns os remove values (-1) as nsresults 2003-06-18 23:19:11 +00:00
nsLocalFileWin.cpp Bug 187031 [nsLocalFileWin] nsLocalFile::Remove returns os remove values (-1) as nsresults 2003-06-18 23:19:11 +00:00
nsLocalFileWin.h Bug 187031 [nsLocalFileWin] nsLocalFile::Remove returns os remove values (-1) as nsresults 2003-06-18 23:19:11 +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 Split private xpcom defines into separate header. 2003-07-03 20:55:23 +00:00
nsNativeCharsetUtils.h fixes bug 166612 "implement NS_CopyNativeToUnicode / NS_CopyUnicodeToNative 2002-10-06 00:29:46 +00:00
nsPipe3.cpp fixes bug 193918 "pipe should better utilize current segment (rollback write cursor whenever read cursor == write cursor)" r=dougt sr=bz 2003-04-05 02:02:09 +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 fixes bug 192352 "~ns{In,Out}putStreamReadyEvent should check nsIEventQueue::isQueueOnCurrentThread" 2003-03-25 02:10:11 +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 bug 183156 : replace UCS2 in function/method names with UTF16 and update the 2003-06-23 04:30:57 +00:00
SpecialSystemDirectory.cpp Bug 207081 only create profile window comes up on start attempt 2003-05-27 14:01:32 +00:00
SpecialSystemDirectory.h fixing bug 195148 - XPInstall API's getFolder should support Classic and OSX folders under OSX. r=ccarlen,dougt sr=sspitzer 2003-04-07 07:02:32 +00:00