.. |
.cvsignore
|
|
|
macDirectoryCopy.c
|
bug #42100, Carbon compatibility. r=gordon, saari, pinkerton, sfraser
|
2000-06-20 23:10:06 +00:00 |
macDirectoryCopy.h
|
First Checked In.
|
2000-04-03 01:50:18 +00:00 |
Makefile.in
|
Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan
|
2000-08-22 07:03:33 +00:00 |
makefile.win
|
Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan
|
2000-08-22 07:03:33 +00:00 |
MANIFEST
|
Added nsDirectoryServiceDefs.h
|
2000-08-10 04:37:43 +00:00 |
MANIFEST_IDL
|
Enabling ByteArrayInputStream. Needed to fix 32600, r=warren
|
2000-03-22 02:50:56 +00:00 |
nsAppDirectoryServiceDefs.h
|
Fix build warning, trailing slash looks run-on comment to the egcs compiler.
|
2000-08-17 01:53:59 +00:00 |
nsAppFileLocationProvider.cpp
|
Bug 37275, Changing value of all progids, and changing everywhere a progid
|
2000-09-13 23:57:52 +00:00 |
nsAppFileLocationProvider.h
|
More double-space lossage, whitespace change only.
|
2000-08-10 08:16:40 +00:00 |
nsBinaryStream.cpp
|
Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan
|
2000-08-22 07:03:33 +00:00 |
nsBinaryStream.h
|
Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan
|
2000-08-22 07:03:33 +00:00 |
nsByteArrayInputStream.cpp
|
Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan
|
2000-08-22 07:03:33 +00:00 |
nsByteArrayInputStream.h
|
Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan
|
2000-08-22 07:03:33 +00:00 |
nsDirectoryService.cpp
|
Bug 46772. Added nsIDirectoryService::UnregisterProvider
|
2000-09-08 04:57:33 +00:00 |
nsDirectoryService.h
|
bug #43585, r=sfraser, add static atom for mac default download dir
|
2000-09-06 21:13:04 +00:00 |
nsDirectoryServiceDefs.h
|
bug #43585, r=sfraser, add string NS_MAC_DEFAULT_DOWNLOAD_DIR
|
2000-09-06 21:13:06 +00:00 |
nsEscape.cpp
|
Added URL attribute to nsIFile (why: because (a) needs to vary for different implementations, and (b) need to factor out of necko for installer). Not implemented yet.
|
2000-09-12 08:05:13 +00:00 |
nsEscape.h
|
Added PRUnichar version of escape function, bug 34373, r=rhp, a=bobj.
|
2000-06-05 22:01:32 +00:00 |
nsFileSpec.cpp
|
Bug 37275, Changing value of all progids, and changing everywhere a progid
|
2000-09-13 23:57:52 +00:00 |
nsFileSpec.h
|
checked in warren's patch to remove circular memory leak in directory service
|
2000-04-25 01:48:02 +00:00 |
nsFileSpecBeOS.cpp
|
Removed extra & as suggested by Matthew Z. on m.beos.
|
2000-04-21 21:03:56 +00:00 |
nsFileSpecImpl.cpp
|
checked in warren's patch to remove circular memory leak in directory service
|
2000-04-25 01:48:02 +00:00 |
nsFileSpecImpl.h
|
|
|
nsFileSpecMac.cpp
|
missed commenting out two assertions which will cause mac and OS2 users
|
2000-04-25 18:16:16 +00:00 |
nsFileSpecOS2.cpp
|
#42637
|
2000-06-28 14:50:12 +00:00 |
nsFileSpecStreaming.cpp
|
|
|
nsFileSpecStreaming.h
|
|
|
nsFileSpecUnix.cpp
|
Set sane directory permissions on creation. Partial fix for 43091. r=dougt
|
2000-08-04 22:13:10 +00:00 |
nsFileSpecWin.cpp
|
Set sane directory permissions on creation. Partial fix for 43091. r=dougt
|
2000-08-04 22:13:10 +00:00 |
nsFileStream.cpp
|
r,a=brendan@mozilla.org 24052
|
2000-07-21 22:16:18 +00:00 |
nsFileStream.h
|
r,a=brendan@mozilla.org 24052
|
2000-07-21 22:16:18 +00:00 |
nsIBaseStream.idl
|
Landing nsIFile.
|
2000-01-24 21:28:28 +00:00 |
nsIBinaryInputStream.idl
|
Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan
|
2000-08-22 07:03:33 +00:00 |
nsIBinaryOutputStream.idl
|
|
|
nsIBufferInputStream.idl
|
fix Mac bustage?
|
2000-08-22 07:53:24 +00:00 |
nsIBufferOutputStream.idl
|
fix Mac bustage?
|
2000-08-22 07:53:24 +00:00 |
nsIByteArrayInputStream.idl
|
Add ByteArrayInoutStream. Not part of the build yet
|
2000-03-22 00:48:48 +00:00 |
nsIDirectoryService.idl
|
Bug 37275, Changing value of all progids, and changing everywhere a progid
|
2000-09-13 23:57:52 +00:00 |
nsIFile.idl
|
Bug 37275, Changing value of all progids, and changing everywhere a progid
|
2000-09-13 23:57:52 +00:00 |
nsIFileSpec.idl
|
Bug 37275, Changing value of all progids, and changing everywhere a progid
|
2000-09-13 23:57:52 +00:00 |
nsIFileStream.cpp
|
Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan
|
2000-08-22 07:03:33 +00:00 |
nsIFileStream.h
|
|
|
nsIInputStream.idl
|
Fixed comments which got swapped around.
|
2000-08-22 07:12:56 +00:00 |
nsILocalFile.idl
|
Bug 37275, Changing value of all progids, and changing everywhere a progid
|
2000-09-13 23:57:52 +00:00 |
nsILocalFileMac.h
|
bug 40750.
|
2000-07-12 23:31:31 +00:00 |
nsIOutputStream.idl
|
Fixed comments which got swapped around.
|
2000-08-22 07:12:56 +00:00 |
nsIPipe.idl
|
Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan
|
2000-08-22 07:03:33 +00:00 |
nsIScriptableInputStream.idl
|
Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan
|
2000-08-22 07:03:33 +00:00 |
nsIStorageStream.idl
|
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
|
2000-06-03 09:46:12 +00:00 |
nsIStringStream.cpp
|
Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan
|
2000-08-22 07:03:33 +00:00 |
nsIStringStream.h
|
28412 metaDataLength is wrong in nsCachedNetData::Deserialize. Add routines to build stream from char* and length
|
2000-04-19 04:54:53 +00:00 |
nsIUnicharInputStream.h
|
|
|
nsLinebreakConverter.cpp
|
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
|
2000-06-03 09:46:12 +00:00 |
nsLinebreakConverter.h
|
First Checked In.
|
1999-12-01 22:21:30 +00:00 |
nsLocalFile.h
|
# 34082
|
2000-05-02 23:14:31 +00:00 |
nsLocalFileCommon.cpp
|
Bug 37275, Changing value of all progids, and changing everywhere a progid
|
2000-09-13 23:57:52 +00:00 |
nsLocalFileMac.cpp
|
Added URL attribute to nsIFile (why: because (a) needs to vary for different implementations, and (b) need to factor out of necko for installer). Not implemented yet.
|
2000-09-12 08:05:13 +00:00 |
nsLocalFileMac.h
|
bug 40750.
|
2000-07-12 23:31:31 +00:00 |
nsLocalFileOS2.cpp
|
OS/2 Tinderbox break
|
2000-09-12 12:28:31 +00:00 |
nsLocalFileOS2.h
|
bug 40750.
|
2000-07-12 23:31:31 +00:00 |
nsLocalFileUnix.cpp
|
Added URL attribute to nsIFile (why: because (a) needs to vary for different implementations, and (b) need to factor out of necko for installer). Not implemented yet.
|
2000-09-12 08:05:13 +00:00 |
nsLocalFileUnix.h
|
fix build breakage on platforms with out ENOLINK
|
2000-01-28 23:09:58 +00:00 |
nsLocalFileWin.cpp
|
Added URL attribute to nsIFile (why: because (a) needs to vary for different implementations, and (b) need to factor out of necko for installer). Not implemented yet.
|
2000-09-12 08:05:13 +00:00 |
nsLocalFileWin.h
|
bug 40750.
|
2000-07-12 23:31:31 +00:00 |
nsPipe2.cpp
|
Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan
|
2000-08-22 07:03:33 +00:00 |
nsScriptableInputStream.cpp
|
Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan
|
2000-08-22 07:03:33 +00:00 |
nsScriptableInputStream.h
|
Bug 37275, Changing value of all progids, and changing everywhere a progid
|
2000-09-13 23:57:52 +00:00 |
nsSegmentedBuffer.cpp
|
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
|
2000-06-03 09:46:12 +00:00 |
nsSegmentedBuffer.h
|
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
|
2000-06-03 09:46:12 +00:00 |
nsSpecialSystemDirectory.cpp
|
Bug 37275, Changing value of all progids, and changing everywhere a progid
|
2000-09-13 23:57:52 +00:00 |
nsSpecialSystemDirectory.h
|
bug #43585, r=sfraser, add Mac_DefaultDownloadDirectory to SystemDirectories enum
|
2000-09-06 21:13:14 +00:00 |
nsStdFileStream.cpp
|
|
|
nsStdFileStream.h
|
# 25555
|
2000-02-29 21:27:02 +00:00 |
nsStorageStream.cpp
|
Changed the nsIInputStreams created by the storage stream to be thread-safe...
|
2000-09-10 08:12:26 +00:00 |
nsStorageStream.h
|
Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan
|
2000-08-22 07:03:33 +00:00 |
nsStringIO.h
|
bug #49817: fix |normalize_forward|, |normalize_backward|; make |Begin(Read|Writ)ing| call |normalize_forward|; pass iterators by reference. r=mjudge
|
2000-09-02 04:10:44 +00:00 |
nsUnicharInputStream.cpp
|
Standalone xpcom.
|
2000-05-14 22:46:24 +00:00 |