gecko-dev/remote/sessions
Alexandre Poirot d26882a9f4 Bug 1539210 - Do not destroy the content process session on page unload. r=ato
A session is bound to a browsing context, not just one document.
`unload` is fired when navigating to another document. The document goes
away, but not the browsing context. So, we should keep the session up and running
when the current document is destroyed and we navigate to another URL.

Depends on D25577

Differential Revision: https://phabricator.services.mozilla.com/D25578

--HG--
extra : moz-landing-system : lando
2019-04-04 11:29:29 +00:00
..
ContentProcessSession.jsm Bug 1539210 - Do not destroy the content process session on page unload. r=ato 2019-04-04 11:29:29 +00:00
Session.jsm Bug 1539221 - Fix piping of errors back to the client due to missing formatError symbol. r=ato 2019-04-04 11:16:23 +00:00
TabSession.jsm Bug 1539210 - Add support for Target.sendMessageToTarget and Target.receivedMessageFromTarget. r=ato 2019-04-04 11:29:27 +00:00
frame-script.js