Message1170

Author retroj
Recipients quantum
Date 2013-12-15.22:07:49
Content
The cause of the problem seems to be that nsIDownloadManager has been deprecated as of Firefox 26.

https://developer.mozilla.org/en-US/docs/XPCOM_Interface_Reference/nsIDownloadManager?redirectlocale=en-US&redirectslug=nsIDownloadManager

If we want to support Firefox 26 and higher as a platform, things that use nsIDownloadManager and
nsIDownload will need to be changed to use Downloads.jsm when those interfaces are not available.
(Will need to support both, for sake of compatibility with older versions as well.)
History
Date User Action Args
2013-12-15 22:07:49retrojsetmessageid: <1387145269.77.0.399523434869.issue457@bugs.conkeror.org>
2013-12-15 22:07:49retrojsetrecipients: + quantum
2013-12-15 22:07:49retrojlinkissue457 messages
2013-12-15 22:07:49retrojcreate