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:
Julian Descottes 2019-11-29 12:51:48 +00:00
Родитель d65e7e7fde
Коммит 5d6941d002
7 изменённых файлов: 0 добавлений и 21 удалений

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

@ -18,9 +18,6 @@ requestLongerTimeout(2);
const ADDON_ID = "test-devtools-webextension@mozilla.org";
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:
* - 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_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:
* - 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_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:
* - 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_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
* are registered / unregistered.

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

@ -12,9 +12,6 @@ Services.scriptloader.loadSubScript(
const SW_TAB_URL = URL_ROOT + "resources/service-workers/empty-sw.html";
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.
*/

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

@ -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_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
* 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_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.
*/