зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1600072 - Remove outdated migration comments in aboutdebugging tests r=ladybenko
Differential Revision: https://phabricator.services.mozilla.com/D55123 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
d65e7e7fde
Коммит
5d6941d002
|
@ -18,9 +18,6 @@ requestLongerTimeout(2);
|
||||||
const ADDON_ID = "test-devtools-webextension@mozilla.org";
|
const ADDON_ID = "test-devtools-webextension@mozilla.org";
|
||||||
const ADDON_NAME = "test-devtools-webextension";
|
const ADDON_NAME = "test-devtools-webextension";
|
||||||
|
|
||||||
// This is a migration from:
|
|
||||||
// https://searchfox.org/mozilla-central/source/devtools/client/aboutdebugging/test/browser_addons_debug_webextension.js
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This test file ensures that the webextension addon developer toolbox:
|
* This test file ensures that the webextension addon developer toolbox:
|
||||||
* - when the debug button is clicked on a webextension, the opened toolbox
|
* - when the debug button is clicked on a webextension, the opened toolbox
|
||||||
|
|
|
@ -18,9 +18,6 @@ requestLongerTimeout(2);
|
||||||
const ADDON_ID = "test-devtools-webextension@mozilla.org";
|
const ADDON_ID = "test-devtools-webextension@mozilla.org";
|
||||||
const ADDON_NAME = "test-devtools-webextension";
|
const ADDON_NAME = "test-devtools-webextension";
|
||||||
|
|
||||||
// This is a migration from:
|
|
||||||
// https://searchfox.org/mozilla-central/source/devtools/client/aboutdebugging/test/browser_addons_debug_webextension_inspector.js
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This test file ensures that the webextension addon developer toolbox:
|
* This test file ensures that the webextension addon developer toolbox:
|
||||||
* - the webextension developer toolbox has a working Inspector panel, with the
|
* - the webextension developer toolbox has a working Inspector panel, with the
|
||||||
|
|
|
@ -18,9 +18,6 @@ requestLongerTimeout(2);
|
||||||
const ADDON_ID = "test-devtools-webextension@mozilla.org";
|
const ADDON_ID = "test-devtools-webextension@mozilla.org";
|
||||||
const ADDON_NAME = "test-devtools-webextension";
|
const ADDON_NAME = "test-devtools-webextension";
|
||||||
|
|
||||||
// This is a migration from:
|
|
||||||
// https://searchfox.org/mozilla-central/source/devtools/client/aboutdebugging/test/browser_addons_debug_webextension_popup.js
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This test file ensures that the webextension addon developer toolbox:
|
* This test file ensures that the webextension addon developer toolbox:
|
||||||
* - when the debug button is clicked on a webextension, the opened toolbox
|
* - when the debug button is clicked on a webextension, the opened toolbox
|
||||||
|
|
|
@ -17,9 +17,6 @@ Services.scriptloader.loadSubScript(
|
||||||
const SW_TAB_URL = URL_ROOT + "resources/service-workers/push-sw.html";
|
const SW_TAB_URL = URL_ROOT + "resources/service-workers/push-sw.html";
|
||||||
const SW_URL = URL_ROOT + "resources/service-workers/push-sw.js";
|
const SW_URL = URL_ROOT + "resources/service-workers/push-sw.js";
|
||||||
|
|
||||||
// This is a migration from:
|
|
||||||
// https://searchfox.org/mozilla-central/source/devtools/client/aboutdebugging/test/browser_service_workers.js
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test that service workers appear and dissapear from the runtime page when they
|
* Test that service workers appear and dissapear from the runtime page when they
|
||||||
* are registered / unregistered.
|
* are registered / unregistered.
|
||||||
|
|
|
@ -12,9 +12,6 @@ Services.scriptloader.loadSubScript(
|
||||||
const SW_TAB_URL = URL_ROOT + "resources/service-workers/empty-sw.html";
|
const SW_TAB_URL = URL_ROOT + "resources/service-workers/empty-sw.html";
|
||||||
const SW_URL = URL_ROOT + "resources/service-workers/empty-sw.js";
|
const SW_URL = URL_ROOT + "resources/service-workers/empty-sw.js";
|
||||||
|
|
||||||
// This is a migration from:
|
|
||||||
// https://searchfox.org/mozilla-central/source/devtools/client/aboutdebugging/test/browser_service_workers_start.js
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test that service workers can be started using about:debugging.
|
* Test that service workers can be started using about:debugging.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -17,9 +17,6 @@ const SW_TAB_URL = URL_ROOT + "resources/service-workers/empty-sw.html";
|
||||||
const SW_URL = URL_ROOT + "resources/service-workers/empty-sw.js";
|
const SW_URL = URL_ROOT + "resources/service-workers/empty-sw.js";
|
||||||
const SW_TIMEOUT = 4000;
|
const SW_TIMEOUT = 4000;
|
||||||
|
|
||||||
// This is a migration from:
|
|
||||||
// https://searchfox.org/mozilla-central/source/devtools/client/aboutdebugging/test/browser_service_workers_timeout.js
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test that service workers will _not_ timeout and be stopped when a toolbox is attached
|
* Test that service workers will _not_ timeout and be stopped when a toolbox is attached
|
||||||
* to them. Feature implemented in Bug 1228382.
|
* to them. Feature implemented in Bug 1228382.
|
||||||
|
|
|
@ -12,9 +12,6 @@ Services.scriptloader.loadSubScript(
|
||||||
const SW_TAB_URL = URL_ROOT + "resources/service-workers/empty-sw.html";
|
const SW_TAB_URL = URL_ROOT + "resources/service-workers/empty-sw.html";
|
||||||
const SW_URL = URL_ROOT + "resources/service-workers/empty-sw.js";
|
const SW_URL = URL_ROOT + "resources/service-workers/empty-sw.js";
|
||||||
|
|
||||||
// This is a migration from:
|
|
||||||
// https://searchfox.org/mozilla-central/source/devtools/client/aboutdebugging/test/browser_service_workers_unregister.js
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test that service workers can be started using about:debugging.
|
* Test that service workers can be started using about:debugging.
|
||||||
*/
|
*/
|
||||||
|
|
Загрузка…
Ссылка в новой задаче