From bb8fe4aa4b13be67a67f69d0bafe285e375801d0 Mon Sep 17 00:00:00 2001 From: girst Date: Sat, 3 Jun 2023 17:07:05 +0200 Subject: [PATCH] Port Bug 1538028 to VimFx' contentAreaClick() introduced in mozilla-central 99eeb925a1ab48725345223eda657430d623078b. at this time Bug 1538028 is not publicly accessible. it seems to be related to 'session history in parent' and schema validation. --- extension/lib/utils.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extension/lib/utils.coffee b/extension/lib/utils.coffee index 51390d9..569507a 100644 --- a/extension/lib/utils.coffee +++ b/extension/lib/utils.coffee @@ -325,6 +325,8 @@ contentAreaClick = (data, browser) -> allowInheritPrincipal: true, openerBrowser: browser, # >=fx98 hasValidUserGestureActivation: true, # >=fx103 + triggeringRemoteType: browser.browsingContext.currentWindowGlobal + .domProcess?.remoteType, # >=fx109 } if data.originAttributes.userContextId -- 2.39.3