tor-browser

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

commit cd0213b485892fad5d8f61e6620c330089581a36
parent 3221035361e56e63f3a550b3004555e00be10176
Author: Dan Baker <dbaker@mozilla.com>
Date:   Mon,  1 Dec 2025 16:37:23 -0700

Bug 2000941 - Vendor libwebrtc from c5db2db15a

Upstream commit: https://webrtc.googlesource.com/src/+/c5db2db15abd382753c9a5513d5f5f1dd7abd6fa
    Update Luci analysis config to use buganizer and new pattern

    Bug: None
    Change-Id: I7f8027800e84eff6ae550e2fe3c7881191ef0c85
    Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/408060
    Commit-Queue: Christoffer Dewerin <jansson@webrtc.org>
    Reviewed-by: Jeremy Leconte <jleconte@google.com>
    Auto-Submit: Christoffer Dewerin <jansson@webrtc.org>
    Commit-Queue: Jeremy Leconte <jleconte@google.com>
    Cr-Commit-Position: refs/heads/main@{#45564}

Diffstat:
Mthird_party/libwebrtc/README.mozilla.last-vendor | 4++--
Mthird_party/libwebrtc/infra/config/luci-analysis.cfg | 29+++++++++++++++++------------
2 files changed, 19 insertions(+), 14 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-12-01T23:34:10.225966+00:00. +libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-12-01T23:37:12.225548+00:00. # base of lastest vendoring -a1586f1353 +c5db2db15a diff --git a/third_party/libwebrtc/infra/config/luci-analysis.cfg b/third_party/libwebrtc/infra/config/luci-analysis.cfg @@ -1,29 +1,34 @@ # Schema for this config file: ProjectConfig in: # https://luci-config.appspot.com/schemas/projects:luci-analysis.cfg + +# Reference: chromium/chromium/src/+/main:infra/config/luci-analysis.cfg bug_management { - default_bug_system: MONORAIL - monorail { - project: "webrtc" - default_field_values { - # Type field. - field_id: 38 - value: "Bug" + default_bug_system: BUGANIZER + buganizer { + default_component { + id: 1363538 # Public Trackers > Chromium Public Trackers > WebRTC } - priority_field_id: 36 - monorail_hostname: "bugs.chromium.org" - display_prefix: "bugs.webrtc.org" + file_without_limit_view_trusted: true } } clustering { + # Google Tests. + test_name_rules { + name: "Google Test (Type or Value Parameterized)" + # Clusters type- and value-parameterized versions of the same GoogleTest. + # Example test ID: ://content/test\:content_unittests!gtest::MySuite#MyTest/MyValueOrTypeInstantiation.1 + pattern: "^:(?P<target>[\\w/]+\\\\:\\w+)!gtest::(?P<suite>\\w+)#(?P<test>\\w+)/[\\w.]+$" + like_template: ":${target}!gtest::${suite}#${test}%" + } test_name_rules { - name: "Google Test (Type-parameterized)" + name: "Google Test (Type-parameterized) Legacy" pattern: "^ninja:(?P<target>[\\w/]+:\\w+)/(\\w+/)?(?P<suite>\\w+)/\\w+\\.(?P<case>\\w+)$" like_template: "ninja:${target}/%${suite}/%.${case}" } test_name_rules { - name: "Google Test (Value-parameterized)" + name: "Google Test (Value-parameterized) Legacy" pattern: "^ninja:(?P<target>[\\w/]+:\\w+)/(\\w+/)?(?P<suite>\\w+)\\.(?P<case>\\w+)/[\\w.]+$" like_template: "ninja:${target}/%${suite}.${case}%" }