tor-browser

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

commit 176bd8cfc0f8240c7daca1114a95f42272d2856e
parent a39d39fa905d5b9468a5fc3d0bde9f13aa76726c
Author: Julian Descottes <jdescottes@mozilla.com>
Date:   Mon,  6 Oct 2025 10:01:20 +0000

Bug 1992680 - Cleanup outdated netmonitor paths in eslint rollout allowlist r=frontend-codestyle-reviewers,Gijs

Those 3 tests were moved in https://bugzilla.mozilla.org/show_bug.cgi?id=1985310 and the eslint violations were fixed at the same time.

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

Diffstat:
Meslint-rollouts.config.mjs | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/eslint-rollouts.config.mjs b/eslint-rollouts.config.mjs @@ -1039,9 +1039,6 @@ export default [ "devtools/client/netmonitor/test/browser_net_cached-status.js", "devtools/client/netmonitor/test/browser_net_details_copy.js", "devtools/client/netmonitor/test/browser_net_headers-link_clickable.js", - "devtools/client/netmonitor/test/browser_net_new_request_panel_send_request.js", - "devtools/client/netmonitor/test/browser_net_resend_headers.js", - "devtools/client/netmonitor/test/browser_net_resend_hidden_headers.js", "devtools/client/netmonitor/test/browser_net_security-state.js", "devtools/client/netmonitor/test/browser_net_security-tab-deselect.js", "devtools/client/netmonitor/test/browser_net_security-tab-visibility.js",