Bug 1451659 - Remove obsolete import-globals-from definitions that also stop ESLint from running in devtools. r=jdescottes

MozReview-Commit-ID: DNAhKkQCkui

--HG--
extra : rebase_source : e17e17efc203cb0336dc546c7d07a1ede1c6f095
This commit is contained in:
Mark Banner 2018-04-04 21:52:00 +01:00
Родитель 2e450c1c59
Коммит f1b05cb9f0
5 изменённых файлов: 0 добавлений и 6 удалений

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

@ -3,7 +3,6 @@
/* Any copyright is dedicated to the Public Domain. /* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/ */ * http://creativecommons.org/publicdomain/zero/1.0/ */
/* import-globals-from shared-head.js */
"use strict"; "use strict";
// Tests that changing preferences in the options panel updates the prefs // Tests that changing preferences in the options panel updates the prefs

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

@ -3,7 +3,6 @@
/* Any copyright is dedicated to the Public Domain. /* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/ */ * http://creativecommons.org/publicdomain/zero/1.0/ */
/* import-globals-from shared-head.js */
"use strict"; "use strict";
const TEST_URL = "data:text/html;charset=utf8,test for dynamically " + const TEST_URL = "data:text/html;charset=utf8,test for dynamically " +

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

@ -3,7 +3,6 @@
/* Any copyright is dedicated to the Public Domain. /* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/ */ * http://creativecommons.org/publicdomain/zero/1.0/ */
/* import-globals-from shared-head.js */
"use strict"; "use strict";
// Test for dynamically registering and unregistering themes // Test for dynamically registering and unregistering themes

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

@ -3,7 +3,6 @@
/* Any copyright is dedicated to the Public Domain. /* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/ */ * http://creativecommons.org/publicdomain/zero/1.0/ */
/* import-globals-from shared-head.js */
"use strict"; "use strict";
// Test that a button to access tools hidden by toolbar overflow is displayed when the // Test that a button to access tools hidden by toolbar overflow is displayed when the

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

@ -3,8 +3,6 @@
/* Any copyright is dedicated to the Public Domain. /* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/ */ * http://creativecommons.org/publicdomain/zero/1.0/ */
/* import-globals-from shared-head.js */
"use strict"; "use strict";
/** /**