gecko-dev/docshell/test
Andreas Farre 91413414ea Bug 1645781 - Part 2: Make nsMIMEInputStream always be serializable. r=baku,necko-reviewers
nsMIMEInputStream was conditionally serializable depending on the
wrapped stream. In general when a stream needs to be sent over IPC, if
it isn't serializable we send it using
InputStreamHelper::SerializeInputStreamAsPipe. There is no reason to
not branch on the wrapped stream when serializing nsMIMEInputStream
and use that, instead of sending the nsMIMEInputStream itself over a
pipe.

Differential Revision: https://phabricator.services.mozilla.com/D80890
2020-07-01 14:20:06 +00:00
..
browser
chrome
iframesandbox
mochitest Bug 1645781 - Part 2: Make nsMIMEInputStream always be serializable. r=baku,necko-reviewers 2020-07-01 14:20:06 +00:00
navigation
unit Bug 1646928 - Bogus scheme typo correction in URIFixup. r=harry 2020-06-29 14:06:06 +00:00
unit_ipc
moz.build