tor-browser

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

commit aeaaf3b6f595b15cc537a5cb9f92cb431019cbee
parent 398d6d319f8741341bf797e0b6179ac04e949ecc
Author: Karl Tomlinson <karlt+@karlt.net>
Date:   Mon,  5 Jan 2026 19:26:09 +0000

Bug 2006940 Update mOffWhileDisabled doc for change in muting behavior r=webrtc-reviewers,mjf DONTBUILD

Behavior changed in
https://hg.mozilla.org/mozilla-central/rev/2a289cf72be3fb11a28c3cfc15ab6d175a9d0d53

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

Diffstat:
Mdom/media/MediaManager.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dom/media/MediaManager.cpp b/dom/media/MediaManager.cpp @@ -243,7 +243,7 @@ struct DeviceState { bool mOperationInProgress = false; // true if we are allowed to turn off the underlying source while all tracks - // are disabled. Only affects disabling; always turns off on user-agent mute. + // are disabled or muted. // MainThread only. bool mOffWhileDisabled = false;