issue466: Downloaded files do not show up in the list of download-manager-show-builtin-ui in xul >= 26

Priority: bug Status: chatting
Messages
msg1204 (view) Author: scottjad Date: 2014-05-02.02:29:44
Perhaps we missed some functionality in commit 9ae04dee5f.
msg1205 (view) Author: jbms Date: 2014-05-02.04:56:59
I suspect the issue is that the download UI that show-builtin-ui opens does not talk to the new downloads
API, i.e. is effectively broken in gecko >= 26.  It may be that if we want something similar we would
have to implement it ourselves or copy it from Firefox (possibly this would not be feasible depending on
how integrated Firefox's download manager is).  In that case the only solution would likely be just
removing the command.  Note that download-show does work, as sort of an alternative.
History
Date User Action Args
2014-05-02 04:57:00jbmssetstatus: unread -> chatting
messages: + msg1205
2014-05-02 02:29:44scottjadcreate