0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 05:33:03 -05:00

update unity and kde patches for 111.0

This commit is contained in:
ohfp 2023-03-18 12:09:51 +01:00
parent 4d557ae109
commit 5a211f7bad
2 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@
# Date 1559300151 -7200 # Date 1559300151 -7200
# Fri May 31 12:55:51 2019 +0200 # Fri May 31 12:55:51 2019 +0200
# Node ID 54d41b0033b8d649d842a1f862c6fed8b9874dec # Node ID 54d41b0033b8d649d842a1f862c6fed8b9874dec
# Parent 95d798f72d832c953086aa27675498fdf84177f0 # Parent 340817025937e2c69bb1643930d7dfdf63656a7b
How to apply this patch: How to apply this patch:
1. Import and apply it 1. Import and apply it
2. cp browser/base/content/browser.xul browser/base/content/browser-kde.xul 2. cp browser/base/content/browser.xul browser/base/content/browser-kde.xul
@ -33,12 +33,12 @@ diff --git a/browser/components/preferences/main.js b/browser/components/prefere
this.initBrowserContainers(); this.initBrowserContainers();
this.buildContentProcessCountMenuList(); this.buildContentProcessCountMenuList();
let performanceSettingsLink = document.getElementById( this.updateDefaultPerformanceSettingsPref();
"performanceSettingsLearnMore"
let defaultPerformancePref = Preferences.get(
"browser.preferences.defaultPerformanceSettings.enabled"
); );
let performanceSettingsUrl = @@ -1298,16 +1305,27 @@ var gMainPane = {
Services.urlFormatter.formatURLPref("app.support.baseURL") +
@@ -1333,16 +1340,27 @@ var gMainPane = {
this._backoffIndex = 0; this._backoffIndex = 0;
let shellSvc = getShellService(); let shellSvc = getShellService();

View file

@ -5045,7 +5045,7 @@
--- a/widget/gtk/nsWindow.cpp --- a/widget/gtk/nsWindow.cpp
+++ b/widget/gtk/nsWindow.cpp +++ b/widget/gtk/nsWindow.cpp
@@ -7060,6 +7060,10 @@ void nsWindow::HideWindowChrome(bool aSh @@ -7060,6 +7060,10 @@ void nsWindow::HideWindowChrome(bool aSh
SetWindowDecoration(aShouldHide ? eBorderStyle_none : mBorderStyle); SetWindowDecoration(aShouldHide ? BorderStyle::None : mBorderStyle);
} }
+void nsWindow::SetMenuBar(UniquePtr<nsMenuBar> aMenuBar) { +void nsWindow::SetMenuBar(UniquePtr<nsMenuBar> aMenuBar) {