Remove SpecialPowers addon

This commit is contained in:
Tim van der Meij 2015-04-03 20:17:20 +02:00
parent 32cc021f31
commit 75d8f70d06
13 changed files with 3 additions and 3533 deletions

View file

@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/* globals PDFJS, combineUrl, StatTimer, SpecialPowers, Promise */
/* globals PDFJS, combineUrl, StatTimer, Promise */
'use strict';
@ -367,11 +367,7 @@ function quitApp() {
document.body.innerHTML = 'Tests are finished. <h1>CLOSE ME!</h1>' +
document.body.innerHTML;
sendQuitRequest(function () {
if (window.SpecialPowers) {
SpecialPowers.quit();
} else {
window.close();
}
window.close();
});
}