From 9a6959ca220fc7a0842fbb0b0cab25ee050e5215 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 6 Oct 2021 09:22:57 +0200 Subject: Updated to Firefox 93.0 --- mozilla-1728749.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 mozilla-1728749.patch (limited to 'mozilla-1728749.patch') diff --git a/mozilla-1728749.patch b/mozilla-1728749.patch deleted file mode 100644 index 08f6217..0000000 --- a/mozilla-1728749.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/browser/actors/WebRTCParent.jsm b/browser/actors/WebRTCParent.jsm ---- a/browser/actors/WebRTCParent.jsm -+++ b/browser/actors/WebRTCParent.jsm -@@ -870,6 +870,11 @@ - ); - item.deviceId = device.id; - item.mediaSource = type; -+ -+ // In this case the OS sharing dialog will be the only option and -+ // can be safely pre-selected. -+ menupopup.parentNode.selectedItem = item; -+ menupopup.parentNode.disabled = true; - break; - } - if (type == "application") { - -- cgit