tor-browser

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

commit 279bb5bfbc6cc95e9ad6aa20a1c6b07714dbcc44
parent 3bc61ed0f6bb0c0cff1b5915d85841eff96e0fac
Author: Rebecca King <rking@mozilla.com>
Date:   Mon, 10 Nov 2025 15:03:48 +0000

Bug 1998720 - Fix ESLint jsdoc/valid-types issues in browser/components/ipprotection - r=ip-protection-reviewers,baku

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

Diffstat:
Mbrowser/components/ipprotection/IPPNetworkErrorObserver.sys.mjs | 2+-
Mbrowser/components/ipprotection/IPProtectionService.sys.mjs | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/browser/components/ipprotection/IPPNetworkErrorObserver.sys.mjs b/browser/components/ipprotection/IPPNetworkErrorObserver.sys.mjs @@ -5,7 +5,7 @@ /** * Service Class to observe and record proxy-errors related to IP-Protection * - * @fires event:"proxy-http-error" + * @fires IPPNetworkErrorObserver#"proxy-http-error" * Fired when the Proxy has recieved the Connect Request and responded with * a non-2xx HTTP status code */ diff --git a/browser/components/ipprotection/IPProtectionService.sys.mjs b/browser/components/ipprotection/IPProtectionService.sys.mjs @@ -47,7 +47,7 @@ export const IPProtectionStates = Object.freeze({ /** * A singleton service that manages proxy integration and backend functionality. * - * @fires event:"IPProtectionService:StateChanged" + * @fires IPProtectionServiceSingleton#"IPProtectionService:StateChanged" * When the proxy state machine changes state. Check the `state` attribute to * know the current state. */