add an option to show that an update is being downloaded
Categories
(Toolkit :: Application Update, enhancement)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox79 | --- | fixed |
People
(Reporter: mcs, Assigned: mcs)
References
Details
(Whiteboard: [tor 28885])
Attachments
(2 files)
In Tor Browser, sometimes it takes a long time for the MAR download to finish. To keep our users informed, we added a hidden Boolean pref named app.update.notifyDuringDownload that, when set to true, causes a "Downloading update" message to appear in the app menu during a MAR download. We would like to upstream this patch (pref'd off of course). In Tor Browser we turn this on in conjunction with app.update.badgeWaitTime = 0 to ensure that our users are well-informed about update progress.
| Assignee | ||
Comment 1•6 years ago
|
||
Add support for a hidden preference named app.update.notifyDuringDownload
that, when set to true, causes a "Downloading update" message to appear
in the app menu during a MAR download. Clicking the message opens the
about box so the user can see detailed progress information.
Comment 3•6 years ago
|
||
| bugherder | ||
Comment 4•6 years ago
|
||
(In reply to Mark Smith [:mcs] from comment #1)
Created attachment 9153191 [details]
Bug 1642404 - add an option to show that an update is being downloaded r=bytesizedAdd support for a hidden preference named app.update.notifyDuringDownload
that, when set to true, causes a "Downloading update" message to appear
in the app menu during a MAR download. Clicking the message opens the
about box so the user can see detailed progress information.
Could you please share the screenshot of the feature in action?
| Assignee | ||
Comment 5•6 years ago
|
||
I attached a screenshot that shows the application menu while a MAR file is being downloaded (developer/nightly build).
Description
•