head 1.2; access; symbols; locks; strict; comment @// @; 1.2 date 2019.03.15.11.51.26; author wiz; state dead; branches; next 1.1; commitid Wv9vD7MYEb7tjsfB; 1.1 date 2019.02.25.15.32.24; author wiz; state Exp; branches; next ; commitid s4OVmwbTk8HL6adB; desc @@ 1.2 log @tor-browser: update for recent changes to firefox60 and rust. Reduce diffs to firefox60 even more while here. @ text @$NetBSD: patch-dom_fetch_FetchConsumer.cpp,v 1.1 2019/02/25 15:32:24 wiz Exp $ --- dom/fetch/FetchConsumer.cpp.orig 2019-02-23 20:00:40.000000000 +0000 +++ dom/fetch/FetchConsumer.cpp @@@@ -560,7 +560,7 @@@@ void FetchBodyConsumer::Continu RefPtr> self = this; auto autoReleaseObject = - mozilla::MakeScopeExit([&] { self->ReleaseObject(); }); + mozilla::MakeScopeExit([self] { self->ReleaseObject(); }); if (aShuttingDown) { // If shutting down, we don't want to resolve any promise. @ 1.1 log @tor-browser: update to 8.5. This is based on a git checkout from a couple days ago; not completely sure about the version number. The Makefile now contains a short how-to for updating this package. Many thanks for the www/firefox60 patches! Use at your own risk! Survives basic browsing and check.torproject.org claims it connects via tor. Changes: too many to document. @ text @d1 1 a1 1 $NetBSD: patch-dom_fetch_FetchConsumer.cpp,v 1.1 2018/06/28 14:04:10 ryoon Exp $ @