0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 05:33:03 -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/mozilla-vpn-ad.patch
patches/mozilla_dirs.patch
patches/mozilla-kde.patch
patches/remove_addons.patch
patches/unity-menubar.patch
patches/sed-patches/allow-searchengines-non-esr.patch
patches/sed-patches/disable-pocket.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;
+ }
+
if (toolbar.id == "PersonalToolbar" && gBookmarksToolbar2h2020) {
if (toolbar.id == "PersonalToolbar") {
let menu = BookmarkingUI.buildBookmarksToolbarSubmenu(toolbar);
popup.insertBefore(menu, firstMenuItem);
--- a/browser/components/places/content/places.xhtml
@ -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
@ -5236,7 +5234,7 @@
+
EXPORTS.mozilla += [
"BasicEvents.h",
"CommandList.h",
"ColorScheme.h",
--- /dev/null
+++ b/widget/nsINativeMenuService.h
@@ -0,0 +1,39 @@