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
parent f2734135dd
commit 529ecbd769
6 changed files with 0 additions and 18 deletions

View File

@ -26,9 +26,6 @@ const { SessionStore } = ChromeUtils.import(
"resource:///modules/sessionstore/SessionStore.jsm" "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. // Reset internal URI counter in case URIs were opened by other tests.
Services.obs.notifyObservers(null, TELEMETRY_SUBSESSION_TOPIC); Services.obs.notifyObservers(null, TELEMETRY_SUBSESSION_TOPIC);

View File

@ -4,9 +4,6 @@ const { E10SUtils } = ChromeUtils.import(
); );
const triggeringPrincipal_base64 = E10SUtils.SERIALIZED_SYSTEMPRINCIPAL; 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 MAX_CONCURRENT_TABS = "browser.engagement.max_concurrent_tab_count";
const TAB_EVENT_COUNT = "browser.engagement.tab_open_event_count"; const TAB_EVENT_COUNT = "browser.engagement.tab_open_event_count";
const MAX_CONCURRENT_WINDOWS = "browser.engagement.max_concurrent_window_count"; const MAX_CONCURRENT_WINDOWS = "browser.engagement.max_concurrent_window_count";

View File

@ -3,9 +3,6 @@
"use strict"; "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. * Return a web-based URL for a given file based on the testing directory.
* @param {String} fileName * @param {String} fileName

View File

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

View File

@ -3,9 +3,6 @@
"use strict"; "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. * Return a web-based URL for a given file based on the testing directory.
* @param {String} fileName * @param {String} fileName

View File

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