gecko-dev/toolkit/components/extensions/webrequest
Perry Jiang 5846eeaf94 Bug 1595197 - fix StreamFilter redirect handling r=zombie,robwu
We need to disconnect the stream filter on redirect and allow the extension
to create a new filter.  However, we also must always retain the channel
provided to us in onStartRequest, otherwise onStop fails.  The request passed
to onStartRequest is always the right channel.

Differential Revision: https://phabricator.services.mozilla.com/D53187
2020-04-29 19:42:25 +00:00
..
ChannelWrapper.cpp Bug 1626928 - Remove nsIPrincipal Geturi in ChannelWrapper.cpp r=ckerschb 2020-04-14 12:13:25 +00:00
ChannelWrapper.h Bug 1625006 Add profiler markers for blocking webRequest listeners r=mixedpuppy,gerald 2020-04-01 16:23:53 +00:00
PStreamFilter.ipdl
SecurityInfo.jsm Bug 1592083 - Convert certList to raw array for nsITransportSecurityInfo r=keeler,Ehsan,kershaw 2019-10-29 17:20:07 +00:00
StreamFilter.cpp Bug 1597159 - Promisify CreateStreamFilter. r=kmag 2020-04-09 07:02:34 +00:00
StreamFilter.h
StreamFilterBase.h
StreamFilterChild.cpp
StreamFilterChild.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in toolkit. r=mossop 2020-03-10 08:48:24 +00:00
StreamFilterEvents.cpp
StreamFilterEvents.h
StreamFilterParent.cpp Bug 1595197 - fix StreamFilter redirect handling r=zombie,robwu 2020-04-29 19:42:25 +00:00
StreamFilterParent.h Bug 1597159 - Promisify CreateStreamFilter. r=kmag 2020-04-09 07:02:34 +00:00
WebRequest.jsm Bug 1631933 - Drop support for data:-URLs in webRequest r=mixedpuppy 2020-04-24 19:50:38 +00:00
WebRequestService.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
WebRequestService.h
WebRequestUpload.jsm
moz.build Bug 1631933 - Drop support for data:-URLs in webRequest r=mixedpuppy 2020-04-24 19:50:38 +00:00