gecko-dev/remote/sessions
Henrik Skupin f18df4ec89 Bug 1593226 - [remote] Create a single context observer per content session. r=remote-protocol-reviewers,maja_zf
Domains would have created their own instance of the context observer,
which results in duplicated event listeners and observer notifications
to be registered.

This is still not ideal for the observer notifications, which should be
registered only once, but still an improvement for now. Bug 1635568 will
finally fix that.

Differential Revision: https://phabricator.services.mozilla.com/D74632
2020-05-14 14:55:36 +00:00
..
ContentProcessSession.jsm Bug 1593226 - [remote] Create a single context observer per content session. r=remote-protocol-reviewers,maja_zf 2020-05-14 14:55:36 +00:00
MainProcessSession.jsm
Session.jsm Bug 1634029 - [remote] Re-organize observer modules into a single directory. r=remote-protocol-reviewers,maja_zf 2020-04-30 00:33:25 +00:00
TabSession.jsm
frame-script.js