pjs/xpcom/io
timeless%mozdev.org 192e7544f9 Bug 292908 r:/mozilla\intl\uconv\src\nsTextToSubURI.cpp(231) : warning C4309: 'argument' : truncation of constant value
r=dougt sr=darin a=shaver
2005-06-01 18:34:53 +00:00
..
.cvsignore
Makefile.in 291177 - need interface for enumerating directories, implement nsIDirectoryEnumerator with close() method to free system resources after enumeration complete - used incorrect checkin comment for previous checkin which has the meat of the change! r+sr=darin a=brendan 2005-04-23 01:41:42 +00:00
SpecialSystemDirectory.cpp 291033 support "local" profile directories 2005-04-27 11:56:40 +00:00
SpecialSystemDirectory.h 291033 support "local" profile directories 2005-04-27 11:56:40 +00:00
macDirectoryCopy.c
macDirectoryCopy.h
nsAppDirectoryServiceDefs.h fixes bug 291033 "Enable support for profile temp directory on local filesystem" aka "delete my cache please" r=bsmedberg a=chofmann 2005-04-26 00:37:23 +00:00
nsAppFileLocationProvider.cpp 291033 support "local" profile directories 2005-04-27 11:56:40 +00:00
nsAppFileLocationProvider.h 291033 support "local" profile directories 2005-04-27 11:56:40 +00:00
nsBinaryStream.cpp Implement WriteUtf8Z. Bug 290914, r=biesi, sr=darin, a=asa 2005-04-20 15:39:24 +00:00
nsBinaryStream.h
nsByteArrayInputStream.cpp
nsByteArrayInputStream.h
nsDirectoryService.cpp 291033 support "local" profile directories 2005-04-27 11:56:40 +00:00
nsDirectoryService.h 291033 support "local" profile directories 2005-04-27 11:56:40 +00:00
nsDirectoryServiceDefs.h 291033 support "local" profile directories 2005-04-27 11:56:40 +00:00
nsDirectoryServiceUtils.h Bug 288626 - Switch the strict API from opt-in (MOZILLA_STRICT_API) to opt-out (MOZILLA_INTERNAL_API) r=darin 2005-04-06 03:35:24 +00:00
nsEscape.cpp Bug 292908 r:/mozilla\intl\uconv\src\nsTextToSubURI.cpp(231) : warning C4309: 'argument' : truncation of constant value 2005-06-01 18:34:53 +00:00
nsEscape.h Bug 292908 r:/mozilla\intl\uconv\src\nsTextToSubURI.cpp(231) : warning C4309: 'argument' : truncation of constant value 2005-06-01 18:34:53 +00:00
nsFastLoadFile.cpp Fix misspellings of 'pseudo' in comments. Bug 106386. Patch by Alex Vincent <ajvincent@gmail.com>. r=timeless sr=peterv 2004-12-19 21:45:51 +00:00
nsFastLoadFile.h
nsFastLoadPtr.h
nsFastLoadService.cpp Bug 293461 - Make safe mode a system option and make handling by the EM less fragile. Also fixes bug 275529 - allows app ID and extension ID to be a prettyname@vendor.tld instead of {GUID}. r=darin+robstrong a=asa 2005-05-12 13:23:30 +00:00
nsFastLoadService.h
nsIAsyncInputStream.idl
nsIAsyncOutputStream.idl
nsIBaseStream.idl
nsIBinaryInputStream.idl
nsIBinaryOutputStream.idl
nsIByteArrayInputStream.idl
nsIDirectoryEnumerator.idl 291177 - need interface for enumerating directories, implement nsIDirectoryEnumerator with close() method to free system resources after enumeration complete - used incorrect checkin comment for previous checkin which has the meat of the change! r+sr=darin a=brendan 2005-04-23 01:41:42 +00:00
nsIDirectoryService.idl
nsIFastLoadFileControl.idl
nsIFastLoadService.idl Bug 293461 - Make safe mode a system option and make handling by the EM less fragile. Also fixes bug 275529 - allows app ID and extension ID to be a prettyname@vendor.tld instead of {GUID}. r=darin+robstrong a=asa 2005-05-12 13:23:30 +00:00
nsIFile.idl Bug 288626 - Switch the strict API from opt-in (MOZILLA_STRICT_API) to opt-out (MOZILLA_INTERNAL_API) r=darin 2005-04-06 03:35:24 +00:00
nsIInputStream.idl
nsIInputStreamTee.idl
nsILineInputStream.idl 295126 document readLine's return value better 2005-05-24 10:59:12 +00:00
nsILocalFile.idl
nsILocalFileMac.idl
nsILocalFileOS2.idl #287603 2005-04-22 13:21:23 +00:00
nsILocalFileWin.idl 252189, XPCOM section: 2005-02-25 09:00:45 +00:00
nsIMultiplexInputStream.idl
nsIObjectInputStream.idl
nsIObjectOutputStream.idl
nsIObservableInputStream.idl
nsIObservableOutputStream.idl
nsIOutputStream.idl
nsIPipe.idl
nsIScriptableInputStream.idl
nsISeekableStream.idl
nsIStorageStream.idl
nsIStreamBufferAccess.idl
nsIStringStream.idl
nsIUnicharInputStream.h
nsInputStreamTee.cpp
nsLinebreakConverter.cpp
nsLinebreakConverter.h
nsLocalFile.h
nsLocalFileCommon.cpp fixes bug 280082 "ensure maxRootLength in CreateUnique is never negative" r=dveditz sr=brendan 2005-02-19 07:44:59 +00:00
nsLocalFileMac.cpp Fix common misspelling of delimiter and delimited (de-limit-er, not deli-meter). b=106386 r=timeless 2005-02-05 00:49:25 +00:00
nsLocalFileMac.h
nsLocalFileOS2.cpp fixes bug 231300 "nsLocalFile::MoveTo is very slow to move directories [Cause of disk trashing (on NT) when clearing cache?]" patch by alfredkayser@nl.ibm.com, r+sr=darin, a=asa 2005-04-27 04:38:21 +00:00
nsLocalFileOS2.h #287603 2005-04-22 13:21:23 +00:00
nsLocalFileOSX.cpp 291177 - need interface for enumerating directories, implement nsIDirectoryEnumerator with close() method to free system resources after enumeration complete - used incorrect checkin comment for previous checkin which has the meat of the change! r+sr=darin a=brendan 2005-04-23 01:41:42 +00:00
nsLocalFileOSX.h
nsLocalFileUnicode.h
nsLocalFileUnix.cpp fix build bustage - use comptr to delete obj 2005-04-23 02:08:12 +00:00
nsLocalFileUnix.h
nsLocalFileWin.cpp fixes bug 231300 "nsLocalFile::MoveTo is very slow to move directories [Cause of disk trashing (on NT) when clearing cache?]" patch by alfredkayser@nl.ibm.com, r+sr=darin, a=asa 2005-04-27 04:38:21 +00:00
nsLocalFileWin.h 252189, XPCOM section: 2005-02-25 09:00:45 +00:00
nsMultiplexInputStream.cpp
nsMultiplexInputStream.h
nsNativeCharsetUtils.cpp bug 268219 NS_CopyNativeToUnicode/NS_CopyUnicodeToNative on Mac OS X should use CopyUTF8toUTF16/CopyUTF16toUTF8, r=ccarlen sr=darin 2004-11-08 05:20:05 +00:00
nsNativeCharsetUtils.h
nsPipe3.cpp
nsScriptableInputStream.cpp backing out patch for bug 278786. it breaks read(-1). 2005-01-22 00:16:44 +00:00
nsScriptableInputStream.h
nsSegmentedBuffer.cpp
nsSegmentedBuffer.h
nsStorageStream.cpp Throw instead of crashing if used before init(). Bug 290907, r=biesi, 2005-04-20 15:37:38 +00:00
nsStorageStream.h
nsStreamUtils.cpp fixes bug 287750 "provide methods to test if streams are buffered" r=biesi sr=bzbarsky 2005-03-26 02:20:36 +00:00
nsStreamUtils.h fixes bug 287750 "provide methods to test if streams are buffered" r=biesi sr=bzbarsky 2005-03-26 02:20:36 +00:00
nsStringIO.h
nsStringStream.cpp Bug 281977 nsStringInputStream botches -1 lengths 2005-02-23 02:31:58 +00:00
nsStringStream.h
nsUnicharInputStream.cpp