2nd attempt to align front-end code (and related other changes) with ArcticFox (as of https://github.com/rmottola/Arctic-Fox/commit/e4df9310356a3e9925c8c13f0a80b5922dc76912)

This commit is contained in:
2020-03-04 11:50:28 +08:00
parent 57b53303a7
commit c689a1f44a
51 changed files with 2099 additions and 1567 deletions
+6
View File
@@ -2424,6 +2424,12 @@ nsDocShell::GetUseRemoteTabs(bool* aUseRemoteTabs)
NS_IMETHODIMP
nsDocShell::SetRemoteTabs(bool aUseRemoteTabs)
{
#ifdef MOZ_CRASHREPORTER
if (aUseRemoteTabs) {
CrashReporter::AnnotateCrashReport(NS_LITERAL_CSTRING("DOMIPCEnabled"),
NS_LITERAL_CSTRING("1"));
}
#endif
mUseRemoteTabs = aUseRemoteTabs;
return NS_OK;