зеркало из https://github.com/mozilla/gecko-dev.git
91413414ea
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 |
||
---|---|---|
.. | ||
browser | ||
chrome | ||
iframesandbox | ||
mochitest | ||
navigation | ||
unit | ||
unit_ipc | ||
moz.build |