From 79e725aec160d0d903ea7af5aacc9e9c3e622944 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Fri, 3 Sep 2021 19:25:17 +0200 Subject: Updated to 92.0 --- mozilla-1728749.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 mozilla-1728749.patch (limited to 'mozilla-1728749.patch') diff --git a/mozilla-1728749.patch b/mozilla-1728749.patch new file mode 100644 index 0000000..08f6217 --- /dev/null +++ b/mozilla-1728749.patch @@ -0,0 +1,16 @@ +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