Remove SpecialPowers addon
This commit is contained in:
parent
32cc021f31
commit
75d8f70d06
13 changed files with 3 additions and 3533 deletions
|
@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue