tor-browser

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

commit 81f5a1f4eb72c479f7759641ee564ee4c1eee038
parent bc28b38ab59b4e8cf29e674af8b39b711479e035
Author: Andreas Pehrson <apehrson@mozilla.com>
Date:   Wed,  5 Nov 2025 10:22:35 +0000

Bug 1998172 - Add DataChannel log modules to about:logging. r=bwc DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D271229

Diffstat:
Mtoolkit/content/aboutLogging/aboutLogging.mjs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toolkit/content/aboutLogging/aboutLogging.mjs b/toolkit/content/aboutLogging/aboutLogging.mjs @@ -124,7 +124,7 @@ const gLoggingPresets = { */ webrtc: { modules: - "jsep:5,sdp:5,signaling:5,mtransport:5,nicer:5,RTCRtpReceiver:5,RTCRtpSender:5,RTCDMTFSender:5,WebrtcTCPSocket:5,CamerasChild:5,CamerasParent:5,VideoEngine:5,ShmemPool:5,TabShare:5,MediaChild:5,MediaParent:5,MediaManager:5,MediaTrackGraph:5,cubeb:5,MediaStream:5,MediaStreamTrack:5,DriftCompensator:5,ForwardInputTrack:5,MediaRecorder:5,MediaEncoder:5,TrackEncoder:5,VP8TrackEncoder:5,Muxer:5,GetUserMedia:5,MediaPipeline:5,WebAudioAPI:5,webrtc_trace:5,RTCRtpTransceiver:5,ForwardedInputTrack:5,HTMLMediaElement:5,HTMLMediaElementEvents:5", + "jsep:5,sdp:5,signaling:5,mtransport:5,nicer:5,usrsctp:5,RTCRtpReceiver:5,RTCRtpSender:5,RTCDMTFSender:5,DataChannel:5,WebrtcTCPSocket:5,CamerasChild:5,CamerasParent:5,VideoEngine:5,ShmemPool:5,TabShare:5,MediaChild:5,MediaParent:5,MediaManager:5,MediaTrackGraph:5,cubeb:5,MediaStream:5,MediaStreamTrack:5,DriftCompensator:5,ForwardInputTrack:5,MediaRecorder:5,MediaEncoder:5,TrackEncoder:5,VP8TrackEncoder:5,Muxer:5,GetUserMedia:5,MediaPipeline:5,WebAudioAPI:5,webrtc_trace:5,RTCRtpTransceiver:5,ForwardedInputTrack:5,HTMLMediaElement:5,HTMLMediaElementEvents:5", l10nIds: { label: "about-logging-preset-webrtc-label", description: "about-logging-preset-webrtc-description",