gecko-dev/browser/actors
Gijs Kruitbosch e83010ea13 Bug 1196151 - use browsing contexts for urifixupinfo's consumer property, r=mak
Differential Revision: https://phabricator.services.mozilla.com/D74559
2020-05-13 14:54:47 +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 1614744, convert about:privatebrowsing to JSWindowActor-based remote page manager, r=johannh 2020-04-29 23:19:15 +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 1627337 - Update lockwise card display and copy. r=ewright,fluent-reviewers,flod 2020-05-07 09:23:41 +00:00
AboutReaderChild.jsm Backed out changeset 3a50d857d097 (bug 1591469) for newtab failures complaining about AboutReaderParent CLOSED TREE 2020-05-12 06:13:10 +03: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 1597787 - Send principals directly across JSWindowActors rather than serializing / deserializing them. r=NeilDeakin 2019-11-23 00:53:52 +00:00
BlockedSiteParent.jsm Bug 1591474 - Port BlockedSite to JSWindowActors r=Gijs 2019-11-18 12:06:23 +00:00
BrowserTabChild.jsm
BrowserTabParent.jsm Bug 1598919, move Browser:LoadURI into BrowserTabParent actor, r=mconley 2020-01-20 15:19:14 +00:00
ClickHandlerChild.jsm Bug 1635094 - Cleanup the ReferrerInfo code. r=ckerschb 2020-05-04 18:50:20 +00:00
ClickHandlerParent.jsm Bug 1595155, support click handler which allows modifier+click in out of process iframes, r=Gijs 2019-11-27 19:30:19 +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 1590752, convert ContentMetaHandler.jsm into JSWindowActors, r=mconley 2019-10-31 10:11:40 +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 1626897 - Part 3 - Add support for tail suggestions to SearchSuggestionController's consumers. r=mak 2020-05-12 17:01:14 +00:00
ContextMenuChild.jsm Bug 1635094 - Cleanup the ReferrerInfo code. r=ckerschb 2020-05-04 18:50:20 +00:00
ContextMenuParent.jsm
DOMFullscreenChild.jsm Bug 1590138 - Handle the case where the actor is already destroyed during fullscreen exit so that chrome UI is fully restored. r=smaug,NeilDeakin 2019-11-05 23:29:26 +00:00
DOMFullscreenParent.jsm Bug 1590138 - Handle the case where the actor is already destroyed during fullscreen exit so that chrome UI is fully restored. r=smaug,NeilDeakin 2019-11-05 23:29:26 +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 1634218 - Remove the zoom actors. r=nika 2020-04-30 16:35:35 +00:00
LightweightThemeChild.jsm Bug 1595143 - Port LightweightThemeChild to JSWindowActors r=mconley,Gijs 2019-11-18 22:51:18 +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 1602189: If the app manifest provides no icons use those provided by the page where available. r=Gijs 2019-12-16 19:57:00 +00:00
NetErrorChild.jsm Bug 1629826 - Re-enable event telemetry probes for certificate error pages. r=nhnt11 2020-04-25 18:12:32 +00:00
NetErrorParent.jsm Bug 1631750 - Detect + reset modified `security.tls13` prefs from the no_cypher_overlap certerror page. r=johannh 2020-04-28 13:46:07 +00:00
PageInfoChild.jsm Bug 1569738, make PageInfo fission compatible r=mconley 2019-08-29 20:31:19 +00:00
PageStyleChild.jsm Bug 1576918 - Port PageStyle actor to JSWindowActors for Fission compatibility. r=mconley,Gijs 2019-10-27 18:08:02 +00:00
PageStyleParent.jsm Bug 1601681 - Switch recently added files with Windows line endings to Unix. r=mossop 2019-12-11 08:12:49 +00:00
PluginChild.jsm Bug 1596800 - Remove document.getBindingParent usage from PluginChild.jsm. r=mconley 2019-11-18 19:06:50 +00:00
PluginParent.jsm Bug 1598005 - Remove the useless browserDumpID field from the plug-in crash events r=froydnj,baku 2019-11-21 12:29:58 +00:00
PromptChild.jsm Bug 1615588 - Extended nsIPromptService to support tab modal prompts. r=johannh,MattN,necko-reviewers,dragana 2020-04-16 14:43:50 +00:00
PromptParent.jsm Bug 1271842 - nsIPromptService: Added async prompt methods. r=johannh 2020-04-22 10:27:29 +00:00
RFPHelperChild.jsm Bug 1553384, update letterboxing to be fission compatible now that findbar isn't using the message manager. Add a findbar open/close test for letterboxing, r=mconley 2019-09-18 09:33:52 +00:00
RFPHelperParent.jsm Bug 1553384, update letterboxing to be fission compatible now that findbar isn't using the message manager. Add a findbar open/close test for letterboxing, r=mconley 2019-09-18 09:33:52 +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
URIFixupChild.jsm Bug 1196151 - use browsing contexts for urifixupinfo's consumer property, r=mak 2020-05-13 14:54:47 +00:00
WebRTCChild.jsm Bug 1634703 - Send the list of shared nsIMediaDevice devices up to the parent from WebRTCChild.jsm. r=florian 2020-05-12 14:49:59 +00:00
WebRTCParent.jsm Bug 1627035 - Don't reprompt when an allow="*" iframe is actively sharing webrtc. r=jib 2020-04-21 16:01:07 +00:00
moz.build Backed out changeset 3a50d857d097 (bug 1591469) for newtab failures complaining about AboutReaderParent CLOSED TREE 2020-05-12 06:13:10 +03:00