gecko-dev/netwerk/protocol/ftp
Jean-Yves Avenard 72e72053c9 Bug 1588241 - P9. Make ChannelEventQueue::PrependEvents infallible. r=mattwoodrow
nsTArray::InsertElementsAt is infallible. So the test checking that nullptr wasn't returned would always be false.

Seeing that queuing an event is also an infallible operation, there's no point for prepentEvents to be.

Differential Revision: https://phabricator.services.mozilla.com/D53115

--HG--
extra : moz-landing-system : lando
2019-11-15 05:35:28 +00:00
..
doc
test/frametest
FTPChannelChild.cpp Bug 1588241 - P9. Make ChannelEventQueue::PrependEvents infallible. r=mattwoodrow 2019-11-15 05:35:28 +00:00
FTPChannelChild.h Bug 1588241 - P8. Use NeckoTargetChannelFunctionEvent with FTPChannelChild. r=mattwoodrow 2019-11-15 02:42:20 +00:00
FTPChannelParent.cpp Bug 1582966 - avoid double failure handling for FTP r=valentin 2019-10-03 08:53:23 +00:00
FTPChannelParent.h Bug 1583929 - remove unused skipResume in FTPChannelParent r=valentin 2019-09-25 20:00:40 +00:00
ftpCore.h
moz.build Bug 1562283 - FTP fuzzing target for the Necko fuzzing layer. r=michal 2019-10-07 10:18:50 +00:00
nsFTPChannel.cpp Bug 1583507 - Handle ftp channel diversion properly r=valentin 2019-09-24 17:26:57 +00:00
nsFTPChannel.h Bug 1552248 support ftp channel in proxy api r=mayhemer,kmag 2019-05-20 15:05:26 +00:00
nsFtpConnectionThread.cpp Bug 1590447 - Fix FTP hang with RETR/STOR. r=michal 2019-10-25 08:03:14 +00:00
nsFtpConnectionThread.h Bug 1590447 - Fix FTP hang with RETR/STOR. r=michal 2019-10-25 08:03:14 +00:00
nsFtpControlConnection.cpp Bug 1558726. Stop using [array] in nsISocketTransportService. r=dragana 2019-06-13 04:21:32 +00:00
nsFtpControlConnection.h
nsFtpProtocolHandler.cpp Bug 1560703 - Make sure creating an FTP channel throws if FTP is disabled r=michal 2019-06-24 10:20:16 +00:00
nsFtpProtocolHandler.h
nsIFTPChannel.idl
nsIFTPChannelParentInternal.idl
PFTPChannel.ipdl