diff --git a/patches/arm.patch b/patches/arm.patch new file mode 100644 index 0000000..0e0d648 --- /dev/null +++ b/patches/arm.patch @@ -0,0 +1,12 @@ +diff --git a/js/src/wasm/WasmSignalHandlers.cpp b/js/src/wasm/WasmSignalHandlers.cpp +index f8977a6..34f52fc 100644 +--- a/js/src/wasm/WasmSignalHandlers.cpp ++++ b/js/src/wasm/WasmSignalHandlers.cpp +@@ -243,7 +243,7 @@ using mozilla::DebugOnly; + // If you run into compile problems on a tier-3 platform, you can disable the + // emulation here. + +-#if defined(__linux__) && defined(__arm__) ++#if 0 && defined(__linux__) && defined(__arm__) + # define WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS + #endif diff --git a/patches/browser-confvars.patch b/patches/browser-confvars.patch new file mode 100644 index 0000000..9b40dce --- /dev/null +++ b/patches/browser-confvars.patch @@ -0,0 +1,28 @@ +diff --git a/browser/confvars.sh b/browser/confvars.sh +index 92871c9516..1e151180dd 100644 +--- a/browser/confvars.sh ++++ b/browser/confvars.sh +@@ -3,8 +3,10 @@ + # License, v. 2.0. If a copy of the MPL was not distributed with this + # file, You can obtain one at http://mozilla.org/MPL/2.0/. + +-MOZ_APP_VENDOR=Mozilla +-MOZ_UPDATER=1 ++MOZ_APP_BASENAME=LibreWolf ++MOZ_APP_VENDOR="LibreWolf Community" ++ ++MOZ_UPDATER=0 + + if test "$OS_ARCH" = "WINNT"; then + if ! test "$HAVE_64BIT_BUILD"; then +@@ -34,8 +36,8 @@ BROWSER_CHROME_URL=chrome://browser/content/browser.xhtml + # For mozilla-beta, mozilla-release, or mozilla-central repositories, use + # "unofficial" branding. + # For the mozilla-aurora repository, use "aurora". +-MOZ_BRANDING_DIRECTORY=browser/branding/unofficial +-MOZ_OFFICIAL_BRANDING_DIRECTORY=browser/branding/official ++MOZ_BRANDING_DIRECTORY=browser/branding/librewolf ++MOZ_OFFICIAL_BRANDING_DIRECTORY=browser/branding/librewolf + MOZ_APP_ID={ec8030f7-c20a-464f-9b0e-13a3a9e97384} + + MOZ_PROFILE_MIGRATOR=1 diff --git a/patches/context-menu.patch b/patches/context-menu.patch new file mode 100644 index 0000000..570f61a --- /dev/null +++ b/patches/context-menu.patch @@ -0,0 +1,24 @@ +diff --git a/browser/base/content/browser-context.inc b/browser/base/content/browser-context.inc +index a7fce1a806..3a9d07582d 100644 +--- a/browser/base/content/browser-context.inc ++++ b/browser/base/content/browser-context.inc +@@ -78,9 +78,6 @@ + +- + +@@ -215,9 +212,6 @@ + +- +