summaryrefslogtreecommitdiff
path: root/rhbz-1497932.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-10-04 10:16:21 +0200
committerMartin Stransky <stransky@redhat.com>2017-10-04 10:16:21 +0200
commitb0e946666bc8e10924acca552edaf27f2dd0cfbc (patch)
treebb5a6c41cf5d4cc26d4e9781e9caf968e5d91cae /rhbz-1497932.patch
parentMerge branch 'master' into f26 (diff)
parentFixed rhbz#1497932 - Plug-Ins for example flash fails because of unresolved s... (diff)
downloadlibrewolf-fedora-ff-b0e946666bc8e10924acca552edaf27f2dd0cfbc.tar.gz
librewolf-fedora-ff-b0e946666bc8e10924acca552edaf27f2dd0cfbc.tar.bz2
librewolf-fedora-ff-b0e946666bc8e10924acca552edaf27f2dd0cfbc.zip
Merge branch 'master' into f26
Diffstat (limited to 'rhbz-1497932.patch')
-rw-r--r--rhbz-1497932.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/rhbz-1497932.patch b/rhbz-1497932.patch
new file mode 100644
index 0000000..d6e7886
--- /dev/null
+++ b/rhbz-1497932.patch
@@ -0,0 +1,21 @@
+diff -up firefox-56.0/media/libyuv/libyuv/tools_libyuv/autoroller/unittests/testdata/DEPS.chromium.old firefox-56.0/media/libyuv/libyuv/tools_libyuv/autoroller/unittests/testdata/DEPS.chromium
+diff -up firefox-56.0/media/webrtc/trunk/Makefile.old firefox-56.0/media/webrtc/trunk/Makefile
+diff -up firefox-56.0/widget/gtk/mozgtk/mozgtk.c.old firefox-56.0/widget/gtk/mozgtk/mozgtk.c
+--- firefox-56.0/widget/gtk/mozgtk/mozgtk.c.old 2017-10-04 09:21:56.155553585 +0200
++++ firefox-56.0/widget/gtk/mozgtk/mozgtk.c 2017-10-04 09:22:35.562427061 +0200
+@@ -61,7 +61,6 @@ STUB(gdk_screen_get_height_mm)
+ STUB(gdk_screen_get_n_monitors)
+ STUB(gdk_screen_get_monitor_at_window)
+ STUB(gdk_screen_get_monitor_geometry)
+-STUB(gdk_screen_get_monitor_workarea)
+ STUB(gdk_screen_get_monitor_height_mm)
+ STUB(gdk_screen_get_number)
+ STUB(gdk_screen_get_resolution)
+@@ -550,6 +549,7 @@ STUB(gtk_render_line)
+ STUB(gtk_render_option)
+ STUB(gtk_render_slider)
+ STUB(gtk_scale_new)
++STUB(gdk_screen_get_monitor_workarea)
+ STUB(gtk_scrollbar_new)
+ STUB(gtk_style_context_add_class)
+ STUB(gtk_style_context_add_region)
bgstack15