gecko-dev/netwerk/protocol/viewsource
Kate McKinley 84d5adef43 Bug 1331730 - Log CORS messages from the content process r=bz,mayhemer
In e10s, a channel created by parent does not have a reliable reference
to the inner window ID that initiated the request. Without that, the
channel must request that the content process log and blocked messages
to the web console. This patch creates a new ipdl interface to pass the
message from the parent to the child process. The nsCORSListenerProxy
also needs to keep a reference to the nsIHttpChannel that created it so
it can find its way back to the child. Additionally, the
HttpChannelParent needs to be propagated when creating a new channel for
CORS.

MozReview-Commit-ID: 8CUhlVCTWxt

--HG--
extra : rebase_source : 350f39ad6f7ada39e88dfcc69c4f2c470e2be0de
2017-02-15 12:40:41 +09:00
..
moz.build Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
nsIViewSourceChannel.idl Bug 1323947 - Use Use MOZ_MUST_USE in netwerk/protocol/viewsource r=valentin 2016-11-23 17:21:17 +08:00
nsViewSourceChannel.cpp Bug 1331730 - Log CORS messages from the content process r=bz,mayhemer 2017-02-15 12:40:41 +09:00
nsViewSourceChannel.h Bug 1323947 - Use Use MOZ_MUST_USE in netwerk/protocol/viewsource r=valentin 2016-11-23 17:21:17 +08:00
nsViewSourceHandler.cpp Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsViewSourceHandler.h Bug 1323947 - Use Use MOZ_MUST_USE in netwerk/protocol/viewsource r=valentin 2016-11-23 17:21:17 +08:00