public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Martin Stransky <stransky@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/firefox] f45: added session restore fixes
Date: Thu, 10 Sep 2026 09:33:55 GMT	[thread overview]
Message-ID: <178903283560.1.13720828920872572197.rpms-firefox-2a34afb17d24@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/firefox
Branch : f45
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=f45

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)

                 reply	other threads:[~2026-09-10  9:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178903283560.1.13720828920872572197.rpms-firefox-2a34afb17d24@fedoraproject.org \
    --to=stransky@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox