sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (48749ec947af84bc70d74f28b559626335a34077)
- From: Pavel Vinogradov <scm AT sourcemage.org>
- To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
- Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (48749ec947af84bc70d74f28b559626335a34077)
- Date: Tue, 28 Oct 2025 01:46:39 +0000
GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:
http/firefox/HISTORY
| 1
http/firefox/patches/0023-bmo-1990430-make-autobuffer-trivially-copyable.patch
| 17 ----------
2 files changed, 1 insertion(+), 17 deletions(-)
New commits:
commit 48749ec947af84bc70d74f28b559626335a34077
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
http/firefox: updated patches for 144.0.2
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 4aa890f..06f3359 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,5 +1,6 @@
2025-10-27 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 144.0.2
+ * patches/*: updated
2025-10-18 Pavel Vinogradov <public AT sourcemage.org>
* patches/*: updated
diff --git
a/http/firefox/patches/0023-bmo-1990430-make-autobuffer-trivially-copyable.patch
b/http/firefox/patches/0023-bmo-1990430-make-autobuffer-trivially-copyable.patch
deleted file mode 100644
index f57779e..0000000
---
a/http/firefox/patches/0023-bmo-1990430-make-autobuffer-trivially-copyable.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/xpcom/ds/nsTArray.h b/xpcom/ds/nsTArray.h
---- a/xpcom/ds/nsTArray.h
-+++ b/xpcom/ds/nsTArray.h
-@@ -2970,11 +2970,11 @@
- // FIXME: Conceptually `value_type mElements[N]`, but that upsets the
- // hazard analysis, see bug 1880185.
- char mStorage[sizeof(value_type) * N];
- };
- AutoBuffer() : mHdr{.mLength = 0, .mCapacity = N, .mIsAutoArray = true}
{}
-- ~AutoBuffer() {}
-+ ~AutoBuffer() = default;
- } mAutoBuf;
- static_assert(offsetof(AutoBuffer, mStorage) == sizeof(nsTArrayHeader),
- "Shouldn't have padding");
- };
-
-
- [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (48749ec947af84bc70d74f28b559626335a34077), Pavel Vinogradov, 10/27/2025
Archive powered by MHonArc 2.6.24.