Bug 1752586 - Remove no-longer-needed global Glean eslint annotations r=janerik

Differential Revision: https://phabricator.services.mozilla.com/D137793
This commit is contained in:
Chris H-C 2022-02-04 18:59:44 +00:00
Родитель f2734135dd
Коммит 529ecbd769
6 изменённых файлов: 0 добавлений и 18 удалений

Просмотреть файл

@ -26,9 +26,6 @@ const { SessionStore } = ChromeUtils.import(
"resource:///modules/sessionstore/SessionStore.jsm"
);
// Glean's here on `window`, but eslint doesn't know that. bug 1715542.
/* global Glean:false */
// Reset internal URI counter in case URIs were opened by other tests.
Services.obs.notifyObservers(null, TELEMETRY_SUBSESSION_TOPIC);

Просмотреть файл

@ -4,9 +4,6 @@ const { E10SUtils } = ChromeUtils.import(
);
const triggeringPrincipal_base64 = E10SUtils.SERIALIZED_SYSTEMPRINCIPAL;
// Glean's here on `window`, but eslint doesn't know that. bug 1715542.
/* global Glean:false */
const MAX_CONCURRENT_TABS = "browser.engagement.max_concurrent_tab_count";
const TAB_EVENT_COUNT = "browser.engagement.tab_open_event_count";
const MAX_CONCURRENT_WINDOWS = "browser.engagement.max_concurrent_window_count";

Просмотреть файл

@ -3,9 +3,6 @@
"use strict";
// Glean's here on `window`, but eslint doesn't know that. bug 1715542.
/* global Glean:false */
/**
* Return a web-based URL for a given file based on the testing directory.
* @param {String} fileName

Просмотреть файл

@ -3,9 +3,6 @@
"use strict";
// Glean's here on `window`, but eslint doesn't know that. bug 1715542.
/* global Glean:false */
add_task(async () => {
if (
!(await ChromeUtils.requestProcInfo()).children.some(p => p.type == "gpu")

Просмотреть файл

@ -3,9 +3,6 @@
"use strict";
// Glean's here on `window`, but eslint doesn't know that. bug 1715542.
/* global Glean:false */
/**
* Return a web-based URL for a given file based on the testing directory.
* @param {String} fileName

Просмотреть файл

@ -3,9 +3,6 @@
"use strict";
// Glean's here on `window`, but eslint doesn't know that. bug 1715542.
/* global Glean:false */
add_task(async () => {
if (
!(await ChromeUtils.requestProcInfo()).children.some(