mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
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:
parent
f2734135dd
commit
529ecbd769
@ -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);
|
||||||
|
|
||||||
|
@ -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";
|
||||||
|
@ -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
|
||||||
|
@ -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")
|
||||||
|
@ -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
|
||||||
|
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user