tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 31448cad496eccb7b6afb13014e782e28f84dc41
parent 3b856113cbd744cae700061a088c6b4082248535
Author: Dan Baker <dbaker@mozilla.com>
Date:   Fri,  5 Dec 2025 12:38:13 -0700

Bug 2000941 - updated libwebrtc patch stack

Diffstat:
Athird_party/libwebrtc/moz-patch-stack/s0133.patch | 25+++++++++++++++++++++++++
1 file changed, 25 insertions(+), 0 deletions(-)

diff --git a/third_party/libwebrtc/moz-patch-stack/s0133.patch b/third_party/libwebrtc/moz-patch-stack/s0133.patch @@ -0,0 +1,25 @@ +From: Andreas Pehrson <apehrson@mozilla.com> +Date: Fri, 5 Dec 2025 11:12:00 +0000 +Subject: Bug 1931210 - Log SCK startCaptureWithCompletionHandler error code. + r=jib + +Differential Revision: https://phabricator.services.mozilla.com/D268351 +Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/330a55d5a7ff5e7c694772810697fde59f0c742b +--- + modules/desktop_capture/mac/screen_capturer_sck.mm | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/modules/desktop_capture/mac/screen_capturer_sck.mm b/modules/desktop_capture/mac/screen_capturer_sck.mm +index 0d0750f63e..8ec1d182a3 100644 +--- a/modules/desktop_capture/mac/screen_capturer_sck.mm ++++ b/modules/desktop_capture/mac/screen_capturer_sck.mm +@@ -590,7 +590,8 @@ void ScreenCapturerSck::StartWithFilter(SCContentFilter* __strong filter) { + // this handler. + permanent_error_ = true; + RTC_LOG(LS_ERROR) << "ScreenCapturerSck " << this +- << " Starting failed."; ++ << " Starting failed with error code " << error.code ++ << "."; + } else { + RTC_LOG(LS_INFO) << "ScreenCapturerSck " << this << " Capture started."; + }