From a1069e80ec4d0f4bcc69f27b9341815f03cd167f Mon Sep 17 00:00:00 2001 From: Martin Filla Date: Sat, 7 Oct 2023 05:00:00 +0200 Subject: www/librewolf: update to 117.0.1-1 With two additional patches to the unity_menu patch due to jsm@. Changelog: https://gitlab.com/librewolf-community/browser/bsys6/-/releases PR: 273948 See also: https://codeberg.org/librewolf/issues/issues/1279 Obtained from: https://people.freebsd.org/~jsm/patch2.diff --- www/librewolf/files/patch-widget_gtk_nsMenuBar.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 www/librewolf/files/patch-widget_gtk_nsMenuBar.cpp (limited to 'www/librewolf/files/patch-widget_gtk_nsMenuBar.cpp') diff --git a/www/librewolf/files/patch-widget_gtk_nsMenuBar.cpp b/www/librewolf/files/patch-widget_gtk_nsMenuBar.cpp new file mode 100644 index 000000000000..dfa5ea927c77 --- /dev/null +++ b/www/librewolf/files/patch-widget_gtk_nsMenuBar.cpp @@ -0,0 +1,11 @@ +--- widget/gtk/nsMenuBar.cpp.orig 2023-10-06 21:47:06.056933000 +0200 ++++ widget/gtk/nsMenuBar.cpp 2023-10-06 21:44:31.623574000 +0200 +@@ -190,7 +190,7 @@ + + mEventListener = new DocEventListener(this); + +- mDocument = do_QueryInterface(ContentNode()->OwnerDoc()); ++ mDocument = ContentNode()->OwnerDoc(); + + mAccessKey = Preferences::GetInt("ui.key.menuAccessKey"); + if (mAccessKey == dom::KeyboardEvent_Binding::DOM_VK_SHIFT) { -- cgit v1.2.3