forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
a1af8a6
commit 5846eea
Showing
3 changed files
with
187 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters