gecko-dev/browser/actors
Emilio Cobos Álvarez 761e9dfe4c Bug 1635094 - Cleanup the ReferrerInfo code. r=ckerschb
The cast in InitWithNode is wrong. AsElement() asserts instead of
checking the flag, so we always pass an element (and if we didn't we'd
have type confusion problems). I audited the callers and we're fine.

Anyhow, always require an element, and add two convenience constructors
for C++ code.

Differential Revision: https://phabricator.services.mozilla.com/D73636
2020-05-04 18:50:20 +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 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
AboutReaderChild.jsm Bug 1561435 - Format browser/actors/, a=automatic-formatting 2019-07-05 09:46:28 +02: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 Bug 1561435 - Format browser/actors/, a=automatic-formatting 2019-07-05 09:46:28 +02:00
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 1633770 - Remove unnecessary loop in ContentSearchUIController._updateDefaultEngineIcon.r=Standard8 2020-05-04 10:49:15 +00:00
ContextMenuChild.jsm Bug 1635094 - Cleanup the ReferrerInfo code. r=ckerschb 2020-05-04 18:50:20 +00:00
ContextMenuParent.jsm Bug 1505913 - make plugin click-to-play and crash handling fission-compatible, r=mconley 2019-07-23 22:04:40 +00:00
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 Bug 1533948, change BrowserTabChild to inherit from JSWindowActor, r=mconley 2019-06-11 09:05:33 -04:00
URIFixupChild.jsm Bug 1561435 - Format browser/actors/, a=automatic-formatting 2019-07-05 09:46:28 +02:00
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
moz.build Bug 1614749, convert about:tabcrashed to JSWindowActor-based remote page manager, r=mconley 2020-04-30 00:50:10 +00:00