diff options
author | Jan Horak <jhorak@redhat.com> | 2019-11-21 15:55:32 +0100 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2019-11-21 15:55:32 +0100 |
commit | 1ed5beacbb6a9d98b9092d3653fb1902edbc0a35 (patch) | |
tree | b4cbb9dbc17c15bad122919bd3c7c2f69cec7806 /firefox.spec | |
parent | Build against rust 1.38 (diff) | |
download | librewolf-fedora-ff-1ed5beacbb6a9d98b9092d3653fb1902edbc0a35.tar.gz librewolf-fedora-ff-1ed5beacbb6a9d98b9092d3653fb1902edbc0a35.tar.bz2 librewolf-fedora-ff-1ed5beacbb6a9d98b9092d3653fb1902edbc0a35.zip |
Added fixes for missing overflow widget windows and <select> dropdown on multimonitor setup
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index 10e032a..82db088 100644 --- a/firefox.spec +++ b/firefox.spec @@ -153,6 +153,8 @@ Patch419: mozilla-1568569.patch Patch421: mozilla-1579023.patch Patch422: mozilla-1580174-webrtc-popup.patch Patch423: D49289-wayland-monitor-size.diff +Patch424: D53011-remote-content-disappear-fix.diff +Patch425: D53965-dropdown-missing-on-multimonitor.diff # Wayland specific upstream patches Patch574: firefox-pipewire.patch @@ -363,6 +365,10 @@ This package contains results of tests executed during build. %patch419 -p1 -b .1568569 %patch421 -p1 -b .1579023 %patch423 -p1 -b .D49289 +# overflow widgets broken +%patch424 -p1 -b .D53011 +# dropdown missing on multimonitor +%patch425 -p1 -b .D53965 # Wayland specific upstream patches %patch574 -p1 -b .firefox-pipewire |