commit 7d0af8b0c5bb5444742b70df5852c8d148cf0695 parent 5c868836c8f6914046dc19e8d74bb70ae535d46c Author: Gijs Kruitbosch <gijskruitbosch@gmail.com> Date: Tue, 30 Sep 2025 15:28:04 +0000 Bug 1967204 - remove superfluous eslint-env browser window annotations from misc other files, r=frontend-codestyle-reviewers,mossop Differential Revision: https://phabricator.services.mozilla.com/D266833 Diffstat:
4 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/browser/fxr/content/fxr-fullScreen.js b/browser/fxr/content/fxr-fullScreen.js @@ -3,9 +3,6 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -// This file is loaded into the browser window scope. -/* eslint-env mozilla/browser-window */ - // fxr-fullScreen.js is a provisional, stripped-down clone of // browser\base\content\browser-fullScreenAndPointerLock.js // that is adapted for Firefox Reality on Desktop. diff --git a/testing/mochitest/browser-test.js b/testing/mochitest/browser-test.js @@ -1,6 +1,5 @@ /* -*- js-indent-level: 2; tab-width: 2; indent-tabs-mode: nil -*- */ -/* eslint-env mozilla/browser-window */ /* import-globals-from chrome-harness.js */ /* import-globals-from mochitest-e10s-utils.js */ diff --git a/toolkit/components/printing/content/printPreviewPagination.js b/toolkit/components/printing/content/printPreviewPagination.js @@ -1,6 +1,3 @@ -// This file is loaded into the browser window scope. -/* eslint-env mozilla/browser-window */ - // -*- tab-width: 2; indent-tabs-mode: nil; js-indent-level: 2 -*- /* This Source Code Form is subject to the terms of the Mozilla Public diff --git a/toolkit/components/printing/content/printUtils.js b/toolkit/components/printing/content/printUtils.js @@ -1,6 +1,3 @@ -// This file is loaded into the browser window scope. -/* eslint-env mozilla/browser-window */ - // -*- tab-width: 2; indent-tabs-mode: nil; js-indent-level: 2 -*- /* This Source Code Form is subject to the terms of the Mozilla Public