Bug 1724718 - fix various trivial dead references in product code, r=mossop

Differential Revision: https://phabricator.services.mozilla.com/D122162
This commit is contained in:
Gijs Kruitbosch 2021-08-10 11:04:11 +00:00
Родитель 2bad6afeaa
Коммит d968b94b5f
4 изменённых файлов: 1 добавлений и 4 удалений

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

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/xul.css" type="text/css"?>
<?xml-stylesheet href="chrome://global/content/xul.css" type="text/css"?>
<!DOCTYPE window>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<body xmlns="http://www.w3.org/1999/xhtml">

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

@ -3,7 +3,6 @@
<title>Tests for the DataTransferItemList object</title>
<script src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
<script src="chrome://mochikit/content/tests/SimpleTest/EventUtils.js"></script>
<script src="chrome://mochikit/content/tests/SimpleTest/ChromeUtils.js"></script>
<link rel="stylesheet" type="text/css" href="chrome://mochikit/content/tests/SimpleTest/test.css">
</head>
<body style="height: 300px; overflow: auto;">

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

@ -9,7 +9,6 @@
<meta http-equiv="Content-Security-Policy" content="default-src chrome: resource:; object-src 'none'" />
<title data-l10n-id="title-label"></title>
<link rel="stylesheet" type="text/css" href="chrome://global/content/plugins.css">
<link rel="stylesheet" type="text/css" href="chrome://global/skin/plugins.css">
<link rel="localization" href="toolkit/about/aboutPlugins.ftl"/>
</head>
<body>

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

@ -15,7 +15,6 @@
title="findbar test - entire words only">
<script src="chrome://mochikit/content/tests/SimpleTest/EventUtils.js"/>
<script src="chrome://mochikit/content/tests/SimpleTest/ChromeUtils.js"/>
<script type="application/javascript"><![CDATA[
const {BrowserTestUtils} = ChromeUtils.import("resource://testing-common/BrowserTestUtils.jsm");