Bug 1642235 Comment 8 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

The DocumentLoadListener will abort as we are in the parent process attempting to open a remote iframe; this is a use we've explicitly disabled
[Parent 18584: Main Thread]: V/DocumentChannel Process Switch Abort: remote subframes disabled

Later, when the PPDC attempts to redirect, I see in the log the error:
[Parent 18584, Main Thread] WARNING: 'NS_FAILED(listener->Init())', file c:/Users/jyavenard/Work/Mozilla/gecko/toolkit/components/extensions/webrequest/ChannelWrapper.cpp, line 1115
from this call failing
https://searchfox.org/mozilla-central/source/toolkit/components/extensions/webrequest/ChannelWrapper.cpp#1042
Not sure if that's relevant.

:nika, kmag, suggestions?
The DocumentLoadListener will abort as we are in the parent process attempting to open a remote iframe; this is a use we've explicitly disabled
[Parent 18584: Main Thread]: V/DocumentChannel Process Switch Abort: remote subframes disabled
https://searchfox.org/mozilla-central/source/netwerk/ipc/DocumentLoadListener.cpp#1183-1186

Later, when the PPDC attempts to redirect, I see in the log the error:
[Parent 18584, Main Thread] WARNING: 'NS_FAILED(listener->Init())', file c:/Users/jyavenard/Work/Mozilla/gecko/toolkit/components/extensions/webrequest/ChannelWrapper.cpp, line 1115
from this call failing
https://searchfox.org/mozilla-central/source/toolkit/components/extensions/webrequest/ChannelWrapper.cpp#1042
Not sure if that's relevant.

:nika, kmag, suggestions?

Back to Bug 1642235 Comment 8