tor-browser

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

commit 0195ca0537404ecf05d4cf8db871909f9d2d6df5
parent b075be07dcce49956931fc699fe517a72fbe3eb4
Author: Dan Baker <dbaker@mozilla.com>
Date:   Mon, 27 Oct 2025 14:55:13 -0600

Bug 1995393 - Vendor libwebrtc from dae5bcef9a

Upstream commit: https://webrtc.googlesource.com/src/+/dae5bcef9aac895c080a1ba209c987581d4ef379
    clang-tidy: add modernize-use-designated-initializer to .clang-tidy

    split from
      https://webrtc-review.googlesource.com/c/src/+/404061
    see there for full history and manual changes

    Bug: webrtc:424706384
    Change-Id: Ia739fd49185da1460a4a151ed4215c36cae71acd
    Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/405065
    Commit-Queue: Philipp Hancke <phancke@meta.com>
    Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
    Reviewed-by: Harald Alvestrand <hta@webrtc.org>
    Cr-Commit-Position: refs/heads/main@{#45474}

Diffstat:
Mthird_party/libwebrtc/.clang-tidy | 1+
Mthird_party/libwebrtc/README.mozilla.last-vendor | 4++--
2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/third_party/libwebrtc/.clang-tidy b/third_party/libwebrtc/.clang-tidy @@ -2,6 +2,7 @@ --- Checks: '-*, llvm-namespace-comment, + modernize-use-designated-initializers, modernize-use-override, modernize-use-std-numbers, readability-container-size-empty, diff --git a/third_party/libwebrtc/README.mozilla.last-vendor b/third_party/libwebrtc/README.mozilla.last-vendor @@ -1,4 +1,4 @@ # ./mach python dom/media/webrtc/third_party_build/vendor-libwebrtc.py --from-local /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc --commit mozpatches libwebrtc -libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-10-27T20:53:00.338250+00:00. +libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-10-27T20:55:01.633041+00:00. # base of lastest vendoring -01e5a0d33f +dae5bcef9a