forked from mirrors/gecko-dev
The event listener callback wasn't bound to this, so the access to `activityErrorMap` was failing. This patch slightly modifies the event listener so we use a fat arrow function, as well as adding the `once` option, since we were removing the event listener the first time the callback was called. Differential Revision: https://phabricator.services.mozilla.com/D138894 |
||
|---|---|---|
| .. | ||
| ChannelWrapper.cpp | ||
| ChannelWrapper.h | ||
| components.conf | ||
| moz.build | ||
| PStreamFilter.ipdl | ||
| SecurityInfo.jsm | ||
| StreamFilter.cpp | ||
| StreamFilter.h | ||
| StreamFilterBase.h | ||
| StreamFilterChild.cpp | ||
| StreamFilterChild.h | ||
| StreamFilterEvents.cpp | ||
| StreamFilterEvents.h | ||
| StreamFilterParent.cpp | ||
| StreamFilterParent.h | ||
| WebNavigationContent.cpp | ||
| WebNavigationContent.h | ||
| WebRequest.jsm | ||
| WebRequestService.cpp | ||
| WebRequestService.h | ||
| WebRequestUpload.jsm | ||