mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 16:22:00 +00:00
066055e41e
Content processes will now always retarget delivery of OnDataAvailable for Http channels off the main thread. Consumers that were previously redirecting off-main thread are not affected and their retargeting will stick, but any Httpchannel that was not retargeted off the main thread will be retargeted to the nsIStreamTransportService. If the listener for nsHTTPCompressConv cannot be called off the main thread (ie the call to nsIRetargetableRequest::CheckListenerChain would fail), nsHTTPCompressConv will be called off main thread but dispatch its decoded data back to the main thread. Differential Revision: https://phabricator.services.mozilla.com/D191377 |
||
---|---|---|
.. | ||
test | ||
zipwriter | ||
appnote.txt | ||
components.conf | ||
moz.build | ||
nsIJARChannel.idl | ||
nsIJARURI.idl | ||
nsIZipReader.idl | ||
nsJAR.cpp | ||
nsJAR.h | ||
nsJARChannel.cpp | ||
nsJARChannel.h | ||
nsJARInputStream.cpp | ||
nsJARInputStream.h | ||
nsJARProtocolHandler.cpp | ||
nsJARProtocolHandler.h | ||
nsJARURI.cpp | ||
nsJARURI.h | ||
nsZipArchive.cpp | ||
nsZipArchive.h | ||
zipstruct.h |