Bug 1625513 - Part 4: Don't require being in tabbrowser for subframe process switches, r=mattwoodrow,necko-reviewers,valentin

Differential Revision: https://phabricator.services.mozilla.com/D71396
This commit is contained in:
Nika Layzell
2020-04-21 18:33:52 +00:00
parent ab463f1564
commit 07bd64e930
5 changed files with 75 additions and 51 deletions

View File

@@ -2069,24 +2069,6 @@
replaceBrowsingContext
);
}
getRemoteTypeForPrincipal(
principal,
remoteTabs,
remoteSubframes,
preferredRemoteType,
currentPrincipal,
isSubframe
) {
return E10SUtils.getRemoteTypeForPrincipal(
principal,
remoteTabs,
remoteSubframes,
preferredRemoteType,
currentPrincipal,
isSubframe
);
}
}
MozXULElement.implementCustomInterface(MozBrowser, [Ci.nsIBrowser]);