gecko-dev/xpcom/io
mkaply%us.ibm.com 7a33fc8997 #230618
r=pedemont, sr=blizzard (platform specific), a=mkaply
OS/2 only - we weren't removing the parent directory when we moved a directory
2004-04-08 20:30:37 +00:00
..
.cvsignore
Makefile.in Split private xpcom defines into separate header. 2003-07-03 20:55:23 +00:00
SpecialSystemDirectory.cpp Bug 202366 Problem with profile location and non-latin User Name in Mozilla 1.4+/Phoenix 2004-03-02 08:20:25 +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
macDirectoryCopy.c
macDirectoryCopy.h
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 Continuing removal of unneeded virtual destructors (bug 229875). r=dougt, sr=dbaron. 2004-01-22 01:01:19 +00:00
nsAppFileLocationProvider.h Bug 229875 - eliminate unnecssary public/virtual destructors. This patch changes all refcounted classes under xpcom/, which aren't inherited from or used on the stack, to have private, nonvirtual destructors. r=dougt, sr=dbaron. 2004-01-15 06:14:18 +00:00
nsBinaryStream.cpp fixes bug 237590 "nsIBinaryInputStream inherits from nsIInputStream but can't be QI'ed to it" r=biesi sr=brendan a=brendan 2004-04-03 17:09:07 +00:00
nsBinaryStream.h Change a few more destructors in XPCOM to be non-virtual, and comment destructors that need to be virtual. Bug 229875, r=dougt, sr=dbaron. 2004-02-11 06:19:03 +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 Bug 229875 - eliminate unnecssary public/virtual destructors. This patch changes all refcounted classes under xpcom/, which aren't inherited from or used on the stack, to have private, nonvirtual destructors. r=dougt, sr=dbaron. 2004-01-15 06:14:18 +00:00
nsDirectoryService.cpp Bug 229875 - eliminate unnecssary public/virtual destructors. This patch changes all refcounted classes under xpcom/, which aren't inherited from or used on the stack, to have private, nonvirtual destructors. r=dougt, sr=dbaron. 2004-01-15 06:14:18 +00:00
nsDirectoryService.h Bug 229875 - eliminate unnecssary public/virtual destructors. This patch changes all refcounted classes under xpcom/, which aren't inherited from or used on the stack, to have private, nonvirtual destructors. r=dougt, sr=dbaron. 2004-01-15 06:14:18 +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 bug 228176 : in the previous checkin, missed the reviewer comment about the name change (exclude -> skip) 2004-01-07 04:17:40 +00:00
nsEscape.h landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin 2004-02-28 22:34:07 +00:00
nsFastLoadFile.cpp Add shared DHashTableOps for [const] char *key use-cases, clean up dhash API abusages (214839, r=dougt, sr=dbaron). 2003-08-05 20:09:21 +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 Change a few more destructors in XPCOM to be non-virtual, and comment destructors that need to be virtual. Bug 229875, r=dougt, sr=dbaron. 2004-02-11 06:19:03 +00:00
nsIAsyncInputStream.idl fixes bug 210125 "need to be able to AsyncWait for closure only" r=dougt sr=bzbarsky 2003-10-06 01:46:31 +00:00
nsIAsyncOutputStream.idl fixes bug 210125 "need to be able to AsyncWait for closure only" r=dougt sr=bzbarsky 2003-10-06 01:46:31 +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 fixes bug 143311 "nsStreamListenerTee should completely drop mSink during 2002-05-10 18:38:09 +00:00
nsILineInputStream.idl
nsILocalFile.idl landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt 2004-02-19 02:44:03 +00:00
nsILocalFileMac.idl Bug 179932 - Need GetCFURL() on nsILocalFileMac. r=sdagley/sr=sfraser 2002-11-15 15:35:17 +00:00
nsIMultiplexInputStream.idl
nsIObjectInputStream.idl
nsIObjectOutputStream.idl Typo in comment. 2004-02-07 05:38:56 +00:00
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 fixes bug 193917 "incorporate changes from bz's comments in bug 176919" r+sr=bzbarsky 2003-10-09 01:54:07 +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 Update the string stream interface a bit and simplify the implementation a 2003-07-11 23:10:27 +00:00
nsIUnicharInputStream.h landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt 2004-02-19 02:44:03 +00:00
nsInputStreamTee.cpp Bug 229875 - eliminate unnecssary public/virtual destructors. This patch changes all refcounted classes under xpcom/, which aren't inherited from or used on the stack, to have private, nonvirtual destructors. r=dougt, sr=dbaron. 2004-01-15 06:14:18 +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 landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt 2004-02-19 02:44:03 +00:00
nsLocalFileMac.cpp Bug 229875 - eliminate unnecssary public/virtual destructors. This patch changes all refcounted classes under xpcom/, which aren't inherited from or used on the stack, to have private, nonvirtual destructors. r=dougt, sr=dbaron. 2004-01-15 06:14:18 +00:00
nsLocalFileMac.h Bug 229875 - eliminate unnecssary public/virtual destructors. This patch changes all refcounted classes under xpcom/, which aren't inherited from or used on the stack, to have private, nonvirtual destructors. r=dougt, sr=dbaron. 2004-01-15 06:14:18 +00:00
nsLocalFileOS2.cpp #230618 2004-04-08 20:30:37 +00:00
nsLocalFileOS2.h Bug 229875 - eliminate unnecssary public/virtual destructors. This patch changes all refcounted classes under xpcom/, which aren't inherited from or used on the stack, to have private, nonvirtual destructors. r=dougt, sr=dbaron. 2004-01-15 06:14:18 +00:00
nsLocalFileOSX.cpp bug 233485 : add 'size' parameter to nsAutoBuffer (patch for customers) : r=ccarlen, sr=rbs) 2004-02-19 11:00:29 +00:00
nsLocalFileOSX.h bug 227547: return local file names after converting NFD (decomposed Unicode) to NFC (composed Unicode) for consumers (Mac OS X only). r=ccarlen, sr=sfraser 2004-01-28 05:55:30 +00:00
nsLocalFileUnicode.h fixes bug 129279 "nsIFile unicode/utf8/ascii task" 2002-04-27 05:33:09 +00:00
nsLocalFileUnix.cpp fixing hpux bustage, bug 239465, r=dbaron 2004-04-02 23:48:18 +00:00
nsLocalFileUnix.h Bug 229875 - eliminate unnecssary public/virtual destructors. This patch changes all refcounted classes under xpcom/, which aren't inherited from or used on the stack, to have private, nonvirtual destructors. r=dougt, sr=dbaron. 2004-01-15 06:14:18 +00:00
nsLocalFileWin.cpp fixes bug 239405 "strchr, strrchr, etc. implicit const_cast can cause problems for shared string buffers" r=bienvenu sr=dbaron a=chofmann 2004-04-03 17:16:17 +00:00
nsLocalFileWin.h Bug 229875 - eliminate unnecssary public/virtual destructors. This patch changes all refcounted classes under xpcom/, which aren't inherited from or used on the stack, to have private, nonvirtual destructors. r=dougt, sr=dbaron. 2004-01-15 06:14:18 +00:00
nsMultiplexInputStream.cpp Bug 229875 - eliminate unnecssary public/virtual destructors. This patch changes all refcounted classes under xpcom/, which aren't inherited from or used on the stack, to have private, nonvirtual destructors. r=dougt, sr=dbaron. 2004-01-15 06:14:18 +00:00
nsMultiplexInputStream.h
nsNativeCharsetUtils.cpp 238445 - r=mkaply, a=mkaply - my code sucked. Here's a better version from Javier Pedemonte 2004-03-26 05:29:18 +00:00
nsNativeCharsetUtils.h fixes bug 166612 "implement NS_CopyNativeToUnicode / NS_CopyUnicodeToNative 2002-10-06 00:29:46 +00:00
nsPipe3.cpp Change a few more destructors in XPCOM to be non-virtual, and comment destructors that need to be virtual. Bug 229875, r=dougt, sr=dbaron. 2004-02-11 06:19:03 +00:00
nsScriptableInputStream.cpp Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-08 00:31:50 +00:00
nsScriptableInputStream.h Bug 229875 - eliminate unnecssary public/virtual destructors. This patch changes all refcounted classes under xpcom/, which aren't inherited from or used on the stack, to have private, nonvirtual destructors. r=dougt, sr=dbaron. 2004-01-15 06:14:18 +00:00
nsSegmentedBuffer.cpp Create a new xpcom obsolete library (and component library). 2003-03-15 01:04:32 +00:00
nsSegmentedBuffer.h Explicitly mark inlined functions with |inline| & drop NS_COM since we rely upon these functions being inlined. Works around mingw gcc bustage. 2004-02-23 22:12:03 +00:00
nsStorageStream.cpp Bug 235745 Possible leak or crash in nsStorageStream 2004-03-02 01:13:15 +00:00
nsStorageStream.h Bug 235744 Expose StorageStream class to Javascript 2004-03-02 01:11:06 +00:00
nsStreamUtils.cpp Change a few more destructors in XPCOM to be non-virtual, and comment destructors that need to be virtual. Bug 229875, r=dougt, sr=dbaron. 2004-02-11 06:19:03 +00:00
nsStreamUtils.h fixes bug 210125 "need to be able to AsyncWait for closure only" r=dougt sr=bzbarsky 2003-10-06 01:46:31 +00:00
nsStringIO.h
nsStringStream.cpp Change a few more destructors in XPCOM to be non-virtual, and comment destructors that need to be virtual. Bug 229875, r=dougt, sr=dbaron. 2004-02-11 06:19:03 +00:00
nsStringStream.h Create a new xpcom obsolete library (and component library). 2003-03-15 01:04:32 +00:00
nsUnicharInputStream.cpp Bug 229875 - eliminate unnecssary public/virtual destructors. This patch changes all refcounted classes under xpcom/, which aren't inherited from or used on the stack, to have private, nonvirtual destructors. r=dougt, sr=dbaron. 2004-01-15 06:14:18 +00:00