Backed out changeset 1778ca2ab291 (bug 1744425) for bc failures on browser_xpcom_graph_wait.js. CLOSED TREE

This commit is contained in:
Cosmin Sabou
2021-12-08 07:20:54 +02:00
parent 13c1674214
commit c26566def8
23 changed files with 88 additions and 31 deletions

View File

@@ -368,7 +368,7 @@ already_AddRefed<BrowsingContext> BrowsingContext::CreateDetached(
nsILoadInfo::OPENER_POLICY_SAME_ORIGIN_ALLOW_POPUPS);
}
fields.mHistoryID = nsID::GenerateUUID();
nsContentUtils::GenerateUUIDInPlace(fields.mHistoryID);
fields.mExplicitActive = [&] {
if (parentBC) {
// Non-root browsing-contexts inherit their status from its parent.