Set up download link when viewing the single-file archive on a non-Mozilla web browser
Categories
(Firefox :: Profile Backup, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox130 | --- | fixed |
People
(Reporter: mconley, Assigned: mconley, NeedInfo)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fidefe-device-migration])
Attachments
(1 file)
The "Download { -brand-short-name }" button that's visible when viewing the single-file archive in a non-Mozilla browser doesn't currently do anything. This is because we're still working out how that button is supposed to function.
This bug is for wiring up the right behaviour to that button once we decide what exactly it's supposed to do.
Updated•8 months ago
|
Assignee | ||
Comment 1•8 months ago
|
||
So my plan is as follows:
- Have some fallback download URLs for each channel of MOZ_UPDATE_CHANNEL (nightly, aurora, beta, release, esr) in prefs. These will include the UTM parameters for attribution once we get them from lifecycle marketing.
- Set up a new RemoteSettings collection where we can have the "true", non-fallback links.
- Query for that collection when rendering the template, and if it finds a URL for the MOZ_UPDATE_CHANNEL, use it - otherwise, use the fallback.
The fallbacks let us create backups even if the RemoteSettings service is down for some reason. The RemoteSettings collection will let us update the download URLs, even for released versions of the client.
Assignee | ||
Updated•8 months ago
|
Assignee | ||
Comment 2•8 months ago
|
||
Comment 4•8 months ago
|
||
Backed out for causing xpc failures @ test_BackupService_resolveArchiveDestFolderPath.js
Backout link: https://treeherder.mozilla.org/jobs?repo=autoland&revision=d52102a5ff2ad47a1efcb5f58281ed1edf6b8ab8
Comment 6•8 months ago
|
||
bugherder |
Assignee | ||
Comment 7•8 months ago
|
||
If you've confirmed that it's this patch that caused bug 1906460, feel free to back me out to clear it.
Comment 8•8 months ago
|
||
If you are sure that this would be the best option, I will proceed to the backout.
Comment 9•8 months ago
|
||
Backed out as requested for causing Bug 1906460.
Comment 10•8 months ago
|
||
Backout merged to central: https://hg.mozilla.org/mozilla-central/rev/afe5486d138d
Comment 11•8 months ago
|
||
Comment 12•8 months ago
|
||
bugherder |
Description
•