Skip to content

Commit

Permalink
Merge pull request mozilla#5905 from timvandermeij/specialpowers
Browse files Browse the repository at this point in the history
Remove SpecialPowers addon
  • Loading branch information
brendandahl committed Apr 27, 2015
2 parents 080ab20 + 27170ff commit 4824baf
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 3,535 deletions.
8 changes: 2 additions & 6 deletions test/driver.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down Expand Up @@ -363,11 +363,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();
});
}

Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 4824baf

Please sign in to comment.