From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A04F41382C5 for ; Thu, 3 Jun 2021 17:57:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00312E0863; Thu, 3 Jun 2021 17:57:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C86C6E0863 for ; Thu, 3 Jun 2021 17:57:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01375340DB7 for ; Thu, 3 Jun 2021 17:57:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39AA178E for ; Thu, 3 Jun 2021 17:57:46 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1622743058.8975e65d995202417ef5016fc5e1a6997a98eae6.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/seamonkey/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/seamonkey/files/seamonkey-2.53.7.1-CLEANUP-workaround.patch X-VCS-Directories: www-client/seamonkey/files/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 8975e65d995202417ef5016fc5e1a6997a98eae6 X-VCS-Branch: master Date: Thu, 3 Jun 2021 17:57:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 128c1d45-9c1e-41cd-b424-482fdc336747 X-Archives-Hash: a74dd0d9062a031629e96a2949213999 commit: 8975e65d995202417ef5016fc5e1a6997a98eae6 Author: Lars Wendler gentoo org> AuthorDate: Thu Jun 3 17:49:23 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Jun 3 17:57:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8975e65d www-client/seamonkey: Patch cleanup Signed-off-by: Lars Wendler gentoo.org> .../seamonkey-2.53.7.1-CLEANUP-workaround.patch | 35 +++++++++------------- 1 file changed, 14 insertions(+), 21 deletions(-) diff --git a/www-client/seamonkey/files/seamonkey-2.53.7.1-CLEANUP-workaround.patch b/www-client/seamonkey/files/seamonkey-2.53.7.1-CLEANUP-workaround.patch index eca3d398018..d61341b1e75 100644 --- a/www-client/seamonkey/files/seamonkey-2.53.7.1-CLEANUP-workaround.patch +++ b/www-client/seamonkey/files/seamonkey-2.53.7.1-CLEANUP-workaround.patch @@ -1,6 +1,5 @@ -diff -urNp seamonkey-2.53.7.1-orig/dom/indexedDB/ActorsParent.cpp seamonkey-2.53.7.1-dwok/dom/indexedDB/ActorsParent.cpp ---- seamonkey-2.53.7.1-orig/dom/indexedDB/ActorsParent.cpp 2020-08-10 13:30:33.000000000 +0200 -+++ seamonkey-2.53.7.1-dwok/dom/indexedDB/ActorsParent.cpp 2021-05-19 19:34:09.717778077 +0200 +--- seamonkey-2.53.7.1/dom/indexedDB/ActorsParent.cpp ++++ seamonkey-2.53.7.1/dom/indexedDB/ActorsParent.cpp @@ -11381,7 +11381,7 @@ AutoSavepoint::~AutoSavepoint() MOZ_ASSERT(mDEBUGTransaction->GetMode() == IDBTransaction::READ_WRITE || mDEBUGTransaction->GetMode() == @@ -100,9 +99,8 @@ diff -urNp seamonkey-2.53.7.1-orig/dom/indexedDB/ActorsParent.cpp seamonkey-2.53 connection->DoIdleProcessing(/* aNeedsCheckpoint */ true); connection->EnableQuotaChecks(); -diff -urNp seamonkey-2.53.7.1-orig/dom/indexedDB/IDBCursor.cpp seamonkey-2.53.7.1-dwok/dom/indexedDB/IDBCursor.cpp ---- seamonkey-2.53.7.1-orig/dom/indexedDB/IDBCursor.cpp 2020-08-10 13:30:33.000000000 +0200 -+++ seamonkey-2.53.7.1-dwok/dom/indexedDB/IDBCursor.cpp 2021-05-19 19:34:21.313733906 +0200 +--- seamonkey-2.53.7.1/dom/indexedDB/IDBCursor.cpp ++++ seamonkey-2.53.7.1/dom/indexedDB/IDBCursor.cpp @@ -686,7 +686,7 @@ IDBCursor::Update(JSContext* aCx, JS::Ha return nullptr; } @@ -112,9 +110,8 @@ diff -urNp seamonkey-2.53.7.1-orig/dom/indexedDB/IDBCursor.cpp seamonkey-2.53.7. IsSourceDeleted() || !mHaveValue || mType == Type_ObjectStoreKey || -diff -urNp seamonkey-2.53.7.1-orig/dom/indexedDB/IDBDatabase.cpp seamonkey-2.53.7.1-dwok/dom/indexedDB/IDBDatabase.cpp ---- seamonkey-2.53.7.1-orig/dom/indexedDB/IDBDatabase.cpp 2020-04-01 13:01:50.000000000 +0200 -+++ seamonkey-2.53.7.1-dwok/dom/indexedDB/IDBDatabase.cpp 2021-05-19 19:34:54.769606469 +0200 +--- seamonkey-2.53.7.1/dom/indexedDB/IDBDatabase.cpp ++++ seamonkey-2.53.7.1/dom/indexedDB/IDBDatabase.cpp @@ -673,7 +673,7 @@ IDBDatabase::Transaction(JSContext* aCx, break; case IDBTransactionMode::Readwrite: @@ -151,9 +148,8 @@ diff -urNp seamonkey-2.53.7.1-orig/dom/indexedDB/IDBDatabase.cpp seamonkey-2.53. case IDBTransaction::VERSION_CHANGE: transactionsThatNeedWarning.AppendElement(transaction); break; -diff -urNp seamonkey-2.53.7.1-orig/dom/indexedDB/IDBObjectStore.cpp seamonkey-2.53.7.1-dwok/dom/indexedDB/IDBObjectStore.cpp ---- seamonkey-2.53.7.1-orig/dom/indexedDB/IDBObjectStore.cpp 2020-08-10 13:30:33.000000000 +0200 -+++ seamonkey-2.53.7.1-dwok/dom/indexedDB/IDBObjectStore.cpp 2021-05-19 19:35:22.341501444 +0200 +--- seamonkey-2.53.7.1/dom/indexedDB/IDBObjectStore.cpp ++++ seamonkey-2.53.7.1/dom/indexedDB/IDBObjectStore.cpp @@ -1546,7 +1546,7 @@ IDBObjectStore::AddOrPut(JSContext* aCx, MOZ_ASSERT(aCx); MOZ_ASSERT_IF(aFromCursor, aOverwrite); @@ -163,9 +159,8 @@ diff -urNp seamonkey-2.53.7.1-orig/dom/indexedDB/IDBObjectStore.cpp seamonkey-2. mDeletedSpec) { aRv.Throw(NS_ERROR_DOM_INDEXEDDB_NOT_ALLOWED_ERR); return nullptr; -diff -urNp seamonkey-2.53.7.1-orig/dom/indexedDB/IDBTransaction.cpp seamonkey-2.53.7.1-dwok/dom/indexedDB/IDBTransaction.cpp ---- seamonkey-2.53.7.1-orig/dom/indexedDB/IDBTransaction.cpp 2020-02-18 00:37:49.000000000 +0100 -+++ seamonkey-2.53.7.1-dwok/dom/indexedDB/IDBTransaction.cpp 2021-05-19 19:35:36.725446648 +0200 +--- seamonkey-2.53.7.1/dom/indexedDB/IDBTransaction.cpp ++++ seamonkey-2.53.7.1/dom/indexedDB/IDBTransaction.cpp @@ -221,7 +221,7 @@ IDBTransaction::Create(JSContext* aCx, I MOZ_ASSERT(aMode == READ_ONLY || aMode == READ_WRITE || @@ -184,9 +179,8 @@ diff -urNp seamonkey-2.53.7.1-orig/dom/indexedDB/IDBTransaction.cpp seamonkey-2. return IDBTransactionMode::Cleanup; case VERSION_CHANGE: -diff -urNp seamonkey-2.53.7.1-orig/dom/indexedDB/IDBTransaction.h seamonkey-2.53.7.1-dwok/dom/indexedDB/IDBTransaction.h ---- seamonkey-2.53.7.1-orig/dom/indexedDB/IDBTransaction.h 2020-02-18 00:37:49.000000000 +0100 -+++ seamonkey-2.53.7.1-dwok/dom/indexedDB/IDBTransaction.h 2021-05-19 19:35:48.609401384 +0200 +--- seamonkey-2.53.7.1/dom/indexedDB/IDBTransaction.h ++++ seamonkey-2.53.7.1/dom/indexedDB/IDBTransaction.h @@ -59,7 +59,7 @@ public: READ_ONLY = 0, READ_WRITE, @@ -205,9 +199,8 @@ diff -urNp seamonkey-2.53.7.1-orig/dom/indexedDB/IDBTransaction.h seamonkey-2.53 mMode == VERSION_CHANGE; } -diff -urNp seamonkey-2.53.7.1-orig/dom/indexedDB/ProfilerHelpers.h seamonkey-2.53.7.1-dwok/dom/indexedDB/ProfilerHelpers.h ---- seamonkey-2.53.7.1-orig/dom/indexedDB/ProfilerHelpers.h 2020-02-18 00:37:49.000000000 +0100 -+++ seamonkey-2.53.7.1-dwok/dom/indexedDB/ProfilerHelpers.h 2021-05-19 19:35:57.029369312 +0200 +--- seamonkey-2.53.7.1/dom/indexedDB/ProfilerHelpers.h ++++ seamonkey-2.53.7.1/dom/indexedDB/ProfilerHelpers.h @@ -130,7 +130,7 @@ public: case IDBTransaction::READ_WRITE_FLUSH: AppendLiteral("\"readwriteflush\"");