.. |
.cvsignore
|
|
|
macDirectoryCopy.c
|
|
|
macDirectoryCopy.h
|
|
|
Makefile.in
|
|
|
nsAppDirectoryServiceDefs.h
|
|
|
nsAppFileLocationProvider.cpp
|
Bug 106386 Correct misspellings in source code
|
2005-11-25 21:57:13 +00:00 |
nsAppFileLocationProvider.h
|
|
|
nsBinaryStream.cpp
|
|
|
nsBinaryStream.h
|
|
|
nsByteArrayInputStream.cpp
|
|
|
nsByteArrayInputStream.h
|
|
|
nsDirectoryService.cpp
|
Bug 311346 - Add directory service key for "C:\Program Files" r=darin
|
2005-10-09 19:00:19 +00:00 |
nsDirectoryService.h
|
Bug 311346 - Add directory service key for "C:\Program Files" r=darin
|
2005-10-09 19:00:19 +00:00 |
nsDirectoryServiceDefs.h
|
Bug 311346 - Add directory service key for "C:\Program Files" r=darin
|
2005-10-09 19:00:19 +00:00 |
nsDirectoryServiceUtils.h
|
|
|
nsEscape.cpp
|
Bug 288154 If the path has 0x7c in its name, firefox cannot open the file (Should encode 0x7c to %7C) r+sr=darin, a=benjamin
|
2005-07-28 14:51:17 +00:00 |
nsEscape.h
|
Bug 316869, r+sr=darin
|
2005-11-17 19:28:05 +00:00 |
nsFastLoadFile.cpp
|
Keep an interface pointer to the nsISeekableStream in nsFastLoadFileReader/Writer/Updater to avoid repeated QI (bug 313575). r+sr=brendan.
|
2005-10-24 18:02:00 +00:00 |
nsFastLoadFile.h
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
nsFastLoadPtr.h
|
|
|
nsFastLoadService.cpp
|
Enable fastloading of JS components. Bug 279839, r=shaver sr=brendan.
|
2005-10-20 16:39:24 +00:00 |
nsFastLoadService.h
|
|
|
nsIAsyncInputStream.idl
|
|
|
nsIAsyncOutputStream.idl
|
|
|
nsIBaseStream.idl
|
|
|
nsIBinaryInputStream.idl
|
Enable fastloading of JS components. Bug 279839, r=shaver sr=brendan.
|
2005-10-20 16:39:24 +00:00 |
nsIBinaryOutputStream.idl
|
|
|
nsIByteArrayInputStream.idl
|
|
|
nsIConverterInputStream.idl
|
|
|
nsIConverterOutputStream.idl
|
|
|
nsIDirectoryEnumerator.idl
|
|
|
nsIDirectoryService.idl
|
|
|
nsIFastLoadFileControl.idl
|
|
|
nsIFastLoadService.idl
|
|
|
nsIFile.idl
|
|
|
nsIInputStream.idl
|
|
|
nsIInputStreamTee.idl
|
|
|
nsILineInputStream.idl
|
|
|
nsILocalFile.idl
|
|
|
nsILocalFileMac.idl
|
|
|
nsILocalFileOS2.idl
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2005-09-13 18:40:56 +00:00 |
nsILocalFileWin.idl
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2005-09-13 18:40:56 +00:00 |
nsIMultiplexInputStream.idl
|
|
|
nsInputStreamTee.cpp
|
|
|
nsIObjectInputStream.idl
|
|
|
nsIObjectOutputStream.idl
|
|
|
nsIObservableInputStream.idl
|
|
|
nsIObservableOutputStream.idl
|
|
|
nsIOutputStream.idl
|
|
|
nsIPipe.idl
|
|
|
nsIScriptableInputStream.idl
|
|
|
nsISeekableStream.idl
|
|
|
nsIStorageStream.idl
|
|
|
nsIStreamBufferAccess.idl
|
|
|
nsIStringStream.idl
|
Bug 305949 Part 1 - Separate the frozen XPCOM exports with the XPCOM_API macro; add compatibility methods to the frozen string API; convert most of the tests/tools to use the xpcom glue when appropriate r=darin This checking does not actually stop exporting the nonfrozen methods yet, pending a bunch of test cleanup throughout the tree.
|
2005-11-08 18:17:49 +00:00 |
nsIUnicharInputStream.idl
|
|
|
nsIUnicharLineInputStream.idl
|
|
|
nsIUnicharOutputStream.idl
|
|
|
nsLinebreakConverter.cpp
|
Bug 234624 crashes converting \r\r\n input from Iframe into a hidden form field [@ ConvertBreaks]
|
2005-09-16 21:06:21 +00:00 |
nsLinebreakConverter.h
|
|
|
nsLocalFile.h
|
|
|
nsLocalFileCommon.cpp
|
|
|
nsLocalFileMac.cpp
|
|
|
nsLocalFileMac.h
|
|
|
nsLocalFileOS2.cpp
|
Followup to bug 316732 - impls actually have to QI to the interface (pointed out by bz)
|
2005-11-18 20:12:46 +00:00 |
nsLocalFileOS2.h
|
OS/2 version of 316732
|
2005-11-18 18:54:19 +00:00 |
nsLocalFileOSX.cpp
|
Bug 317345, nsLocalFile(OSX)::IsHidden is broken garbage. Use kFSCatInfoFinderInfo to obtain Finder attributes. r=josh sr=smfr
|
2005-11-22 05:09:38 +00:00 |
nsLocalFileOSX.h
|
Bug 316732 - Allow for hashing on nsIFile by introducing a new nsIHashable interface and implementing it for the file types r=darin
|
2005-11-18 14:18:49 +00:00 |
nsLocalFileUnicode.h
|
|
|
nsLocalFileUnix.cpp
|
Followup to bug 316732 - impls actually have to QI to the interface (pointed out by bz)
|
2005-11-18 20:12:46 +00:00 |
nsLocalFileUnix.h
|
Bug 316732 - Allow for hashing on nsIFile by introducing a new nsIHashable interface and implementing it for the file types r=darin
|
2005-11-18 14:18:49 +00:00 |
nsLocalFileWin.cpp
|
Followup to bug 316732 - impls actually have to QI to the interface (pointed out by bz)
|
2005-11-18 20:12:46 +00:00 |
nsLocalFileWin.h
|
Bug 316732 - Allow for hashing on nsIFile by introducing a new nsIHashable interface and implementing it for the file types r=darin
|
2005-11-18 14:18:49 +00:00 |
nsMultiplexInputStream.cpp
|
|
|
nsMultiplexInputStream.h
|
|
|
nsNativeCharsetUtils.cpp
|
|
|
nsNativeCharsetUtils.h
|
|
|
nsPipe3.cpp
|
Bug 106386 Correct misspellings in source code
|
2005-11-25 19:48:04 +00:00 |
nsPipe.h
|
fixes bug 300423 "Expose nsIPipe implementation via component factory" r+a=bsmedberg
|
2005-07-18 23:39:56 +00:00 |
nsScriptableInputStream.cpp
|
|
|
nsScriptableInputStream.h
|
|
|
nsSegmentedBuffer.cpp
|
|
|
nsSegmentedBuffer.h
|
|
|
nsStorageStream.cpp
|
|
|
nsStorageStream.h
|
|
|
nsStreamUtils.cpp
|
Initial patch for bug 312760 "Provide base channel for use by protocol implementations" r=biesi sr=bzbarsky
|
2005-11-12 18:17:19 +00:00 |
nsStreamUtils.h
|
Initial patch for bug 312760 "Provide base channel for use by protocol implementations" r=biesi sr=bzbarsky
|
2005-11-12 18:17:19 +00:00 |
nsStringIO.h
|
|
|
nsStringStream.cpp
|
Initial patch for bug 312760 "Provide base channel for use by protocol implementations" r=biesi sr=bzbarsky
|
2005-11-12 18:17:19 +00:00 |
nsStringStream.h
|
|
|
nsUnicharInputStream.cpp
|
Bug 106386 Correct misspellings in source code
|
2005-11-25 21:57:13 +00:00 |
SpecialSystemDirectory.cpp
|
Bustage fix following bug 311346
|
2005-10-10 09:15:12 +00:00 |
SpecialSystemDirectory.h
|
Bug 311346 - Add directory service key for "C:\Program Files" r=darin
|
2005-10-09 19:00:19 +00:00 |