.. |
Base64.cpp
|
|
|
Base64.h
|
|
|
CocoaFileUtils.h
|
|
|
CocoaFileUtils.mm
|
|
|
components.conf
|
|
|
crc32c.c
|
|
|
crc32c.h
|
|
|
FileDescriptorFile.cpp
|
|
|
FileDescriptorFile.h
|
|
|
FilePreferences.cpp
|
Bug 1207753 - Add MOZ_UNANNOTATED to all Mutexes/Monitors r=nika,kershaw
|
2022-03-16 18:47:08 +00:00 |
FilePreferences.h
|
|
|
FileUtilsWin.cpp
|
|
|
FileUtilsWin.h
|
|
|
InputStreamLengthHelper.cpp
|
|
|
InputStreamLengthHelper.h
|
|
|
InputStreamLengthWrapper.cpp
|
|
|
InputStreamLengthWrapper.h
|
Bug 1207753 - Add MOZ_UNANNOTATED to all Mutexes/Monitors r=nika,kershaw
|
2022-03-16 18:47:08 +00:00 |
moz.build
|
|
|
NonBlockingAsyncInputStream.cpp
|
|
|
NonBlockingAsyncInputStream.h
|
Bug 1207753 - Various xpcom thread-safety annotations r=nika
|
2022-03-23 22:22:51 +00:00 |
nsAnonymousTemporaryFile.cpp
|
|
|
nsAnonymousTemporaryFile.h
|
|
|
nsAppDirectoryServiceDefs.h
|
|
|
nsAppFileLocationProvider.cpp
|
|
|
nsAppFileLocationProvider.h
|
|
|
nsBinaryStream.cpp
|
|
|
nsBinaryStream.h
|
|
|
nsDirectoryService.cpp
|
|
|
nsDirectoryService.h
|
|
|
nsDirectoryServiceDefs.h
|
|
|
nsDirectoryServiceUtils.h
|
|
|
nsEscape.cpp
|
|
|
nsEscape.h
|
|
|
nsIAsyncInputStream.idl
|
|
|
nsIAsyncOutputStream.idl
|
|
|
nsIBinaryInputStream.idl
|
|
|
nsIBinaryOutputStream.idl
|
|
|
nsICloneableInputStream.idl
|
|
|
nsIConverterInputStream.idl
|
|
|
nsIConverterOutputStream.idl
|
|
|
nsIDirectoryEnumerator.idl
|
|
|
nsIDirectoryService.idl
|
|
|
nsIFile.idl
|
|
|
nsIInputStream.idl
|
|
|
nsIInputStreamLength.idl
|
|
|
nsIInputStreamPriority.idl
|
|
|
nsIInputStreamTee.idl
|
|
|
nsIIOUtil.idl
|
|
|
nsILineInputStream.idl
|
|
|
nsILocalFileMac.idl
|
|
|
nsILocalFileWin.idl
|
Bug 1761438 - Remove nsILocalFileWin::GetNativeCanonicalPath. r=xpcom-reviewers,application-update-reviewers,mccr8,nalexander
|
2022-03-26 00:52:07 +00:00 |
nsIMultiplexInputStream.idl
|
|
|
nsInputStreamTee.cpp
|
|
|
nsIObjectInputStream.idl
|
|
|
nsIObjectOutputStream.idl
|
|
|
nsIOUtil.cpp
|
|
|
nsIOUtil.h
|
|
|
nsIOutputStream.idl
|
|
|
nsIPipe.idl
|
|
|
nsISafeOutputStream.idl
|
|
|
nsIScriptableBase64Encoder.idl
|
|
|
nsIScriptableInputStream.idl
|
|
|
nsISeekableStream.idl
|
|
|
nsIStorageStream.idl
|
|
|
nsIStreamBufferAccess.idl
|
|
|
nsIStringStream.idl
|
|
|
nsITellableStream.idl
|
|
|
nsIUnicharInputStream.idl
|
|
|
nsIUnicharLineInputStream.idl
|
|
|
nsIUnicharOutputStream.idl
|
|
|
nsLinebreakConverter.cpp
|
|
|
nsLinebreakConverter.h
|
|
|
nsLocalFile.h
|
|
|
nsLocalFileCommon.cpp
|
|
|
nsLocalFileCommon.h
|
|
|
nsLocalFileUnix.cpp
|
|
|
nsLocalFileUnix.h
|
|
|
nsLocalFileWin.cpp
|
Bug 1761438 - Remove nsILocalFileWin::GetNativeCanonicalPath. r=xpcom-reviewers,application-update-reviewers,mccr8,nalexander
|
2022-03-26 00:52:07 +00:00 |
nsLocalFileWin.h
|
|
|
nsMultiplexInputStream.cpp
|
Bug 1207753 - Various xpcom thread-safety annotations r=nika
|
2022-03-23 22:22:51 +00:00 |
nsMultiplexInputStream.h
|
|
|
nsNativeCharsetUtils.cpp
|
|
|
nsNativeCharsetUtils.h
|
|
|
nsPipe3.cpp
|
Bug 1207753 - Add MOZ_UNANNOTATED to all Mutexes/Monitors r=nika,kershaw
|
2022-03-16 18:47:08 +00:00 |
nsPipe.h
|
|
|
nsScriptableBase64Encoder.cpp
|
|
|
nsScriptableBase64Encoder.h
|
|
|
nsScriptableInputStream.cpp
|
|
|
nsScriptableInputStream.h
|
|
|
nsSegmentedBuffer.cpp
|
|
|
nsSegmentedBuffer.h
|
|
|
nsStorageStream.cpp
|
Bug 1761548 - Add basic locking to nsStorageStream, r=xpcom-reviewers,mccr8
|
2022-03-25 22:29:02 +00:00 |
nsStorageStream.h
|
Bug 1761548 - Add basic locking to nsStorageStream, r=xpcom-reviewers,mccr8
|
2022-03-25 22:29:02 +00:00 |
nsStreamUtils.cpp
|
Bug 1207753 - Add MOZ_UNANNOTATED to all Mutexes/Monitors r=nika,kershaw
|
2022-03-16 18:47:08 +00:00 |
nsStreamUtils.h
|
|
|
nsStringStream.cpp
|
Bug 1207753 - Add MOZ_UNANNOTATED to all Mutexes/Monitors r=nika,kershaw
|
2022-03-16 18:47:08 +00:00 |
nsStringStream.h
|
|
|
nsUnicharInputStream.cpp
|
|
|
nsUnicharInputStream.h
|
|
|
nsWildCard.cpp
|
|
|
nsWildCard.h
|
|
|
SeekableStreamWrapper.cpp
|
|
|
SeekableStreamWrapper.h
|
Bug 1207753 - Add MOZ_UNANNOTATED to all Mutexes/Monitors r=nika,kershaw
|
2022-03-16 18:47:08 +00:00 |
SlicedInputStream.cpp
|
|
|
SlicedInputStream.h
|
Bug 1207753 - Add MOZ_UNANNOTATED to all Mutexes/Monitors r=nika,kershaw
|
2022-03-16 18:47:08 +00:00 |
SnappyCompressOutputStream.cpp
|
|
|
SnappyCompressOutputStream.h
|
|
|
SnappyFrameUtils.cpp
|
|
|
SnappyFrameUtils.h
|
|
|
SnappyUncompressInputStream.cpp
|
|
|
SnappyUncompressInputStream.h
|
|
|
SpecialSystemDirectory.cpp
|
|
|
SpecialSystemDirectory.h
|
|
|
StreamBufferSource.h
|
|
|