diff options
author | Martin Stransky <stransky@redhat.com> | 2021-10-06 09:22:57 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-10-06 09:22:57 +0200 |
commit | 9a6959ca220fc7a0842fbb0b0cab25ee050e5215 (patch) | |
tree | 74630336a2317507e8a4c15996dd9d6a8abc0189 /mozilla-1728749.patch | |
parent | Updated to 92.0.1 (diff) | |
download | librewolf-fedora-ff-9a6959ca220fc7a0842fbb0b0cab25ee050e5215.tar.gz librewolf-fedora-ff-9a6959ca220fc7a0842fbb0b0cab25ee050e5215.tar.bz2 librewolf-fedora-ff-9a6959ca220fc7a0842fbb0b0cab25ee050e5215.zip |
Updated to Firefox 93.0
Diffstat (limited to 'mozilla-1728749.patch')
-rw-r--r-- | mozilla-1728749.patch | 16 |
1 files changed, 0 insertions, 16 deletions
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") { - |