gecko-dev/browser/actors
Arthur Iakab c278cf13d3 Backed out 2 changesets (bug 1576188) for causing browser-chrome failures on browser_persist_cross_origin_iframe.js
CLOSED TREE

Backed out changeset d2c102f8d898 (bug 1576188)
Backed out changeset 9ddd9a63d178 (bug 1576188)
2020-04-23 19:38:58 +03: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
AboutReaderChild.jsm
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 1595155, support click handler which allows modifier+click in out of process iframes, r=Gijs 2019-11-27 19:30:19 +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 1519099 - removeFromDb parameter of nsIAutoCompleteResult::RemoveValueAt is always true r=mak 2020-04-15 10:05:12 +00:00
ContextMenuChild.jsm Backed out 2 changesets (bug 1576188) for causing browser-chrome failures on browser_persist_cross_origin_iframe.js 2020-04-23 19:38:58 +03: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 1597844 - Fix positioning of form validation and date/time input popups. r=mconley 2019-11-22 00:13:15 +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
moz.build 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
NetErrorChild.jsm Bug 1614713, move neterror actor over to the actor-based RemotePageChild, and move neterror-specific functions to the NetErrorChild subclass so that they cannot be accessed via other pages, r=johannh,mossop 2020-04-08 14:08:29 +00:00
NetErrorParent.jsm Bug 1553265 - add a document.addCertException function to about:certerror pages and use it there; also treat GeckoView error pages as CallerIsTrusted(Net|Cert)Error; r=snorp,johannh,baku 2019-12-18 21:55:32 +00:00
PageInfoChild.jsm
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
WebRTCChild.jsm Bug 1616661 - Show raw device name to users in the gum prompt. r=achronop,snorp,johannh 2020-02-24 17:09:13 +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