Skip to content

Commit 6ac6b1a

Browse files
committed
remove old comments mentioning nsIDownloadManager, which makes the automatic compatibility checks from addons.mozilla.org fail for Muttator and thunderbird 26
1 parent 960355e commit 6ac6b1a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

common/content/io.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,9 +330,6 @@ const IO = Module("io", {
330330
this._lastRunCommand = ""; // updated whenever the users runs a command with :!
331331
this._scriptNames = [];
332332

333-
// XXX: nsIDownloadManager is deprecated on Firefox 26
334-
// FIXME: need to listen to download state ? -- teramako
335-
// FIXME: need to adapt to Download.jsm instead of nsIDownloadManager
336333
if (services.get("vc").compare(Application.version, "26.0a1") < 0) {
337334
this.downloadListener = {
338335
onDownloadStateChange: function (state, download) {

0 commit comments

Comments
 (0)