зеркало из https://github.com/mozilla/gecko-dev.git
d26882a9f4
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 |
||
---|---|---|
.. | ||
ContentProcessSession.jsm | ||
Session.jsm | ||
TabSession.jsm | ||
frame-script.js |