fune/toolkit/components/extensions/webrequest
Randell Jesup 066055e41e Bug 1356686 - Do decompression off main thread in content r=necko-reviewers,valentin,extension-reviewers,robwu
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
2024-03-19 17:27:22 +00:00
..
ChannelWrapper.cpp
ChannelWrapper.h
components.conf
moz.build
PStreamFilter.ipdl
SecurityInfo.sys.mjs
StreamFilter.cpp
StreamFilter.h
StreamFilterBase.h
StreamFilterChild.cpp
StreamFilterChild.h
StreamFilterEvents.cpp
StreamFilterEvents.h
StreamFilterParent.cpp Bug 1356686 - Do decompression off main thread in content r=necko-reviewers,valentin,extension-reviewers,robwu 2024-03-19 17:27:22 +00:00
StreamFilterParent.h
WebNavigationContent.cpp
WebNavigationContent.h
WebRequest.sys.mjs Bug 1884623 - Update more jsm references in production code and docs in toolkit/. r=mossop,extension-reviewers,desktop-theme-reviewers,application-update-reviewers,credential-management-reviewers,places-reviewers,reusable-components-reviewers,translations-reviewers,omc-reviewers,robwu,Dexter,mconley,aminomancer,emilio,bytesized,sgalich,hjones 2024-03-14 17:42:29 +00:00
WebRequestService.cpp
WebRequestService.h
WebRequestUpload.sys.mjs