Closed
Bug 849653
Opened 12 years ago
Closed 4 years ago
Download notification doesn't open file after the Gecko is killed
Categories
(Firefox for Android Graveyard :: Download Manager, defect)
Tracking
(firefox20 affected, firefox21 affected, firefox22 affected)
RESOLVED
INCOMPLETE
People
(Reporter: bnicholson, Unassigned)
Details
STR:
1) Go to google.com
2) Long press the Google logo to download the image
3) Swipe to remove Fennec from the recent apps list
4) Click the download notification
Expected result:
The image opens.
Actual result:
Fennec opens to about:home, and nothing else happens.
Comment 1•9 years ago
|
||
For this bug, it looks like the DownloadNotifications.jsm can handle the download cookie [1] (which is still alive in the notification even if Gecko is killed), but the handler [2] must not have been registered at the time.
There was some discussion in bug 1229835#c13 about whether the notification should persist across Gecko restart, but if we decide to do this, we should not make DownloadNotifications lazy loaded [3].
[1] http://mxr.mozilla.org/mozilla-central/source/mobile/android/modules/DownloadNotifications.jsm#148
[2] http://mxr.mozilla.org/mozilla-central/source/mobile/android/modules/DownloadNotifications.jsm#54
[3] http://mxr.mozilla.org/mozilla-central/source/mobile/android/chrome/content/browser.js#27
Comment 2•4 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INCOMPLETE
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•