summaryrefslogtreecommitdiff
path: root/mozilla-1728749.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-10-06 09:22:57 +0200
committerMartin Stransky <stransky@redhat.com>2021-10-06 09:22:57 +0200
commit9a6959ca220fc7a0842fbb0b0cab25ee050e5215 (patch)
tree74630336a2317507e8a4c15996dd9d6a8abc0189 /mozilla-1728749.patch
parentUpdated to 92.0.1 (diff)
downloadlibrewolf-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.patch16
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") {
-
bgstack15