gecko-dev/browser/actors
Jared Wein 39420c590c Bug 1661043 - Remove duplicate plugin icon and use the icon that has proper spacing already. r=Gijs,preferences-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D88178
2020-08-27 19:30:03 +00:00
..
AboutNewInstallChild.jsm Bug 1614748, convert about:newinstall to JSWindowActor-based remote page manager, r=mossop 2020-05-15 19:41:56 +00:00
AboutNewInstallParent.jsm Bug 1614748, convert about:newinstall to JSWindowActor-based remote page manager, r=mossop 2020-05-15 19:41:56 +00:00
AboutNewTabChild.jsm Bug 1631611 - Use a JSWindowActorChild to load about:newtab scripts from the ScriptPreloader rather than an observer. r=pdahiya 2020-04-22 21:33:12 +00:00
AboutPluginsChild.jsm Bug 1614747, convert about:plugins to JSWindowActor-based remote page manager, r=mossop 2020-04-30 00:14:56 +00:00
AboutPluginsParent.jsm Bug 1614747, convert about:plugins to JSWindowActor-based remote page manager, r=mossop 2020-04-30 00:14:56 +00:00
AboutPrivateBrowsingChild.jsm Bug 1614744, convert about:privatebrowsing to JSWindowActor-based remote page manager, r=johannh 2020-04-29 23:19:15 +00:00
AboutPrivateBrowsingParent.jsm Bug 1650883 - Remove hardcoded aliases, replace with webextension keywords r=Standard8,thecount 2020-08-06 12:10:53 +00:00
AboutProtectionsChild.jsm Bug 1614743, convert about:protections to the new JSWindowActor-based remote page manager and remove now unused functions from the old RPM, r=johannh 2020-04-29 23:12:34 +00:00
AboutProtectionsParent.jsm Bug 1587653 - Include breached logins in about:protections without a Monitor account and if PP is logged in. r=ewright 2020-08-13 15:54:02 +00:00
AboutReaderChild.jsm Bug 1640490, cache the article data in the parent process then retrieve it in the reader mode process when entering reader mode, r=Gijs 2020-06-06 20:41:02 +00:00
AboutReaderParent.jsm Bug 1634497 - Remove `browser.outerBrowser` checks used for old-RDM. r=bgrins 2020-07-10 16:55:35 +00:00
AboutTabCrashedChild.jsm Bug 1614749, convert about:tabcrashed to JSWindowActor-based remote page manager, r=mconley 2020-04-30 00:50:10 +00:00
AboutTabCrashedParent.jsm Bug 1614749, convert about:tabcrashed to JSWindowActor-based remote page manager, r=mconley 2020-04-30 00:50:10 +00:00
BlockedSiteChild.jsm Bug 1657616 - Remove the link to StopBadware.org in SafeBrowsing interstitial page r=gcp,fluent-reviewers,flod 2020-08-07 15:08:10 +00:00
BlockedSiteParent.jsm
BrowserProcessChild.jsm Bug 1654127, move webrtc and about home cache handling out of ContentObservers.js framescript, r=mconley 2020-07-22 10:14:26 +00:00
BrowserTabChild.jsm Bug 1645633, setup RPM pages on the DOMWindowCreated event instead of using the 'xx-document-global-created' observer notification, r=mconley 2020-06-17 15:04:39 +00:00
BrowserTabParent.jsm Bug 1634497 - Remove `browser.outerBrowser` checks used for old-RDM. r=bgrins 2020-07-10 16:55:35 +00:00
ClickHandlerChild.jsm Bug 1580764: Part 2 - Use BrowsingContext IDs rather than window IDs to compute frame IDs. r=zombie 2020-07-07 21:37:53 +00:00
ClickHandlerParent.jsm Bug 1634497 - Remove `browser.outerBrowser` checks used for old-RDM. r=bgrins 2020-07-10 16:55:35 +00:00
ContentMetaChild.jsm Bug 1596981 - catch the case where actors go away while a timer is pending in ContentMetaChild.jsm, r=NeilDeakin 2020-02-18 12:09:19 +00:00
ContentMetaParent.jsm Bug 1634497 - Remove `browser.outerBrowser` checks used for old-RDM. r=bgrins 2020-07-10 16:55:35 +00:00
ContentSearchChild.jsm Bug 1614738, convert ContentSearch to be a JSWindowActor, r=adw 2020-04-11 23:10:45 +00:00
ContentSearchParent.jsm Bug 1656220 - Implement recording attributions for search engines. r=dao 2020-08-20 12:58:23 +00:00
ContextMenuChild.jsm Bug 1651519: Part 2 - Also remove nsIDOMWindowUtils::outerWindowID. r=nika,geckoview-reviewers,agi 2020-08-17 20:22:12 +00:00
ContextMenuParent.jsm
DOMFullscreenChild.jsm
DOMFullscreenParent.jsm Bug 1620341 - Add didDestroy() in DOMFullscreenParent.jsm to avoid the window stays in fullscreen problem r=Gijs,smaug 2020-06-08 15:24:54 +00:00
EncryptedMediaChild.jsm Bug 1642465 - Add EncryptedMedia actors to handle EME messages. r=Gijs 2020-06-29 21:56:25 +00:00
EncryptedMediaParent.jsm Bug 1634497 - Remove `browser.outerBrowser` checks used for old-RDM. r=bgrins 2020-07-10 16:55:35 +00:00
FormValidationChild.jsm Bug 1594230 - Use actorCreated callback to listen to 'pageshow' event. r=NeilDeakin 2020-04-07 13:10:53 +00:00
FormValidationParent.jsm Bug 1634046: lazy load invalid form, date/time picker, and autoscroll panels and popups by placing in templates. r=Gijs 2020-06-03 15:44:03 +00:00
LightweightThemeChild.jsm Bug 1651519: Part 2 - Also remove nsIDOMWindowUtils::outerWindowID. r=nika,geckoview-reviewers,agi 2020-08-17 20:22:12 +00:00
LinkHandlerChild.jsm Bug 1619170 - remove useless argument to LinkHandlerChild constructor, r=rpl 2020-03-03 14:52:20 +00:00
LinkHandlerParent.jsm Bug 1634497 - Remove `browser.outerBrowser` checks used for old-RDM. r=bgrins 2020-07-10 16:55:35 +00:00
NetErrorChild.jsm Bug 1647825 - Part 2: Report the XFO and CSP: frame-ancestors error through the telemetry event. r=ckerschb,chutten,nhnt11 2020-07-22 15:12:38 +00:00
NetErrorParent.jsm Bug 1647825 - Part 2: Report the XFO and CSP: frame-ancestors error through the telemetry event. r=ckerschb,chutten,nhnt11 2020-07-22 15:12:38 +00:00
PageInfoChild.jsm Bug 1642731: Turn excessive calls to document.l10n.formatValue to a single document.l10n.formatValues call. r=Gijs 2020-06-26 19:17:17 +00:00
PageStyleChild.jsm Bug 1645789 - Also fix the case when we're resetting the styles and the document has no default style. r=Gijs 2020-06-15 16:10:41 +00:00
PageStyleParent.jsm Bug 1634497 - Remove `browser.outerBrowser` checks used for old-RDM. r=bgrins 2020-07-10 16:55:35 +00:00
PluginChild.jsm
PluginParent.jsm Bug 1661043 - Remove duplicate plugin icon and use the icon that has proper spacing already. r=Gijs,preferences-reviewers 2020-08-27 19:30:03 +00:00
PromptParent.jsm Bug 1651958 - Enable SubDialog prompts in TabDialogBox for Nightly only. r=Gijs 2020-08-17 10:27:39 +00:00
RFPHelperChild.jsm
RFPHelperParent.jsm
RefreshBlockerChild.jsm Bug 1614761, move refresh blocking handling from framescript to an actor, r=Gijs 2020-08-25 10:21:38 +00:00
RefreshBlockerParent.jsm Bug 1614761, move refresh blocking handling from framescript to an actor, r=Gijs 2020-08-25 10:21:38 +00:00
SearchTelemetryChild.jsm Bug 1614769, convert SearchTelemetry actor into a JSWindowActor, r=Standard8 2020-03-04 12:28:12 +00:00
SearchTelemetryParent.jsm Bug 1614769, convert SearchTelemetry actor into a JSWindowActor, r=Standard8 2020-03-04 12:28:12 +00:00
SwitchDocumentDirectionChild.jsm
WebRTCChild.jsm Bug 1658353 - Add global mute/unmute capability for microphones, with tests. r=jib 2020-08-27 15:46:59 +00:00
WebRTCParent.jsm Bug 1634497 - Remove `browser.outerBrowser` checks used for old-RDM. r=bgrins 2020-07-10 16:55:35 +00:00
moz.build Bug 1614761, move refresh blocking handling from framescript to an actor, r=Gijs 2020-08-25 10:21:38 +00:00