tor-browser

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

commit 8369fd9cccf87e48fd0133173d709b7013ea8085
parent aa630ba9f1464faf74cef677dc1d510481e2209c
Author: Dan Baker <dbaker@mozilla.com>
Date:   Wed, 22 Oct 2025 14:23:50 -0600

Bug 1995393 - Vendor libwebrtc from 15152cd778

Upstream commit: https://webrtc.googlesource.com/src/+/15152cd7782178a65f862b82cb6957af8d464207
    Remove transitional accessor to RTCConfiguration.crypto_options

    after downstream has been updated

    Bug: webrtc:42235111
    Change-Id: I8fb9761876dbd49b4a8955d7c6076d2a307aeee7
    Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/402681
    Reviewed-by: Sameer Vijaykar <samvi@google.com>
    Commit-Queue: Sameer Vijaykar <samvi@google.com>
    Reviewed-by: Harald Alvestrand <hta@webrtc.org>
    Cr-Commit-Position: refs/heads/main@{#45296}

Diffstat:
Mthird_party/libwebrtc/README.mozilla.last-vendor | 4++--
Mthird_party/libwebrtc/api/peer_connection_interface.h | 4----
2 files changed, 2 insertions(+), 6 deletions(-)

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-22T20:20:52.762187+00:00. +libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-10-22T20:23:37.117654+00:00. # base of lastest vendoring -5f2da8d000 +15152cd778 diff --git a/third_party/libwebrtc/api/peer_connection_interface.h b/third_party/libwebrtc/api/peer_connection_interface.h @@ -662,10 +662,6 @@ class RTC_EXPORT PeerConnectionInterface : public RefCountInterface { // frame encryption for native WebRTC. CryptoOptions crypto_options; - // TODO: bugs.webrtc.org/42235111 - remove after converting callers that - // expect an optional. - CryptoOptions& GetWritableCryptoOptions() { return crypto_options; } - // Configure if we should include the SDP attribute extmap-allow-mixed in // our offer on session level. bool offer_extmap_allow_mixed = true;