tor-browser

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

commit 740190ee90ca5d24d890be32afa1d199fa99c732
parent 87492d745b79b88dcee173b844d458ff541ac745
Author: Michael Froman <mfroman@mozilla.com>
Date:   Wed,  8 Oct 2025 15:51:35 -0500

Bug 1993083 - Vendor libwebrtc from d992238a85

Upstream commit: https://webrtc.googlesource.com/src/+/d992238a85d617c73a054850f09ec552a78f33cc
    Reland "Set use_siso=true by default in .gn"

    This is a reland of commit 0d98c5f245a09fad152da51f9a6846393ceae056
    Remote execution on no-corp machine should be fixed.
    External developers will also switch to Siso.

    Original change's description:
    > Set use_siso=true by default in .gn
    >
    > This CL enables use_siso=true by default.
    > Googlers builds will switch to Siso, or get suggestion to run
    > `gn clean` to switch.
    > External developers will keep using Ninja for now. But, they will
    > also use Siso soon.
    >
    > Bug: chromium:412968361
    > Change-Id: I064ea6147135c76a1d1eb7b8ee733b5d9b04f1dd
    > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/393680
    > Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
    > Reviewed-by: Christoffer Dewerin <jansson@webrtc.org>
    > Commit-Queue: Christoffer Dewerin <jansson@webrtc.org>
    > Auto-Submit: Junji Watanabe <jwata@google.com>
    > Cr-Commit-Position: refs/heads/main@{#44765}

    Bug: chromium:412968361
    Change-Id: I9153cad6e2900ab344ca544e9c041deef66f77c8
    Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/397280
    Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
    Auto-Submit: Junji Watanabe <jwata@google.com>
    Reviewed-by: Christoffer Dewerin <jansson@webrtc.org>
    Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
    Cr-Commit-Position: refs/heads/main@{#44997}

Diffstat:
Mthird_party/libwebrtc/.gn | 3+++
Mthird_party/libwebrtc/README.mozilla.last-vendor | 4++--
Mthird_party/libwebrtc/moz-patch-stack/s0027.patch | 2+-
Mthird_party/libwebrtc/moz-patch-stack/s0090.patch | 2+-
Mthird_party/libwebrtc/moz-patch-stack/s0096.patch | 2+-
Mthird_party/libwebrtc/moz-patch-stack/s0101.patch | 2+-
Mthird_party/libwebrtc/moz-patch-stack/s0103.patch | 2+-
Mthird_party/libwebrtc/moz-patch-stack/s0118.patch | 2+-
8 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/third_party/libwebrtc/.gn b/third_party/libwebrtc/.gn @@ -95,4 +95,7 @@ default_args = { # See context on https://issues.chromium.org/issues/415076048. enable_js_protobuf = false + + # Use Siso instead of Ninja. + use_siso = true } 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 /home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc --commit mozpatches libwebrtc -libwebrtc updated from /home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-10-08T20:50:22.891101+00:00. +libwebrtc updated from /home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-10-08T20:51:26.171747+00:00. # base of lastest vendoring -82cb48b110 +d992238a85 diff --git a/third_party/libwebrtc/moz-patch-stack/s0027.patch b/third_party/libwebrtc/moz-patch-stack/s0027.patch @@ -103,7 +103,7 @@ Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/b86cb7278bc4e5571 create mode 100644 api/rtp_sender_setparameters_callback.h diff --git a/.gn b/.gn -index fbd2c38721..4d09e6b1b1 100644 +index 1b112b34c0..18cf5d67f7 100644 --- a/.gn +++ b/.gn @@ -71,6 +71,8 @@ default_args = { diff --git a/third_party/libwebrtc/moz-patch-stack/s0090.patch b/third_party/libwebrtc/moz-patch-stack/s0090.patch @@ -9,7 +9,7 @@ Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/b21ca84c8b2620a98 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gn b/.gn -index 4d09e6b1b1..613b44be50 100644 +index 18cf5d67f7..73e280fec0 100644 --- a/.gn +++ b/.gn @@ -13,7 +13,7 @@ buildconfig = "//build/config/BUILDCONFIG.gn" diff --git a/third_party/libwebrtc/moz-patch-stack/s0096.patch b/third_party/libwebrtc/moz-patch-stack/s0096.patch @@ -9,7 +9,7 @@ Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/fd4bc7427678a4528 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gn b/.gn -index 613b44be50..05f75dfe13 100644 +index 73e280fec0..851c745732 100644 --- a/.gn +++ b/.gn @@ -38,7 +38,9 @@ no_check_targets = [ diff --git a/third_party/libwebrtc/moz-patch-stack/s0101.patch b/third_party/libwebrtc/moz-patch-stack/s0101.patch @@ -13,7 +13,7 @@ Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/7017edc7cfc880bb1 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gn b/.gn -index 05f75dfe13..7e842cf2a2 100644 +index 851c745732..cdbd705ec2 100644 --- a/.gn +++ b/.gn @@ -18,7 +18,7 @@ script_executable = "python3" diff --git a/third_party/libwebrtc/moz-patch-stack/s0103.patch b/third_party/libwebrtc/moz-patch-stack/s0103.patch @@ -58,7 +58,7 @@ Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/a342f5eca8622c8b9 42 files changed, 105 insertions(+), 105 deletions(-) diff --git a/.gn b/.gn -index 7e842cf2a2..655830c04c 100644 +index cdbd705ec2..4ee826ec58 100644 --- a/.gn +++ b/.gn @@ -6,10 +6,10 @@ diff --git a/third_party/libwebrtc/moz-patch-stack/s0118.patch b/third_party/libwebrtc/moz-patch-stack/s0118.patch @@ -12,7 +12,7 @@ Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/14ee98c4832a55bf3 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gn b/.gn -index 655830c04c..62a914c369 100644 +index 4ee826ec58..0d50e80115 100644 --- a/.gn +++ b/.gn @@ -89,7 +89,7 @@ default_args = {