mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 13:52:26 +01:00
add implementations for all interface methods of nsIDownloadProgressListener
*yawn*
This commit is contained in:
@@ -97,7 +97,10 @@ function IO() //{{{
|
||||
liberator.echomsg("Download of " + title + " to " + file + " finished", 1);
|
||||
autocommands.trigger("DownloadPost", { url: url, title: title, file: file, size: size });
|
||||
}
|
||||
}
|
||||
},
|
||||
onStateChange: function () {},
|
||||
onProgressChange: function () {},
|
||||
onSecurityChange: function () {}
|
||||
};
|
||||
|
||||
downloadManager.addListener(downloadListener);
|
||||
|
||||
Reference in New Issue
Block a user