.. |
.cvsignore
|
…
|
|
MANIFEST
|
99160. Moving utility functions into a seperate header. r=jband, sr=rpotts, a=brendan
|
2002-03-20 00:34:17 +00:00 |
MANIFEST_IDL
|
b=99165 Freeze nsIInputStream nsIOutputStream (not yet frozen... but close)
|
2002-03-12 00:59:06 +00:00 |
Makefile.in
|
99160. Moving utility functions into a seperate header. r=jband, sr=rpotts, a=brendan
|
2002-03-20 00:34:17 +00:00 |
macDirectoryCopy.c
|
…
|
|
macDirectoryCopy.h
|
…
|
|
makefile.win
|
99160. Moving utility functions into a seperate header. r=jband, sr=rpotts, a=brendan
|
2002-03-20 00:34:17 +00:00 |
nsAppDirectoryServiceDefs.h
|
105087 r=dveditz, sr=mscott, a=asa
|
2002-04-02 23:56:43 +00:00 |
nsAppFileLocationProvider.cpp
|
105087 r=dveditz, sr=mscott, a=asa
|
2002-04-02 23:56:43 +00:00 |
nsAppFileLocationProvider.h
|
…
|
|
nsBinaryStream.cpp
|
b=99165 Freeze nsIInputStream nsIOutputStream (not yet frozen... but close)
|
2002-03-12 00:59:06 +00:00 |
nsBinaryStream.h
|
remove a bunch of dead code, and remove NS_COM from a bunch of concrete classes that weren't being used previously
|
2002-02-18 22:57:47 +00:00 |
nsByteArrayInputStream.cpp
|
b=99165 Freeze nsIInputStream nsIOutputStream (not yet frozen... but close)
|
2002-03-12 00:59:06 +00:00 |
nsByteArrayInputStream.h
|
…
|
|
nsDirectoryService.cpp
|
Bug 116435 - The provider in nsAppFileLocationProvider.cpp should always be registered. r=dougt/sr=rpotts/a=dbaron
|
2002-01-22 23:00:44 +00:00 |
nsDirectoryService.h
|
…
|
|
nsDirectoryServiceDefs.h
|
…
|
|
nsDirectoryServiceUtils.h
|
99160. Moving utility functions into a seperate header. r=jband, sr=rpotts, a=brendan
|
2002-03-20 00:34:17 +00:00 |
nsEscape.cpp
|
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
|
2002-03-06 07:48:55 +00:00 |
nsEscape.h
|
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
|
2002-03-06 07:48:55 +00:00 |
nsFastLoadFile.cpp
|
…
|
|
nsFastLoadFile.h
|
remove a bunch of dead code, and remove NS_COM from a bunch of concrete classes that weren't being used previously
|
2002-02-18 22:57:47 +00:00 |
nsFastLoadPtr.h
|
…
|
|
nsFastLoadService.cpp
|
…
|
|
nsFastLoadService.h
|
remove a bunch of dead code, and remove NS_COM from a bunch of concrete classes that weren't being used previously
|
2002-02-18 22:57:47 +00:00 |
nsFileSpec.cpp
|
eliminate nsCRT::strlen for char* strings (part 5), bug 124536 r=dp sr=brendan
|
2002-02-20 06:38:38 +00:00 |
nsFileSpec.h
|
oops, back out this change, wasn't supposed to land
|
2002-02-18 23:00:11 +00:00 |
nsFileSpecBeOS.cpp
|
…
|
|
nsFileSpecImpl.cpp
|
oops, back out this change, wasn't supposed to land
|
2002-02-18 23:00:11 +00:00 |
nsFileSpecImpl.h
|
bug 63025 - stop exporting nsFileSpecImpl as nobody is calling the constructor
|
2002-02-15 00:20:49 +00:00 |
nsFileSpecMac.cpp
|
Fix for bug 129358. Need to pre-initialize spec.name to void memory corruption in the copy constructor when the file doesn't exist. Also protect the copy constructor against bogus spec.name. R=fraser, SR=sspitzer, A=asa
|
2002-04-10 21:31:27 +00:00 |
nsFileSpecOS2.cpp
|
…
|
|
nsFileSpecUnix.cpp
|
…
|
|
nsFileSpecWin.cpp
|
…
|
|
nsFileStream.cpp
|
remove a bunch of dead code, and remove NS_COM from a bunch of concrete classes that weren't being used previously
|
2002-02-18 22:57:47 +00:00 |
nsFileStream.h
|
remove a bunch of dead code, and remove NS_COM from a bunch of concrete classes that weren't being used previously
|
2002-02-18 22:57:47 +00:00 |
nsIBaseStream.idl
|
…
|
|
nsIBinaryInputStream.idl
|
…
|
|
nsIBinaryOutputStream.idl
|
…
|
|
nsIByteArrayInputStream.idl
|
…
|
|
nsIDirectoryService.idl
|
Bug 121235 - Freeze nsIDirectoryServiceProvider2. r=dougt@netscape.com/sr=jband@netscape.com
|
2002-02-04 13:10:54 +00:00 |
nsIFastLoadFileControl.idl
|
…
|
|
nsIFastLoadService.idl
|
…
|
|
nsIFile.idl
|
99160. Moving utility functions into a seperate header. r=jband, sr=rpotts, a=brendan
|
2002-03-20 00:34:17 +00:00 |
nsIFileSpec.idl
|
…
|
|
nsIFileStream.cpp
|
b=99165 Freeze nsIInputStream nsIOutputStream (not yet frozen... but close)
|
2002-03-12 00:59:06 +00:00 |
nsIFileStream.h
|
…
|
|
nsIInputStream.idl
|
minor change of tense: "to read" -> "to be read"
|
2002-03-12 01:01:08 +00:00 |
nsIInputStreamTee.idl
|
…
|
|
nsILineInputStream.idl
|
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
|
2002-03-24 00:16:18 +00:00 |
nsILocalFile.idl
|
Bug 12911 - use relative file descriptors. This adds the needed methods to nsILocalFile. r=dougt/sr=alecf/a=asa/adt=jaime
|
2002-04-09 14:12:24 +00:00 |
nsILocalFileMac.idl
|
Fix bug # 122571: add ability to determine if a directory is actually a package (for Mac OS 9/X) r=ccarlen sr=ben
|
2002-01-30 23:53:12 +00:00 |
nsIMultiplexInputStream.idl
|
Form submission performance / maintability improvements (bug 120682) r=alexsavulov,r=sicking,sr=jst
|
2002-02-16 01:19:24 +00:00 |
nsIObjectInputStream.idl
|
…
|
|
nsIObjectOutputStream.idl
|
…
|
|
nsIObservableInputStream.idl
|
b=99165 Freeze nsIInputStream nsIOutputStream (not yet frozen... but close)
|
2002-03-12 00:59:06 +00:00 |
nsIObservableOutputStream.idl
|
b=99165 Freeze nsIInputStream nsIOutputStream (not yet frozen... but close)
|
2002-03-12 00:59:06 +00:00 |
nsIOutputStream.idl
|
b=99165 Freeze nsIInputStream nsIOutputStream (not yet frozen... but close)
|
2002-03-12 00:59:06 +00:00 |
nsIPipe.idl
|
b=99165 Freeze nsIInputStream nsIOutputStream (not yet frozen... but close)
|
2002-03-12 00:59:06 +00:00 |
nsIScriptableInputStream.idl
|
…
|
|
nsISeekableStream.idl
|
…
|
|
nsIStorageStream.idl
|
…
|
|
nsIStreamBufferAccess.idl
|
…
|
|
nsIStringStream.idl
|
fix for bug 121508 - clean up nsStringStream and nsIParser APIs.. r=dougt, sr=jst
|
2002-01-27 22:02:00 +00:00 |
nsIUnicharInputStream.h
|
…
|
|
nsInputStreamTee.cpp
|
b=99165 Freeze nsIInputStream nsIOutputStream (not yet frozen... but close)
|
2002-03-12 00:59:06 +00:00 |
nsLinebreakConverter.cpp
|
eliminate nsCRT::strlen for char* strings (part 5), bug 124536 r=dp sr=brendan
|
2002-02-20 06:38:38 +00:00 |
nsLinebreakConverter.h
|
…
|
|
nsLocalFile.h
|
…
|
|
nsLocalFileCommon.cpp
|
Bug 12911 - use relative file descriptors. This adds the needed methods to nsILocalFile. r=dougt/sr=alecf/a=asa/adt=jaime
|
2002-04-09 14:12:24 +00:00 |
nsLocalFileMac.cpp
|
Bug 12911 - use relative file descriptors. This adds the needed methods to nsILocalFile. r=dougt/sr=alecf/a=asa/adt=jaime
|
2002-04-09 14:12:24 +00:00 |
nsLocalFileMac.h
|
Bug 12911 - use relative file descriptors. This adds the needed methods to nsILocalFile. r=dougt/sr=alecf/a=asa/adt=jaime
|
2002-04-09 14:12:24 +00:00 |
nsLocalFileOS2.cpp
|
Backing out alecf's checkin for bug 124497 to fix comet startup test problem.
|
2002-03-20 03:16:09 +00:00 |
nsLocalFileOS2.h
|
#1192111
|
2002-01-14 21:17:43 +00:00 |
nsLocalFileUnicode.cpp
|
bug 131161
|
2002-04-09 01:54:09 +00:00 |
nsLocalFileUnicode.h
|
…
|
|
nsLocalFileUnix.cpp
|
Backing out alecf's checkin for bug 124497 to fix comet startup test problem.
|
2002-03-20 03:16:09 +00:00 |
nsLocalFileUnix.h
|
movind implementation of FilleStatCache into nsLocalFileUnix.cpp
|
2002-01-27 18:02:18 +00:00 |
nsLocalFileWin.cpp
|
fix for bug 124497 - leaking nsLocalFile objects - the copy constructor was copying the refcount to the new object
|
2002-03-16 05:30:15 +00:00 |
nsLocalFileWin.h
|
part of fix to bug 63025 - stop exporting nsLocalFile on windows, because it's not imported by anyone
|
2002-02-15 00:14:20 +00:00 |
nsMultiplexInputStream.cpp
|
fixes bug 130301 "Cannot submit large POST requests since Mozilla 0.9.9"
|
2002-04-01 05:06:59 +00:00 |
nsMultiplexInputStream.h
|
Form submission performance / maintability improvements (bug 120682) r=alexsavulov,r=sicking,sr=jst
|
2002-02-16 01:19:24 +00:00 |
nsPipe2.cpp
|
b=99165 Freeze nsIInputStream nsIOutputStream (not yet frozen... but close)
|
2002-03-12 00:59:06 +00:00 |
nsScriptableInputStream.cpp
|
…
|
|
nsScriptableInputStream.h
|
…
|
|
nsSegmentedBuffer.cpp
|
eliminates 107 nsCRT::memset calls to use memset instead. removed nsCRT::memset() function. bug 118135 r=dp sr=brendan
|
2002-02-05 01:41:13 +00:00 |
nsSegmentedBuffer.h
|
…
|
|
nsSpecialSystemDirectory.cpp
|
#132295
|
2002-03-22 21:26:15 +00:00 |
nsSpecialSystemDirectory.h
|
…
|
|
nsStdFileStream.cpp
|
…
|
|
nsStdFileStream.h
|
…
|
|
nsStorageStream.cpp
|
always seek so variables are initialized properly, increment mSegmentNum before getting next block; bug 129760, r=dougt, sr=darin, a=Asa
|
2002-03-19 14:11:06 +00:00 |
nsStorageStream.h
|
remove a bunch of dead code, and remove NS_COM from a bunch of concrete classes that weren't being used previously
|
2002-02-18 22:57:47 +00:00 |
nsStringIO.h
|
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
|
2002-03-24 00:16:18 +00:00 |
nsStringStream.cpp
|
b=99165 Freeze nsIInputStream nsIOutputStream (not yet frozen... but close)
|
2002-03-12 00:59:06 +00:00 |
nsStringStream.h
|
…
|
|
nsUnicharInputStream.cpp
|
remove memcpy function from nsCRT, eliminate 2 new nsCRT::memcpy callers
|
2002-01-26 00:04:45 +00:00 |