.. |
macDirectoryCopy.c
|
|
|
macDirectoryCopy.h
|
|
|
Makefile.in
|
Bug 380813, improve scriptable io, and give file objects class info, meant to check this in a while ago, r=mfinkle,bsmedberg,sr=bsmedberg
|
2007-07-25 09:53:37 -07:00 |
nsAppDirectoryServiceDefs.h
|
Bug 392967: Load app and extension prefs separately. r=bsmedberg
|
2007-08-31 19:16:47 -07:00 |
nsAppFileLocationProvider.cpp
|
Bug 368297 - Fail to find plugins under MOZ_PLUGIN_PATH, patch by Boying Lu <brian.lu@sun.com>, r=me
|
2007-02-21 19:45:48 +00:00 |
nsAppFileLocationProvider.h
|
|
|
nsBinaryStream.cpp
|
Bug 398435 - "PRBool misuse bugs in xpcom/" [p=taras r=bsmedberg a1.9=sayrer]
|
2007-10-19 16:26:52 -07:00 |
nsBinaryStream.h
|
Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me
|
2007-04-23 07:21:53 -07:00 |
nsDirectoryService.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
nsDirectoryService.h
|
Bug 308073. Adding Download folder to directory service. r=timeless
|
2006-10-24 20:56:13 +00:00 |
nsDirectoryServiceDefs.h
|
Bug 308073. Adding Download folder to directory service. r=timeless
|
2006-10-24 20:56:13 +00:00 |
nsDirectoryServiceUtils.h
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
nsEscape.cpp
|
Bug 398435 - "PRBool misuse bugs in xpcom/" [p=taras r=bsmedberg a1.9=sayrer]
|
2007-10-19 16:26:52 -07:00 |
nsEscape.h
|
add unit test for bug 372050 and the unescape parts of bug 350932; also, clarify comments for the ESCAPE_URL_ONLY_NONASCII flag. r+sr+a=bz
|
2007-08-31 13:19:37 -07:00 |
nsFastLoadFile.cpp
|
Make fastload handle short reads from its underlying buffered stream. Bug
|
2007-07-17 18:54:55 -07:00 |
nsFastLoadFile.h
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
nsFastLoadService.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
nsFastLoadService.h
|
|
|
nsIAsyncInputStream.idl
|
|
|
nsIAsyncOutputStream.idl
|
|
|
nsIBaseStream.idl
|
|
|
nsIBinaryInputStream.idl
|
Bug 331996 nsIBinaryInputStream.readString/nsIBinaryInputStream.readCString and nsBinaryInputStream.readString/nsBinaryInputStream.readCString don't agree
|
2006-10-16 08:01:00 +00:00 |
nsIBinaryOutputStream.idl
|
Bug 331996 nsIBinaryInputStream.readString/nsIBinaryInputStream.readCString and nsBinaryInputStream.readString/nsBinaryInputStream.readCString don't agree
|
2006-10-16 08:01:00 +00:00 |
nsIConverterInputStream.idl
|
|
|
nsIConverterOutputStream.idl
|
|
|
nsIDirectoryEnumerator.idl
|
|
|
nsIDirectoryService.idl
|
|
|
nsIFastLoadFileControl.idl
|
|
|
nsIFastLoadService.idl
|
Bug 271824: do_GetFastLoadService should use nsGetServiceByCID. r=/sr=/a=bsmedberg
|
2007-09-05 02:13:57 -07:00 |
nsIFile.idl
|
remove XP_MAC from xpcom. b=281889 r=bsmedberg
|
2006-11-16 09:10:09 +00:00 |
nsIInputStream.idl
|
Make fastload handle short reads from its underlying buffered stream. Bug
|
2007-07-17 18:54:55 -07:00 |
nsIInputStreamTee.idl
|
|
|
nsILineInputStream.idl
|
|
|
nsILocalFile.idl
|
Add missing calls to PR_UnloadLibrary (excluding XPCOM component loader and nsPluginsDir*). b=374332 r=bsmedberg
|
2007-04-15 15:22:58 -07:00 |
nsILocalFileMac.idl
|
Bug 364521 - Need a bundleIdentifier attribute in nsILocalFileMac. r=mento, sr=pink.
|
2006-12-23 20:17:29 +00:00 |
nsILocalFileOS2.idl
|
|
|
nsILocalFileWin.idl
|
|
|
nsIMultiplexInputStream.idl
|
|
|
nsInputStreamTee.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
nsIObjectInputStream.idl
|
|
|
nsIObjectOutputStream.idl
|
|
|
nsIOutputStream.idl
|
|
|
nsIPipe.idl
|
Improve docs. Bug 396069, r+sr=biesi, a=bsmedberg
|
2007-09-17 15:30:58 -07:00 |
nsIScriptableInputStream.idl
|
|
|
nsIScriptableStreams.idl
|
Bug 380813, improve scriptable io, and give file objects class info, meant to check this in a while ago, r=mfinkle,bsmedberg,sr=bsmedberg
|
2007-07-25 09:53:37 -07:00 |
nsISeekableStream.idl
|
|
|
nsISimpleUnicharStreamFactory.idl
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2006-12-11 09:45:41 +00:00 |
nsIStorageStream.idl
|
|
|
nsIStreamBufferAccess.idl
|
|
|
nsIStringStream.idl
|
|
|
nsIUnicharInputStream.idl
|
|
|
nsIUnicharLineInputStream.idl
|
|
|
nsIUnicharOutputStream.idl
|
|
|
nsLinebreakConverter.cpp
|
|
|
nsLinebreakConverter.h
|
|
|
nsLocalFile.h
|
remove XP_MAC from xpcom. b=281889 r=bsmedberg
|
2006-11-16 09:10:09 +00:00 |
nsLocalFileCommon.cpp
|
remove XP_MAC from xpcom. b=281889 r=bsmedberg
|
2006-11-16 09:10:09 +00:00 |
nsLocalFileOS2.cpp
|
[OS/2] Bug 403989: fix file saving issues by backing out OS/2 part of patch from bug 402460, r=mkaply
|
2007-11-16 16:16:35 -08:00 |
nsLocalFileOS2.h
|
Bug 380813, improve scriptable io, and give file objects class info, meant to check this in a while ago, r=mfinkle,bsmedberg,sr=bsmedberg
|
2007-07-25 09:53:37 -07:00 |
nsLocalFileOSX.cpp
|
Bug 315305 - "Improve nsILocalFile error reporting on Mac" [p=smfr r=ccarlen sr=dougt a1.9=sayrer]
|
2007-10-14 20:05:20 -07:00 |
nsLocalFileOSX.h
|
Bug 380813, improve scriptable io, and give file objects class info, meant to check this in a while ago, r=mfinkle,bsmedberg,sr=bsmedberg
|
2007-07-25 09:53:37 -07:00 |
nsLocalFileUnicode.h
|
|
|
nsLocalFileUnix.cpp
|
Bug 380813, improve scriptable io, and give file objects class info, meant to check this in a while ago, r=mfinkle,bsmedberg,sr=bsmedberg
|
2007-07-25 09:53:37 -07:00 |
nsLocalFileUnix.h
|
Bug 380813, improve scriptable io, and give file objects class info, meant to check this in a while ago, r=mfinkle,bsmedberg,sr=bsmedberg
|
2007-07-25 09:53:37 -07:00 |
nsLocalFileWin.cpp
|
Bug 402460 CreateUnique is very slow and returns bogus error for write-protected directory r=bsmedberg a=mtschrep
|
2007-11-12 01:24:32 -08:00 |
nsLocalFileWin.h
|
Bug 380813, improve scriptable io, and give file objects class info, meant to check this in a while ago, r=mfinkle,bsmedberg,sr=bsmedberg
|
2007-07-25 09:53:37 -07:00 |
nsMultiplexInputStream.cpp
|
|
|
nsMultiplexInputStream.h
|
|
|
nsNativeCharsetUtils.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
nsNativeCharsetUtils.h
|
bug 359808 : drop support for Win 9x/ME (r/sr=darin)
|
2006-11-16 00:59:55 +00:00 |
nsPipe3.cpp
|
Bug 398435 - "PRBool misuse bugs in xpcom/" [p=taras r=bsmedberg a1.9=sayrer]
|
2007-10-19 16:26:52 -07:00 |
nsPipe.h
|
|
|
nsScriptableInputStream.cpp
|
Bug 398435 - "PRBool misuse bugs in xpcom/" [p=taras r=bsmedberg a1.9=sayrer]
|
2007-10-19 16:26:52 -07:00 |
nsScriptableInputStream.h
|
Bug 380813, improve scriptable io, and give file objects class info, meant to check this in a while ago, r=mfinkle,bsmedberg,sr=bsmedberg
|
2007-07-25 09:53:37 -07:00 |
nsScriptableOutputStream.cpp
|
Bug 348748 - Cleanup from the handful of patches which have landed since the initial landing that have readded cast macros; I intend to remove the rest of the instances Very Soon, all but certainly before the M8 freeze, so the macro definitions can be removed, again all but certainly before the M8 freeze, if people are okay with them being removed. Still r=bsmedberg, a=no-functionality-change
|
2007-09-04 23:41:35 -07:00 |
nsScriptableOutputStream.h
|
Bug 380813, improve scriptable io, and give file objects class info, meant to check this in a while ago, r=mfinkle,bsmedberg,sr=bsmedberg
|
2007-07-25 09:53:37 -07:00 |
nsSegmentedBuffer.cpp
|
|
|
nsSegmentedBuffer.h
|
|
|
nsStorageStream.cpp
|
381812 make it possible to get storage input streams for empty streams r=bsmedberg
|
2007-08-17 13:27:50 -07:00 |
nsStorageStream.h
|
|
|
nsStreamUtils.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
nsStreamUtils.h
|
|
|
nsStringIO.h
|
|
|
nsStringStream.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
nsStringStream.h
|
|
|
nsUnicharInputStream.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
nsUnicharInputStream.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2006-12-11 09:45:41 +00:00 |
SpecialSystemDirectory.cpp
|
[OS/2] Bug 394837: saving files doesn't work when WPS not active, r=mkaply
|
2007-09-06 14:44:05 -07:00 |
SpecialSystemDirectory.h
|
remove XP_MAC from xpcom. b=281889 r=bsmedberg
|
2006-11-16 09:10:09 +00:00 |