..
Base64.cpp
Bug 1488186 - Avoid writing past the logical length of a string in Base64URLEncode. r=froydnj
2018-09-04 18:24:52 +00:00
Base64.h
…
CocoaFileUtils.h
Bug 1355346 - Call nsCocoaFileUtils::AddOriginMetadataToFile off of the main-thread when completing downloads. r=mstange
2018-08-17 19:07:51 -04:00
CocoaFileUtils.mm
Bug 1355346 - Call nsCocoaFileUtils::AddOriginMetadataToFile off of the main-thread when completing downloads. r=mstange
2018-08-17 19:07:51 -04:00
FileDescriptorFile.cpp
Bug 1462483: Part 1 - Explicitly return a nsIDirectoryEnumerator from nsIFile::GetDirectoryEntries. r=froydnj
2018-05-17 15:06:48 -07:00
FileDescriptorFile.h
Bug 1412119 - Re-fix mode lines in xpcom. r=erahm
2017-10-26 14:39:00 -04:00
FilePreferences.cpp
Bug 1412081 - Add ability to blacklist file paths on Unix platforms r=mayhemer
2018-06-20 02:52:12 +02:00
FilePreferences.h
Bug 1412081 - Add ability to blacklist file paths on Unix platforms r=mayhemer
2018-06-20 02:52:12 +02:00
FileUtilsWin.cpp
Bug 1462784 - Relabel various other stuff as being OTHER. r=njn
2018-05-18 17:58:43 -04:00
FileUtilsWin.h
Bug 1488452 - Remove incorrect use of PromiseFlatString in FileUtilsWin. r=froydnj
2018-09-07 14:48:36 +00:00
InputStreamLengthHelper.cpp
Bug 1466101 - Fix a debug-only variable use in InputStreamLengthHelper, r=mayhemer
2018-06-05 23:19:00 +02:00
InputStreamLengthHelper.h
Bug 1464090 - InputStreamLengthHelper must swap the callback in order to release them on the owning thread, r=mayhemer
2018-05-31 18:12:25 +02:00
InputStreamLengthWrapper.cpp
Bug 1466314 - StreamBlobImpl should wrap the cloned stream with InputStreamLengthWrapper if needed, r=smaug
2018-06-13 08:37:26 -07:00
InputStreamLengthWrapper.h
Bug 1466314 - StreamBlobImpl should wrap the cloned stream with InputStreamLengthWrapper if needed, r=smaug
2018-06-13 08:37:26 -07:00
NonBlockingAsyncInputStream.cpp
Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj
2018-06-01 10:45:27 +02:00
NonBlockingAsyncInputStream.h
Bug 1371699 - Correct canceling of the AsyncWait() callback in NonBlockingAsyncInputStream, r=froydnj
2018-01-31 16:45:21 +01:00
SlicedInputStream.cpp
Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj
2018-06-01 10:45:27 +02:00
SlicedInputStream.h
Bug 1434553 - Implement nsIInputStreamLength and nsIAsyncInputStreamLength - part 4 - SlicedInputStream exposes nsIInputStreamLength, r=froydnj
2018-05-23 07:12:35 +02:00
SnappyCompressOutputStream.cpp
…
SnappyCompressOutputStream.h
…
SnappyFrameUtils.cpp
…
SnappyFrameUtils.h
…
SnappyUncompressInputStream.cpp
…
SnappyUncompressInputStream.h
…
SpecialSystemDirectory.cpp
Bug 1471278 - Restore GetSpecialSystemDirectory() for Win_Documents when compiling Thunderbird. r=froydnj
2018-06-26 13:41:00 +03:00
SpecialSystemDirectory.h
Bug 1471278 - Restore GetSpecialSystemDirectory() for Win_Documents when compiling Thunderbird. r=froydnj
2018-06-26 13:41:00 +03:00
crc32c.c
…
crc32c.h
…
moz.build
Bug 1482782 - Part 2: Move directory service atoms into nsGkAtoms. r=njn
2018-08-15 15:46:00 +10:00
nsAnonymousTemporaryFile.cpp
Bug 1434911 - when creating temporary files, don't set the executable bit; r=froydnj
2018-02-01 09:52:01 -05:00
nsAnonymousTemporaryFile.h
Bug 1403706 - Remove race conditions in temporary blob - part 3 - NS_OpenAnonymousTemporaryNsIFile, r=smaug
2017-10-05 07:41:41 +02:00
nsAppDirectoryServiceDefs.h
Bug 1430023 - Get rid of some remaining localstore.rdf code. r=mossop
2018-05-09 10:49:35 +02:00
nsAppFileLocationProvider.cpp
Bug 1484496: Part 4b - Add intrinsic type information to most nsSimpleEnumerators. r=froydnj
2018-08-18 21:06:32 -07:00
nsAppFileLocationProvider.h
Bug 1398291 - Remove remaining IsOSXLeopard leftover. r=mstange
2017-09-08 21:15:00 +02:00
nsBinaryStream.cpp
Bug 1469769 - Part 6: Replace non-failing NS_NOTREACHED with MOZ_ASSERT_UNREACHABLE. r=froydnj
2018-06-17 22:43:11 -07:00
nsBinaryStream.h
Bug 1404198: Part 1 - Add non-virtual constructor for nsIObject(Input|Output)Stream and update existing callers. r=njn
2017-10-04 20:06:28 -07:00
nsDirectoryService.cpp
Bug 1486182: Follow-up: Fix straggler nsIUTF8StringEnumerator references. r=bustage CLOSED TREE
2018-08-28 14:29:16 -07:00
nsDirectoryService.h
Bug 1482782 - Part 2: Move directory service atoms into nsGkAtoms. r=njn
2018-08-15 15:46:00 +10:00
nsDirectoryServiceDefs.h
Bug 1482782 - Part 2: Move directory service atoms into nsGkAtoms. r=njn
2018-08-15 15:46:00 +10:00
nsDirectoryServiceUtils.h
…
nsEscape.cpp
Bug 1486690 - Remove unnecessary checks after moz_xmalloc() calls. r=glandium
2018-08-28 15:56:01 +10:00
nsEscape.h
Bug 1389251 - Add esc_Spaces that may be used to force escaping of spaces r=bz,jdescottes
2018-06-18 15:06:25 +02:00
nsIAsyncInputStream.idl
…
nsIAsyncOutputStream.idl
…
nsIBinaryInputStream.idl
…
nsIBinaryOutputStream.idl
Bug 1363925: Part 3 - Move more install logic from XPIProvider to XPIInstall. r=aswan
2018-04-21 18:29:33 -07:00
nsICloneableInputStream.idl
Bug 1397645 - Optimize IPCBlobInputStream slicing with the introduction of nsICloneableInputStreamWithRange, r=asuth
2017-09-11 17:29:15 +02:00
nsIConverterInputStream.idl
Bug 1445692 - Remove UTF8InputStream. r=froydnj
2018-03-14 20:53:18 +02:00
nsIConverterOutputStream.idl
…
nsIDirectoryEnumerator.idl
Bug 1462483: Part 1 - Explicitly return a nsIDirectoryEnumerator from nsIFile::GetDirectoryEntries. r=froydnj
2018-05-17 15:06:48 -07:00
nsIDirectoryService.idl
…
nsIFile.idl
Bug 1486311 - convert remaining nsIFile::GetDirectoryEntries() callers to pass in a nsIDirectoryEnumerator. r=kmag
2018-08-26 14:15:00 +03:00
nsIIOUtil.idl
…
nsIInputStream.idl
…
nsIInputStreamLength.idl
Bug 1434553 - Implement nsIInputStreamLength and nsIAsyncInputStreamLength - part 1 - IDL, r=mayhemer, r=froydnj, r=smaug
2018-05-23 07:12:34 +02:00
nsIInputStreamTee.idl
…
nsILineInputStream.idl
…
nsILocalFileMac.idl
…
nsILocalFileWin.idl
Bug 1433265 - Remove ShortcutResolver from nsLocalFileWin.cpp. r=froydnj
2018-01-31 20:56:17 +09:00
nsIMultiplexInputStream.idl
Bug 1426888 - Get rid of nsIMultiplexInputStream::RemoveStream, r=smaug
2017-12-30 12:47:12 +01:00
nsIOUtil.cpp
…
nsIOUtil.h
…
nsIObjectInputStream.idl
Bug 1404198: Part 1 - Add non-virtual constructor for nsIObject(Input|Output)Stream and update existing callers. r=njn
2017-10-04 20:06:28 -07:00
nsIObjectOutputStream.idl
Bug 1404198: Part 1 - Add non-virtual constructor for nsIObject(Input|Output)Stream and update existing callers. r=njn
2017-10-04 20:06:28 -07:00
nsIOutputStream.idl
…
nsIPipe.idl
…
nsISafeOutputStream.idl
…
nsIScriptableBase64Encoder.idl
…
nsIScriptableInputStream.idl
…
nsISeekableStream.idl
…
nsIStorageStream.idl
…
nsIStreamBufferAccess.idl
…
nsIStringStream.idl
…
nsIUnicharInputStream.idl
…
nsIUnicharLineInputStream.idl
…
nsIUnicharOutputStream.idl
…
nsInputStreamTee.cpp
Bug 1453795 - XPCOM - Initialize member fields in classes/ structures. r=froydnj
2018-06-15 14:41:20 +03:00
nsLinebreakConverter.cpp
Bug 1434553 - Implement nsIInputStreamLength and nsIAsyncInputStreamLength - part 3 - InputStreamLengthHelper, r=froydnj
2018-05-23 07:12:35 +02:00
nsLinebreakConverter.h
…
nsLocalFile.h
Bug 1433265 - Remove ShortcutResolver from nsLocalFileWin.cpp. r=froydnj
2018-01-31 20:56:17 +09:00
nsLocalFileCommon.cpp
Bug 1443651: Don't return failure for access denied from createUnique() if file exists. r=Mossop
2018-03-06 14:32:40 -08:00
nsLocalFileUnix.cpp
Bug 1484496: Part 4b - Add intrinsic type information to most nsSimpleEnumerators. r=froydnj
2018-08-18 21:06:32 -07:00
nsLocalFileUnix.h
Bug 1433265 - Remove ShortcutResolver from nsLocalFileWin.cpp. r=froydnj
2018-01-31 20:56:17 +09:00
nsLocalFileWin.cpp
Bug 1486311 - convert remaining nsIFile::GetDirectoryEntries() callers to pass in a nsIDirectoryEnumerator. r=kmag
2018-08-26 14:15:00 +03:00
nsLocalFileWin.h
Bug 1433265 - Remove ShortcutResolver from nsLocalFileWin.cpp. r=froydnj
2018-01-31 20:56:17 +09:00
nsMultiplexInputStream.cpp
Bug 1479407 - nsMultiplexInputStream::AppendElement should be fallible, r=froydnj
2018-07-30 23:15:36 +02:00
nsMultiplexInputStream.h
…
nsNativeCharsetUtils.cpp
Bug 960957 - Drop nsIFile support for non-UTF-8 file path encodings on non-Windows platforms. r=emk,m_kato
2017-12-05 13:33:52 +02:00
nsNativeCharsetUtils.h
Bug 960957 - Drop nsIFile support for non-UTF-8 file path encodings on non-Windows platforms. r=emk,m_kato
2017-12-05 13:33:52 +02:00
nsPipe.h
…
nsPipe3.cpp
Bug 1486573 - Track changes to nsPipeOutputStream writer count, r=froydnj.
2018-08-31 05:26:27 -10:00
nsScriptableBase64Encoder.cpp
…
nsScriptableBase64Encoder.h
…
nsScriptableInputStream.cpp
…
nsScriptableInputStream.h
…
nsSegmentedBuffer.cpp
Bug 1486690 - Remove unnecessary checks after moz_xrealloc() calls. r=glandium
2018-08-28 15:56:23 +10:00
nsSegmentedBuffer.h
Bug 1486528 - Remove some unnecessary nsIMemory imports. r=njn
2018-08-27 16:38:18 +02:00
nsStorageStream.cpp
Bug 1484987 - Avoid writing past the logical length of a string in XPCOM. r=froydnj
2018-08-30 11:09:27 +00:00
nsStorageStream.h
…
nsStreamUtils.cpp
Bug 1469769 - Part 6: Replace non-failing NS_NOTREACHED with MOZ_ASSERT_UNREACHABLE. r=froydnj
2018-06-17 22:43:11 -07:00
nsStreamUtils.h
Bug 1405974 - NonBlockingAsyncInputStream must take the ownership of the underlying stream, r=qdot
2018-01-31 16:45:20 +01:00
nsStringStream.cpp
Bug 1453795 - XPCOM - Initialize member fields in classes/ structures. r=froydnj
2018-06-15 14:41:20 +03:00
nsStringStream.h
Bug 1453134 - part 1 - add a string input stream constructor that accepts move references; r=baku
2018-04-11 10:06:17 -04:00
nsUnicharInputStream.cpp
Bug 1445692 - Remove UTF8InputStream. r=froydnj
2018-03-14 20:53:18 +02:00
nsUnicharInputStream.h
…
nsWildCard.cpp
Bug 1486690 - Remove unnecessary checks after moz_xmalloc() calls. r=glandium
2018-08-28 15:56:01 +10:00
nsWildCard.h
…