gecko-dev/mobile/android/actors
Agi Sferro acc091bf8f Bug 1755581 - Run GeckoView actors only on browsers messageManagerGroup. r=calu
We should only run our Actors on actual GeckoSession-backed windows. At the
time where most of our actors were written there was no way to do that, so we
added `isContentWindow` to make sure we don't accidentally handle
non-GeckoSession windows like the Extension background tab or DevTools browsers.

We now have the `messageManagerGroups` filter for actors which allows us to
only run our actors on GeckoSession-backed windows.

The messageManagerGroup property is set here:
https://searchfox.org/mozilla-central/rev/3de1b6791ea569cdf7773f7cd512cf2e6cc1d3f0/mobile/android/chrome/geckoview/geckoview.js#505

Differential Revision: https://phabricator.services.mozilla.com/D138919
2022-02-17 19:38:29 +00:00
..
ContentDelegateChild.jsm Bug 1755581 - Run GeckoView actors only on browsers messageManagerGroup. r=calu 2022-02-17 19:38:29 +00:00
ContentDelegateParent.jsm Bug 1648154 - Use GeckoViewActorParent for existing actors. r=owlish 2020-09-12 02:39:34 +00:00
GeckoViewAutoFillChild.jsm Bug 1729640 - P3. Notify event when a form with password is submitted r=sfoster,tgiles,geckoview-reviewers,agi 2021-11-05 17:11:31 +00:00
GeckoViewContentChild.jsm Bug 1755581 - Run GeckoView actors only on browsers messageManagerGroup. r=calu 2022-02-17 19:38:29 +00:00
GeckoViewContentParent.jsm Bug 1646810 - Use DocumentChannel process switching. r=nika,owlish 2020-10-20 16:14:33 +00:00
GeckoViewFormValidationChild.jsm Bug 1742714 - Get rid of nsIFormSubmitObserver; r=geckoview-reviewers,agi,smaug 2021-12-06 12:23:08 +00:00
GeckoViewPromptChild.jsm Bug 1751674 - Fix a couple issues with my patch for bug 1750395. r=agi 2022-01-24 21:07:41 +00:00
GeckoViewSettingsChild.jsm Bug 1646560: Part 2 - Move allowJavascript and friends from DocShell to BrowsingContext and WindowContext. r=jdescottes,nika,geckoview-reviewers,devtools-backward-compat-reviewers,agi 2021-06-15 04:40:11 +00:00
LoadURIDelegateChild.jsm Bug 1755581 - Run GeckoView actors only on browsers messageManagerGroup. r=calu 2022-02-17 19:38:29 +00:00
MediaControlDelegateChild.jsm Bug 1659481 - lint fix r=fix CLOSED TREE 2021-12-11 02:24:56 +02:00
ProgressDelegateChild.jsm Bug 1755581 - Run GeckoView actors only on browsers messageManagerGroup. r=calu 2022-02-17 19:38:29 +00:00
ProgressDelegateParent.jsm Bug 1648154 - Move GeckoViewProgressChild to actor. r=esawin 2020-09-12 02:39:36 +00:00
ScrollDelegateChild.jsm Bug 1755581 - Run GeckoView actors only on browsers messageManagerGroup. r=calu 2022-02-17 19:38:29 +00:00
SelectionActionDelegateChild.jsm Bug 1748417 - "Paste as plain text" shouldn't be shown on <input> element into shadow root. r=geckoview-reviewers,calu 2022-01-10 07:29:38 +00:00
moz.build Bug 1659481 - Move MediaControlChild to actor. r=calu 2021-12-11 00:03:47 +00:00