summarylogtreecommitdiffstats
path: root/unity-menubar.patch
diff options
context:
space:
mode:
authorBjörn Bidar2022-02-25 14:07:55 +0200
committerBjörn Bidar2022-03-06 21:23:18 +0200
commit61e9492d18144c2c7e0e3658583801db6763a883 (patch)
tree7a787a8d55e6aa997c92ff5a0ea733e49d79a0ab /unity-menubar.patch
parent36df376176e3d7f0f02eb91cda0512923e1b6859 (diff)
downloadaur-61e9492d18144c2c7e0e3658583801db6763a883.tar.gz
Update to 97.0.1-1
- New upstream release - Update patches: - unity-menubar patch from Ubuntu - firefox-kde patches from openSUSE - Reenable system SQLite patch - Port away from autoconf - Replace deprecated nsAutoCString - Removed patches for the following as they have been merged or resolved upstream: - Firefox 91.4 fails to build against wayland 1.20 MOZILLA#1745560 - WR/Gnome+KDE Wayland/AMD: Firefox 95 locked to 120 fps, unsmooth scrolling MOZILLA#1744896
Diffstat (limited to 'unity-menubar.patch')
-rw-r--r--unity-menubar.patch8
1 files changed, 3 insertions, 5 deletions
diff --git a/unity-menubar.patch b/unity-menubar.patch
index d747a5db506c..dc9ffd1c3662 100644
--- a/unity-menubar.patch
+++ b/unity-menubar.patch
@@ -72,7 +72,7 @@
nsINode* XULPopupElement::GetTriggerNode() const {
--- a/dom/xul/moz.build
+++ b/dom/xul/moz.build
-@@ -83,6 +83,11 @@ LOCAL_INCLUDES += [
+@@ -83,4 +83,9 @@ LOCAL_INCLUDES += [
include("/ipc/chromium/chromium-config.mozbuild")
@@ -82,8 +82,6 @@
+ ]
+
FINAL_LIBRARY = "xul"
-
- if CONFIG["CC_TYPE"] in ("clang", "gcc"):
--- a/layout/build/moz.build
+++ b/layout/build/moz.build
@@ -68,6 +68,10 @@ elif CONFIG["MOZ_WIDGET_TOOLKIT"] == "an
@@ -5085,8 +5083,8 @@
# include "mozilla/a11y/LocalAccessible.h"
#endif
@@ -168,6 +170,8 @@ class nsWindow final : public nsBaseWidg
- nsIScreen* aTargetScreen = nullptr) override;
- virtual void HideWindowChrome(bool aShouldHide) override;
+ nsIScreen* aTargetScreen = nullptr) override;
+ void HideWindowChrome(bool aShouldHide) override;
+ void SetMenuBar(mozilla::UniquePtr<nsMenuBar> aMenuBar);
+