0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2025-01-03 03:10:07 -05:00

add mozilla-kde.patch

This commit is contained in:
Malte Jürgens 2022-01-17 19:08:42 +01:00
parent eb15a03828
commit 2c0c2d0f0a
No known key found for this signature in database
GPG key ID: D29FBD5F93C0CFC3
3 changed files with 1913 additions and 5 deletions

View file

@ -3,7 +3,9 @@ patches/context-menu.patch
patches/disable-data-reporting-at-compile-time.patch patches/disable-data-reporting-at-compile-time.patch
patches/mozilla-vpn-ad.patch patches/mozilla-vpn-ad.patch
patches/mozilla_dirs.patch patches/mozilla_dirs.patch
patches/mozilla-kde.patch
patches/remove_addons.patch patches/remove_addons.patch
patches/unity-menubar.patch
patches/sed-patches/allow-searchengines-non-esr.patch patches/sed-patches/allow-searchengines-non-esr.patch
patches/sed-patches/disable-pocket.patch patches/sed-patches/disable-pocket.patch
patches/sed-patches/remove-internal-plugin-certs.patch patches/sed-patches/remove-internal-plugin-certs.patch

1908
patches/mozilla-kde.patch Normal file

File diff suppressed because it is too large Load diff

View file

@ -32,7 +32,7 @@
+ continue; + continue;
+ } + }
+ +
if (toolbar.id == "PersonalToolbar" && gBookmarksToolbar2h2020) { if (toolbar.id == "PersonalToolbar") {
let menu = BookmarkingUI.buildBookmarksToolbarSubmenu(toolbar); let menu = BookmarkingUI.buildBookmarksToolbarSubmenu(toolbar);
popup.insertBefore(menu, firstMenuItem); popup.insertBefore(menu, firstMenuItem);
--- a/browser/components/places/content/places.xhtml --- a/browser/components/places/content/places.xhtml
@ -72,7 +72,7 @@
nsINode* XULPopupElement::GetTriggerNode() const { nsINode* XULPopupElement::GetTriggerNode() const {
--- a/dom/xul/moz.build --- a/dom/xul/moz.build
+++ b/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") include("/ipc/chromium/chromium-config.mozbuild")
@ -82,8 +82,6 @@
+ ] + ]
+ +
FINAL_LIBRARY = "xul" FINAL_LIBRARY = "xul"
if CONFIG["CC_TYPE"] in ("clang", "gcc"):
--- a/layout/build/moz.build --- a/layout/build/moz.build
+++ b/layout/build/moz.build +++ b/layout/build/moz.build
@@ -68,6 +68,10 @@ elif CONFIG["MOZ_WIDGET_TOOLKIT"] == "an @@ -68,6 +68,10 @@ elif CONFIG["MOZ_WIDGET_TOOLKIT"] == "an
@ -5236,7 +5234,7 @@
+ +
EXPORTS.mozilla += [ EXPORTS.mozilla += [
"BasicEvents.h", "BasicEvents.h",
"CommandList.h", "ColorScheme.h",
--- /dev/null --- /dev/null
+++ b/widget/nsINativeMenuService.h +++ b/widget/nsINativeMenuService.h
@@ -0,0 +1,39 @@ @@ -0,0 +1,39 @@