.. |
.cvsignore
|
|
|
macDirectoryCopy.c
|
|
|
macDirectoryCopy.h
|
|
|
Makefile.in
|
Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls
|
2001-02-22 09:35:51 +00:00 |
makefile.win
|
Fix for bug 64501 - allow embedding apps to specify app registry location. Moves appfilelocprovider into xpcom.
r=dougt@netscape.com, sr=brendan@mozilla.org
|
2001-01-18 22:51:57 +00:00 |
MANIFEST
|
Fix for bug 64501 - allow embedding apps to specify app registry location. Moves appfilelocprovider into xpcom.
r=dougt@netscape.com, sr=brendan@mozilla.org
|
2001-01-18 22:51:57 +00:00 |
MANIFEST_IDL
|
|
|
nsAppDirectoryServiceDefs.h
|
Fix for bug 64501 - allow embedding apps to specify app registry location. Moves appfilelocprovider into xpcom.
r=dougt@netscape.com, sr=brendan@mozilla.org
|
2001-01-18 22:51:57 +00:00 |
nsAppFileLocationProvider.cpp
|
Bug 65907 - remove dependency on chrome from XPCOM.
r=racham@netscape.com,tao@netscape.com, cls@seawood.org, sr=hyatt@netscape.com
|
2001-02-06 15:41:37 +00:00 |
nsAppFileLocationProvider.h
|
Fix for bug 64501 - allow embedding apps to specify app registry location. Moves appfilelocprovider into xpcom.
r=dougt@netscape.com, sr=brendan@mozilla.org
|
2001-01-18 22:51:57 +00:00 |
nsBinaryStream.cpp
|
|
|
nsBinaryStream.h
|
|
|
nsByteArrayInputStream.cpp
|
|
|
nsByteArrayInputStream.h
|
|
|
nsDirectoryService.cpp
|
Fix for bug 64501 - allow embedding apps to specify app registry location. Moves appfilelocprovider into xpcom.
r=dougt@netscape.com, sr=brendan@mozilla.org
|
2001-01-18 22:51:57 +00:00 |
nsDirectoryService.h
|
Fix for bug 64501 - allow embedding apps to specify app registry location. Moves appfilelocprovider into xpcom.
r=dougt@netscape.com, sr=brendan@mozilla.org
|
2001-01-18 22:51:57 +00:00 |
nsDirectoryServiceDefs.h
|
Stupid misspelling
|
2001-01-29 23:35:54 +00:00 |
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
|
|
|
nsFileSpecOS2.cpp
|
r=mkaply, a=blizzard
|
2001-01-31 21:47:40 +00:00 |
nsFileSpecStreaming.cpp
|
|
|
nsFileSpecStreaming.h
|
|
|
nsFileSpecUnix.cpp
|
|
|
nsFileSpecWin.cpp
|
|
|
nsFileStream.cpp
|
69862. r=bienvenu sr=scc@mozilla.org. Check and close the file stream in the destructor
|
2001-02-26 18:50:25 +00:00 |
nsFileStream.h
|
69862. r=bienvenu sr=scc@mozilla.org. Check and close the file stream in the destructor
|
2001-02-26 18:50:25 +00:00 |
nsIBaseStream.idl
|
|
|
nsIBinaryInputStream.idl
|
|
|
nsIBinaryOutputStream.idl
|
|
|
nsIBufferInputStream.idl
|
|
|
nsIBufferOutputStream.idl
|
|
|
nsIByteArrayInputStream.idl
|
|
|
nsIDirectoryService.idl
|
Fix for bug 64501 - allow embedding apps to specify app registry location. Moves appfilelocprovider into xpcom.
r=dougt@netscape.com, sr=brendan@mozilla.org
|
2001-01-18 22:51:57 +00:00 |
nsIFile.idl
|
|
|
nsIFileSpec.idl
|
|
|
nsIFileStream.cpp
|
|
|
nsIFileStream.h
|
|
|
nsIInputStream.idl
|
|
|
nsILocalFile.idl
|
Bug #63346 --> add methods for reveal and launch to a local file. Stub implementions for OS/2 and Unix right now.
|
2001-01-30 05:02:48 +00:00 |
nsILocalFileMac.h
|
|
|
nsIOutputStream.idl
|
|
|
nsIPipe.idl
|
|
|
nsIScriptableInputStream.idl
|
|
|
nsIStorageStream.idl
|
|
|
nsIStringStream.cpp
|
|
|
nsIStringStream.h
|
|
|
nsIUnicharInputStream.h
|
|
|
nsLinebreakConverter.cpp
|
|
|
nsLinebreakConverter.h
|
|
|
nsLocalFile.h
|
|
|
nsLocalFileCommon.cpp
|
|
|
nsLocalFileMac.cpp
|
Bug 27857 - nsIFile not complete on Mac. Adding CopyToFollowingLinks(). r=sdagley@netscape.com, sr=sfraser@netscape.com
|
2001-02-26 15:22:17 +00:00 |
nsLocalFileMac.h
|
Bug 27857 - nsIFile not complete on Mac. Adding CopyToFollowingLinks(). r=sdagley@netscape.com, sr=sfraser@netscape.com
|
2001-02-26 15:22:17 +00:00 |
nsLocalFileOS2.cpp
|
r=mkaply, a=blizzard
|
2001-02-07 04:29:57 +00:00 |
nsLocalFileOS2.h
|
Bug #63346 --> implment reveal and launch methods for OS/2.
|
2001-01-31 21:04:04 +00:00 |
nsLocalFileUnix.cpp
|
bug 42704 missing initialization in nsLocalFile::GetFileSize, r=dougt/sr=mscott
|
2001-02-07 00:14:33 +00:00 |
nsLocalFileUnix.h
|
|
|
nsLocalFileWin.cpp
|
Fixes 53152. Basically loosens the restrictions on appending relative paths on windows.
|
2001-02-22 23:52:26 +00:00 |
nsLocalFileWin.h
|
|
|
nsPipe2.cpp
|
Bug 65146. Fix deadlock potential in proxy code; remove unncessary locks from nsPipe2. r=darin,dougt; sr=brendan
|
2001-02-12 23:33: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
|
|
|