зеркало из https://github.com/mozilla/gecko-dev.git
19d158a736
The current set of cases where a nsIInputStream is directly serialized over IPC is fairly limited, and includes cases where the IPDL struct may be directly stored within a content process, having the nsIInputStream left unused. By switching this serialization to DelayedStart, we can avoid performing unnecessary streaming copies of IPC data when sending postdata streams related to session history and document navigation, while also avoiding issues like this coming up again due to delayed start being the default. Differential Revision: https://phabricator.services.mozilla.com/D101804 |
||
---|---|---|
.. | ||
app | ||
chromium | ||
contentproc | ||
glue | ||
gtest | ||
ipdl | ||
mscom | ||
testshell | ||
moz.build | ||
pull-chromium.py |