Commit 3355c934 authored by Gijs Kruitbosch's avatar Gijs Kruitbosch
Browse files

Bug 1724718 - forget AddTask.js ever existed as bug 1544051 already removed it, r=bgrins

parent 61b3f265
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ function* testHarnessSteps() {
  yield undefined;

  if (testScriptFilename && !window.disableWorkerTest) {
    // For the AsyncFunction, let AddTask.js handle the executing sequece by
    // For the AsyncFunction, handle the executing sequece using
    // add_task(). For the GeneratorFunction, we just handle the sequence
    // manually.
    if (testSteps.constructor.name === "AsyncFunction") {
+0 −2
Original line number Diff line number Diff line
@@ -5,8 +5,6 @@
        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  <script type="application/javascript"
          src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
  <script type="application/javascript"
          src="chrome://mochikit/content/tests/SimpleTest/AddTask.js"></script>
  <script><![CDATA[
    SimpleTest.waitForExplicitFinish();
  ]]></script>
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@
  <link rel=stylesheet href="/tests/SimpleTest/test.css">
  <script src="/tests/SimpleTest/EventUtils.js"></script>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <script src="/tests/SimpleTest/AddTask.js"></script>
  <script src="/tests/editor/spellchecker/tests/spellcheck.js"></script>
</head>
<body>
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@
  <link rel=stylesheet href="/tests/SimpleTest/test.css">
  <script src="/tests/SimpleTest/EventUtils.js"></script>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <script src="/tests/SimpleTest/AddTask.js"></script>
  <script src="/tests/editor/spellchecker/tests/spellcheck.js"></script>
</head>
<body>
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
<?xml-stylesheet type="text/css" href="chrome://mochikit/content/tests/SimpleTest/test.css"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"/>
<script src="chrome://mochikit/content/tests/SimpleTest/AddTask.js"/>
<body xmlns="http://www.w3.org/1999/xhtml"></body>
<script>
<![CDATA[
Loading