gecko-dev/browser/actors
Neil Deakin 7ac9c1b816 Bug 1684792, open form validation popup anchored at screen coordinate as datetime picker and select do so that it is positioned correctly in out of process iframes, r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D100803
2021-01-15 15:25:44 +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 1674317 - Load about:home scripts via the subscript loader when hitting the about:home startup cache. r=k88hudson 2020-11-03 20:54:55 +00:00
AboutNewTabParent.jsm Bug 1662098 - Move default browser notification to JS Window Actor and use pageshow to trigger if the notification will appear. r=Gijs 2020-09-14 18:26:23 +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 1654217 - Make getEngineByAlias async. r=Standard8,preferences-reviewers,nanj 2020-12-11 21:41:17 +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 1661756 - Add VPN Card and Banner r=prathiksha,flod,nhnt11 2020-09-30 14:46:46 +00:00
AboutReaderChild.jsm Bug 1651802, replace willDestroy methods in actors with didDestroy, add null-check in picture-in-picture actor which occurs if removeMouseButtonListeners while tab is closed, r=mconley 2020-10-20 23:27:28 +00:00
AboutReaderParent.jsm Bug 1667449 - Hide fission.sessionHistoryInParent pref getter behind a function r=peterv 2020-09-28 12:01:12 +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 1643018 - Fix TypeError: can't access property "permanentKey", browser is undefined. r=mconley 2020-12-11 19:00:50 +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 1664952, move the pointer lock warning handling into a separate actor that applies to subframes, and move origin determination into parent, r=Gijs 2020-09-22 08:51:57 +00:00
BrowserTabParent.jsm Bug 1671983 - Part 1: Remove now-unused process switching shouldLoadURI methods, r=annyG,geckoview-reviewers,snorp 2020-11-12 18:00:53 +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 1651802, replace willDestroy methods in actors with didDestroy, add null-check in picture-in-picture actor which occurs if removeMouseButtonListeners while tab is closed, r=mconley 2020-10-20 23:27:28 +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 1682434 - Don't store long strings in search history. r=Standard8 2020-12-21 21:02:54 +00:00
ContextMenuChild.jsm Bug 1679050 - Backed out changeset 73181c2aa309 (bug 1455479) for having too many false positives. r=backout,a=NarcisB 2020-11-25 00:41:59 +01:00
ContextMenuParent.jsm
DOMFullscreenChild.jsm
DOMFullscreenParent.jsm Bug 1656741, r=Gijs 2020-10-05 22:38:03 +00:00
DecoderDoctorChild.jsm Bug 1649532 - Port DecoderDoctor notifications to fission. r=Gijs 2020-08-28 18:34:24 +00:00
DecoderDoctorParent.jsm Bug 1649532 - Port DecoderDoctor notifications to fission. r=Gijs 2020-08-28 18:34:24 +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 1684792, open form validation popup anchored at screen coordinate as datetime picker and select do so that it is positioned correctly in out of process iframes, r=Gijs 2021-01-15 15:25:44 +00:00
FormValidationParent.jsm Bug 1684792, open form validation popup anchored at screen coordinate as datetime picker and select do so that it is positioned correctly in out of process iframes, r=Gijs 2021-01-15 15:25:44 +00:00
LightweightThemeChild.jsm Bug 1670134, remove message manager reference from LightweightThemeChild.jsm, by getting chromeOuterWindowId from BrowserChild instead, r=mconley 2020-10-09 17:36:22 +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 941354 - Use innerMostURI on about:{neterror,certerror}. r=prathiksha,baku 2020-10-27 10:55:51 +00:00
NetErrorParent.jsm Bug 1681839 - remove nsISecurityReporter and implementation r=johannh,necko-reviewers,dragana 2021-01-07 17:47:47 +00:00
PageInfoChild.jsm Bug 1683244 - Part 1: Fix the issue that `save As` of multiple selected links in PageInfo media tab doesn't work. r=smaug 2020-12-19 22:51:04 +00:00
PageStyleChild.jsm Bug 1678987 - Make page style menu deal with <link disabled> better. r=mconley 2020-12-04 01:34:15 +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 Bug 1675349: Replace plugin behavior with a basic fallback r=jmathies,mixedpuppy 2020-11-18 15:55:34 +00:00
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
PointerLockChild.jsm Bug 1664952, move the pointer lock warning handling into a separate actor that applies to subframes, and move origin determination into parent, r=Gijs 2020-09-22 08:51:57 +00:00
PointerLockParent.jsm Bug 1664952, move the pointer lock warning handling into a separate actor that applies to subframes, and move origin determination into parent, r=Gijs 2020-09-22 08:51:57 +00:00
PromptParent.jsm Bug 1686316 - Send event through DOMWillOpenModalDialog when using the new modal UI. r=Gijs 2021-01-15 14:48:22 +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
SearchSERPTelemetryChild.jsm Bug 1680735 - Rename SearchTelemetry to SearchSERPTelemetry. r=daleharvey 2020-12-08 20:42:15 +00:00
SearchSERPTelemetryParent.jsm Bug 1680735 - Rename SearchTelemetry to SearchSERPTelemetry. r=daleharvey 2020-12-08 20:42:15 +00:00
SwitchDocumentDirectionChild.jsm
WebRTCChild.jsm Bug 1597451 - Remove IterateWindowListeners altogether. r=jib,geckoview-reviewers,agi 2020-10-19 09:56:56 +00:00
WebRTCParent.jsm Bug 1675764 [Wayland] Don't use screen sharing preview with PipeWire, r=jib 2020-11-25 09:23:02 +00:00
moz.build Bug 1680735 - Rename SearchTelemetry to SearchSERPTelemetry. r=daleharvey 2020-12-08 20:42:15 +00:00