diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-20 20:13:04 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-07-21 13:40:48 +0300 |
commit | 9ae5b2ce437363878cc3546d94e6bba20df906a4 (patch) | |
tree | ba12632ef257740cff34616b2bc2b123a215cdcc /www-client | |
parent | www-client/chromium: stable channel bump to 115.0.5790.102 (diff) | |
download | gentoo-9ae5b2ce437363878cc3546d94e6bba20df906a4.tar.gz gentoo-9ae5b2ce437363878cc3546d94e6bba20df906a4.tar.bz2 gentoo-9ae5b2ce437363878cc3546d94e6bba20df906a4.zip |
www-client/firefox: remove unused patches
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31973
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/files/firefox-114-ppc64-profiler.patch | 29 | ||||
-rw-r--r-- | www-client/firefox/files/firefox-114-ppc64-webrtc.patch | 35 |
2 files changed, 0 insertions, 64 deletions
diff --git a/www-client/firefox/files/firefox-114-ppc64-profiler.patch b/www-client/firefox/files/firefox-114-ppc64-profiler.patch deleted file mode 100644 index 5a2bfa4e3bd5..000000000000 --- a/www-client/firefox/files/firefox-114-ppc64-profiler.patch +++ /dev/null @@ -1,29 +0,0 @@ -#from: https://phabricator.services.mozilla.com/D181042 - -diff --git a/tools/profiler/gecko/ProfilerParent.cpp b/tools/profiler/gecko/ProfilerParent.cpp ---- a/tools/profiler/gecko/ProfilerParent.cpp -+++ b/tools/profiler/gecko/ProfilerParent.cpp -@@ -722,18 +722,22 @@ - } - } - - Unused << SendStop(); - } -+#endif // MOZ_GECKO_PROFILER - - ProfilerParent::~ProfilerParent() { - MOZ_COUNT_DTOR(ProfilerParent); - - MOZ_RELEASE_ASSERT(NS_IsMainThread()); -+#ifdef MOZ_GECKO_PROFILER - ProfilerParentTracker::StopTracking(this); -+#endif - } - -+#ifdef MOZ_GECKO_PROFILER - /* static */ - nsTArray<ProfilerParent::SingleProcessProfilePromiseAndChildPid> - ProfilerParent::GatherProfiles() { - nsTArray<SingleProcessProfilePromiseAndChildPid> results; - if (!NS_IsMainThread()) { - diff --git a/www-client/firefox/files/firefox-114-ppc64-webrtc.patch b/www-client/firefox/files/firefox-114-ppc64-webrtc.patch deleted file mode 100644 index 14e8c4a6baaa..000000000000 --- a/www-client/firefox/files/firefox-114-ppc64-webrtc.patch +++ /dev/null @@ -1,35 +0,0 @@ -#https://www.talospace.com/2023/06/firefox-114-on-power.html -#https://gist.github.com/classilla/95b5dd53627528448f8512a82205672c - -diff -r 954df08c7f0b third_party/libwebrtc/moz.build ---- a/third_party/libwebrtc/moz.build Tue Jun 06 08:55:21 2023 +0000 -+++ b/third_party/libwebrtc/moz.build Mon Jun 19 09:33:12 2023 -0700 -@@ -595,16 +595,28 @@ - "/third_party/libwebrtc/modules/desktop_capture/primitives_gn", - "/third_party/libwebrtc/modules/portal/portal_gn", - "/third_party/libwebrtc/third_party/drm/drm_gn", - "/third_party/libwebrtc/third_party/gbm/gbm_gn", - "/third_party/libwebrtc/third_party/libepoxy/libepoxy_gn", - "/third_party/libwebrtc/third_party/pipewire/pipewire_gn" - ] - -+if CONFIG["CPU_ARCH"] == "ppc64" and CONFIG["OS_TARGET"] == "Linux": -+ -+ DIRS += [ -+ "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn", -+ "/third_party/libwebrtc/modules/desktop_capture/primitives_gn", -+ "/third_party/libwebrtc/modules/portal/portal_gn", -+ "/third_party/libwebrtc/third_party/drm/drm_gn", -+ "/third_party/libwebrtc/third_party/gbm/gbm_gn", -+ "/third_party/libwebrtc/third_party/libepoxy/libepoxy_gn", -+ "/third_party/libwebrtc/third_party/pipewire/pipewire_gn" -+ ] -+ - if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "OpenBSD": - - DIRS += [ - "/third_party/libwebrtc/common_audio/common_audio_neon_c_gn", - "/third_party/libwebrtc/common_audio/common_audio_neon_gn" - ] - - if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "OpenBSD": |