gecko-dev/xpcom/io
mkaply%us.ibm.com 6568dc534e r=dougt, a=blizzard
OS/2 only code to handle DBCS properly in nsFileSpec
2001-02-07 04:32:24 +00:00
..
.cvsignore
macDirectoryCopy.c
macDirectoryCopy.h
Makefile.in 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
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 Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
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 fix for #45797 - fix NS_IMPL_ISUPPORTS consumers 2000-11-17 03:41:41 +00:00
nsBinaryStream.h
nsByteArrayInputStream.cpp Implementation of ReadSegments to support less copying in the parser. r=rpotts, sr=jst 2000-12-12 21:57:47 +00:00
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 #56767 2000-11-28 23:27:38 +00:00
nsFileSpecBeOS.cpp Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
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 Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
nsFileSpecWin.cpp
nsFileStream.cpp #56767 2000-11-28 23:27:38 +00:00
nsFileStream.h #56767 2000-11-28 23:27:38 +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 Bug 55891 r=brade, sr=sfraser 2000-11-14 15:58:54 +00:00
nsIFileStream.h Convert nsIDiskDocument to xpidl, and change it from using nsFileSpecs to nsIFiles. Bug 62567, r= buster, ducarroz, adamlock, sr=kin 2001-01-09 22:47:02 +00:00
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 Bug 55891 r=brade, sr=sfraser 2000-11-14 15:58:54 +00:00
nsIOutputStream.idl
nsIPipe.idl
nsIScriptableInputStream.idl
nsIStorageStream.idl
nsIStringStream.cpp
nsIStringStream.h
nsIUnicharInputStream.h
nsLinebreakConverter.cpp #56767 2000-11-28 23:27:38 +00:00
nsLinebreakConverter.h
nsLocalFile.h Avoid relying on static constructor for nsFSStringConversion in nsLocalFile by making all methods static and avoiding the need for an object and then doing cleanup during XPCOM shutdown. b=43591 r=dougt@netscape.com sr=waterson@netscape.com 2000-12-09 04:11:05 +00:00
nsLocalFileCommon.cpp fix bustage to XPCOM_STANDALONE from fix to bug 43591. r=dbaron sr=brendan 2000-12-13 04:36:53 +00:00
nsLocalFileMac.cpp bug 46435, r=pinkerton, sr=sfraser, since we went to all the trouble of calling Internet Config in SetOSTypeFromExtension, set file creator as well, but not before consulting an exceptions list so that certain files, e.g. .html and .htm files, always have our app creator code 2001-02-07 00:46:58 +00:00
nsLocalFileMac.h bug 46435, r=pinkerton, sr=sfraser, change name of SetOSTypeFromExtension() to SetOSTypeAndCreatorFromExtension() and added ExtensionIsOnExceptionList() 2001-02-07 00:47:01 +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 Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
nsLocalFileWin.cpp 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
nsLocalFileWin.h
nsPipe2.cpp Fixes bug 66493. nsSocketTransport changes broke in-process PSM. 2001-01-27 01:28:00 +00:00
nsScriptableInputStream.cpp
nsScriptableInputStream.h
nsSegmentedBuffer.cpp
nsSegmentedBuffer.h
nsSpecialSystemDirectory.cpp Fixes 58679 and 32056 2001-01-16 22:19:07 +00:00
nsSpecialSystemDirectory.h #55813 2000-11-01 20:04:59 +00:00
nsStdFileStream.cpp
nsStdFileStream.h #56767 2000-11-28 23:27:38 +00:00
nsStorageStream.cpp Fix for assert when loading content from the memory cache (ie. hitting Back). r=jst 2000-12-13 23:11:32 +00:00
nsStorageStream.h
nsStringIO.h
nsUnicharInputStream.cpp