.. |
.cvsignore
|
|
|
macDirectoryCopy.c
|
|
|
macDirectoryCopy.h
|
|
|
Makefile.in
|
Added interface and implementation for tee'ing off an input stream read to
|
2001-03-02 06:10:00 +00:00 |
makefile.win
|
Win bustage - there was still an extra character in the file
|
2001-03-06 23:05:54 +00:00 |
MANIFEST
|
|
|
MANIFEST_IDL
|
|
|
nsAppDirectoryServiceDefs.h
|
|
|
nsAppFileLocationProvider.cpp
|
Bug 59247. Make directory service providers threadsafe. r=valeski, sr=jband.
|
2001-05-04 20:23:19 +00:00 |
nsAppFileLocationProvider.h
|
|
|
nsBinaryStream.cpp
|
|
|
nsBinaryStream.h
|
|
|
nsByteArrayInputStream.cpp
|
|
|
nsByteArrayInputStream.h
|
|
|
nsDirectoryService.cpp
|
|
|
nsDirectoryService.h
|
|
|
nsDirectoryServiceDefs.h
|
|
|
nsEscape.cpp
|
|
|
nsEscape.h
|
|
|
nsFileSpec.cpp
|
r=dougt, a=blizzard
|
2001-02-07 04:32:24 +00:00 |
nsFileSpec.h
|
|
|
nsFileSpecBeOS.cpp
|
|
|
nsFileSpecImpl.cpp
|
|
|
nsFileSpecImpl.h
|
|
|
nsFileSpecMac.cpp
|
#3616 - Enable long long in Mac version of NSPR (#defines the HAVE_LONG_LONG flag). sr=sfraser
|
2001-05-06 22:43:07 +00:00 |
nsFileSpecOS2.cpp
|
|
|
nsFileSpecStreaming.cpp
|
|
|
nsFileSpecStreaming.h
|
|
|
nsFileSpecUnix.cpp
|
fixing bustage
|
2001-04-18 05:17:36 +00:00 |
nsFileSpecWin.cpp
|
|
|
nsFileStream.cpp
|
67799, 55814. sr=bienvenu. Propogate the error values for streams.
|
2001-03-30 05:24:34 +00:00 |
nsFileStream.h
|
Fix bug 71064; give the file stream classes private, and unimplemented copy constructors and assignment operators, prevent clients from passing them by value. r=waterson, sr=scc
|
2001-04-13 22:50:23 +00:00 |
nsIBaseStream.idl
|
|
|
nsIBinaryInputStream.idl
|
|
|
nsIBinaryOutputStream.idl
|
|
|
nsIBufferInputStream.idl
|
|
|
nsIBufferOutputStream.idl
|
|
|
nsIByteArrayInputStream.idl
|
|
|
nsIDirectoryService.idl
|
r=rpotts. comment changes only. 48726. adding status to idl files of api rev. ifaces.
|
2001-03-24 00:22:18 +00:00 |
nsIFile.idl
|
r=rpotts. comment changes only. 48726. adding status to idl files of api rev. ifaces.
|
2001-03-24 00:22:18 +00:00 |
nsIFileSpec.idl
|
|
|
nsIFileStream.cpp
|
Renaming xpcom file streams. b=73169, r=sfraser@netscape.com, sr=darin@netscape.com
|
2001-03-26 23:35:06 +00:00 |
nsIFileStream.h
|
Renaming xpcom file streams. b=73169, r=sfraser@netscape.com, sr=darin@netscape.com
|
2001-03-26 23:35:06 +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
|
r=rpotts. comment changes only. 48726. adding status to idl files of api rev. ifaces.
|
2001-03-24 00:22:18 +00:00 |
nsILocalFileMac.h
|
Make file with no extension have correct type and creator info based on MIME type.
b = 64704; r = law; sr = sfraser
|
2001-05-03 01:12:15 +00:00 |
nsInputStreamTee.cpp
|
Fixes bug 71921 "nsInputStreamTee::WriteSegmentFun has a minor bug" r=beard
|
2001-03-29 02:42:00 +00:00 |
nsIOutputStream.idl
|
|
|
nsIPipe.idl
|
Bug #32222 --> re-expose the search method on the input stream of a pipe.
|
2001-04-07 21:29:11 +00:00 |
nsIScriptableInputStream.idl
|
|
|
nsIStorageStream.idl
|
|
|
nsIStringStream.cpp
|
|
|
nsIStringStream.h
|
|
|
nsIUnicharInputStream.h
|
|
|
nsLinebreakConverter.cpp
|
fix Bugzilla Bug 75853 CR and LF are naked ifdefs
|
2001-04-18 05:59:43 +00:00 |
nsLinebreakConverter.h
|
|
|
nsLocalFile.h
|
use nsLocalFileMac.h for osx. r=saari, sr=hyatt bug#75653
|
2001-04-15 04:10:12 +00:00 |
nsLocalFileCommon.cpp
|
Fix the a problem exposed by another bug, where out params were not correctly set to null. Part of fix for bug 80722 (crash creating new profile).
|
2001-05-15 00:34:10 +00:00 |
nsLocalFileMac.cpp
|
Bug 73095 - Create() needs to set mTargetSpec on completion. r=scc@mozilla.org/sr=sfraser
|
2001-05-22 21:38:21 +00:00 |
nsLocalFileMac.h
|
Make file with no extension have correct type and creator info based on MIME type.
b = 64704; r = law; sr = sfraser
|
2001-05-03 01:12:15 +00:00 |
nsLocalFileOS2.cpp
|
#53152
|
2001-04-26 18:40:12 +00:00 |
nsLocalFileOS2.h
|
|
|
nsLocalFileUnix.cpp
|
Check for ENXIO as well as EXDEV as expected failure from rename.
|
2001-05-21 23:15:33 +00:00 |
nsLocalFileUnix.h
|
|
|
nsLocalFileWin.cpp
|
Bug 68279; tightens up IsExecutable() check in nsLocalFileWin to properly detect most dangerous executables; adds code to the two places in the UI where such files used to be executed to disable us doing that; r=mstoltz, sr=mscott
|
2001-05-23 06:03:59 +00:00 |
nsLocalFileWin.h
|
|
|
nsPipe2.cpp
|
Bug #32222 --> re-expose the search method on the input stream of a pipe.
|
2001-04-07 21:29: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
|
|
|
nsStorageStream.cpp
|
|
|
nsStorageStream.h
|
|
|
nsStringIO.h
|
|
|
nsUnicharInputStream.cpp
|
|
|