From c6ef49b61eff05fab303fdb451e6006838371ee2 Mon Sep 17 00:00:00 2001 From: Tommi Date: Fri, 27 Mar 2026 09:50:35 +0100 Subject: [PATCH] More spring cleaning Remove entries from the watchlist that aren't associated with activity for over 10 years as well as some expired addresses. Most of these were added here: https://codereview.webrtc.org/1470833002/ No-try: true Bug: none Change-Id: Ib122604e762587d0c1ce55fdbe1df7ca2c13e1e2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/460740 Auto-Submit: Tomas Gunnarsson Reviewed-by: Harald Alvestrand Commit-Queue: Tomas Gunnarsson Cr-Commit-Position: refs/heads/main@{#47279} --- WATCHLISTS | 58 ++++++++++++++++++------------------------------------ 1 file changed, 19 insertions(+), 39 deletions(-) diff --git a/WATCHLISTS b/WATCHLISTS index dbb0f3c02b..7b38c2084f 100644 --- a/WATCHLISTS +++ b/WATCHLISTS @@ -102,61 +102,41 @@ 'WATCHLISTS': { 'this_file': [], 'all_webrtc': [], - 'root_files': ['peah@webrtc.org', - 'qiang.lu@intel.com'], + 'root_files': ['peah@webrtc.org'], 'build_files': ['mbonadei@webrtc.org'], - 'common_audio': ['audio-team@agora.io', - 'peah@webrtc.org', + 'common_audio': ['peah@webrtc.org', 'saza@webrtc.org'], 'audio': ['peah@webrtc.org'], 'api': ['hta@webrtc.org', 'peah@webrtc.org'], 'base': ['hta@webrtc.org'], 'call': ['stefan@webrtc.org'], - 'video': ['stefan@webrtc.org', - 'video-team@agora.io', - 'zhengzhonghou@agora.io'], - 'video_capture': ['perkj@webrtc.org', - 'sdk-team@agora.io', - 'zhengzhonghou@agora.io'], - 'audio_device': ['audio-team@agora.io', - 'henrika@webrtc.org', - 'peah@webrtc.org', - 'saza@webrtc.org', - 'sdk-team@agora.io'], - 'audio_coding': ['audio-team@agora.io', - 'henrik.lundin@webrtc.org', + 'video': ['stefan@webrtc.org'], + 'video_capture': ['perkj@webrtc.org'], + 'audio_device': ['henrika@webrtc.org', 'peah@webrtc.org', 'saza@webrtc.org'], - 'neteq': ['audio-team@agora.io', - 'henrik.lundin@webrtc.org', + 'audio_coding': ['henrik.lundin@webrtc.org', + 'peah@webrtc.org', + 'saza@webrtc.org'], + 'neteq': ['henrik.lundin@webrtc.org', 'saza@webrtc.org'], - 'audio_mixer': ['aleloi@webrtc.org', - 'henrik.lundin@webrtc.org', + 'audio_mixer': ['henrik.lundin@webrtc.org', 'peah@webrtc.org', 'saza@webrtc.org'], - 'audio_processing': ['audio-team@agora.io', - 'henrik.lundin@webrtc.org', + 'audio_processing': ['henrik.lundin@webrtc.org', 'peah@webrtc.org', 'saza@webrtc.org'], - 'video_coding': ['stefan@webrtc.org', - 'video-team@agora.io', - 'zhengzhonghou@agora.io'], - 'bitrate_controller': ['stefan@webrtc.org', - 'zhuangzesen@agora.io'], + 'video_coding': ['stefan@webrtc.org'], + 'bitrate_controller': ['stefan@webrtc.org'], 'congestion_controller': [], - 'remote_bitrate_estimator': ['stefan@webrtc.org', - 'zhuangzesen@agora.io'], - 'pacing': ['stefan@webrtc.org', - 'zhuangzesen@agora.io'], + 'remote_bitrate_estimator': ['stefan@webrtc.org'], + 'pacing': ['stefan@webrtc.org'], 'rtp_rtcp': ['stefan@webrtc.org', - 'danilchap@webrtc.org', - 'zhuangzesen@agora.io'], - 'system_wrappers': ['fengyue@agora.io', - 'henrika@webrtc.org', - 'peah@webrtc.org', - 'zhengzhonghou@agora.io'], - 'pc': ['steveanton+watch@webrtc.org'], + 'danilchap@webrtc.org'], + 'system_wrappers': ['henrika@webrtc.org', + 'peah@webrtc.org'], + 'pc': [], 'logging': ['terelius@webrtc.org'], }, }