issue495: downloads_status_widget breaks all keybindings

Priority: bug Status: chatting
Messages
msg1268 (view) Author: jrm Date: 2015-08-22.02:11:00
With Firefox 40+ adding

add_hook("mode_line_hook", mode_line_adder(downloads_status_widget));

breaks all keybindings.

This line below from the output looks suspicious.

354:Console error: [JavaScript Error: "NS_ERROR_UNEXPECTED: Component returned failure code: 0x8000ffff
(NS_ERROR_UNEXPECTED) [nsIDownloadManager.activeDownloadCount]" {file:
"chrome://conkeror/content/mode-line.js" line: 322}]
msg1270 (view) Author: scottjad Date: 2015-10-27.02:16:41
Oddly this bug manifests only in firefox -app and not in xulrunner.

I was able to reproduce the bug in firefox 40.0.2 but not in xulrunner 40.0.2 and another user reported
the widget working fine in xulrunner 40.0.3.
History
Date User Action Args
2015-10-27 02:16:41scottjadsetstatus: unread -> chatting
messages: + msg1270
2015-08-22 02:11:01jrmcreate