public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/firefox] rawhide: added session restore fixes
@ 2026-09-10 9:32 Martin Stransky
0 siblings, 0 replies; only message in thread
From: Martin Stransky @ 2026-09-10 9:32 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/firefox
Branch : rawhide
Commit : 2a34afb17d24385473e650630bf7cba9c6823a14
Author : Martin Stransky <stransky@redhat.com>
Date : 2026-09-10T11:31:03+02:00
Stats : +10/-8 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/firefox/c/2a34afb17d24385473e650630bf7cba9c6823a14?branch=rawhide
Log:
added session restore fixes
---
diff --git a/firefox.spec b/firefox.spec
index 5228f0b..8252391 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -259,11 +259,10 @@ Patch242: 0026-Add-KDE-integration-to-Firefox.patch
# Upstream patches
Patch400: mozilla-1196777.patch
Patch401: mozilla-1667096.patch
-Patch403: D318191.1787388141.diff
-
-# https://phabricator.services.mozilla.com/D312871
-# Drop with Firefox 156
-Patch410: libwebrtc-video-capture-implement-buffer-stride-support-for-pipewire.patch
+Patch402: D324870.1789116963.diff
+Patch403: D324871.1789116972.diff
+Patch404: D324876.1789116899.diff
+Patch405: D324877.1789117000.diff
# PGO/LTO patches
Patch600: pgo.patch
@@ -547,9 +546,11 @@ cat %{SOURCE49} | sed -e "s|LIBCLANG_RT_PLACEHOLDER|`pwd`/wasi-sdk-30/build/sysr
%patch -P400 -p1 -b .1196777
%patch -P401 -p1 -b .1667096
-%patch -P403 -p1 -b .D318191
-%patch -P410 -p1 -b .libwebrtc-video-capture-implement-buffer-stride-support-for-pipewire
+%patch -P402 -p1 -b .D324870
+%patch -P403 -p1 -b .D324871
+%patch -P404 -p1 -b .D324876
+%patch -P405 -p1 -b .D324877
# PGO patches
%if %{build_with_pgo}
@@ -1207,6 +1208,7 @@ fi
%changelog
* Thu Sep 10 2026 Martin Stransky <stransky@redhat.com> - 156.0-1
- Updated to 156.0
+- Enabled session restore on KDE
* Mon Sep 7 2026 Martin Stransky <stransky@redhat.com> - 155.0.1-1
- Updated to 155.0.1
diff --git a/wasi.patch b/wasi.patch
index 9fa7675..1586e3b 100644
--- a/wasi.patch
+++ b/wasi.patch
@@ -6,7 +6,7 @@ diff -up firefox-134.0.1/toolkit/moz.configure.wasi firefox-134.0.1/toolkit/moz.
if wasi_sysroot:
log.info("Using wasi sysroot in %s", wasi_sysroot)
- return ["--sysroot=%s" % wasi_sysroot]
-+ return ["--sysroot=%s" % wasi_sysroot, "-nodefaultlibs", "-lc", "-lwasi-emulated-process-clocks", "-lc++", "-lc++abi", "/home/komat/CVS/firefox/firefox-155.0-build/firefox-155.0/wasi-sdk-30/build/sysroot/install/wasi-resource-dir/lib/wasm32-unknown-wasip1/libclang_rt.builtins.a"]
++ return ["--sysroot=%s" % wasi_sysroot, "-nodefaultlibs", "-lc", "-lwasi-emulated-process-clocks", "-lc++", "-lc++abi", "/home/komat/CVS/firefox/firefox-156.0-build/firefox-156.0/wasi-sdk-30/build/sysroot/install/wasi-resource-dir/lib/wasm32-unknown-wasip1/libclang_rt.builtins.a"]
return []
set_config("WASI_SYSROOT", wasi_sysroot)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-10 9:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-10 9:32 [rpms/firefox] rawhide: added session restore fixes Martin Stransky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox