Integrate Update URL generation, XML download, and XML parsing into the update agent
Categories
(Toolkit :: Application Update, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: bytesized, Assigned: bytesized)
References
Details
Attachments
(5 files, 1 obsolete file)
In other bugs (see this bug's dependencies), we have determined mechanisms for the update agent to generate the update URL, download the update XML, and parse the XML. These mechanisms need to be incorporated into the update agent.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D69059
Assignee | ||
Comment 3•5 years ago
|
||
One of the values needed for the update URL is the update channel, which can be read from the app.update.channel pref out of the channel-prefs.js file. These small changes are needed to be able to read the prefs with the prefs_parser crate.
Depends on D69060
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D69061
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D69062
Assignee | ||
Comment 6•5 years ago
|
||
Depends on D69063
Assignee | ||
Updated•5 years ago
|
Comment 8•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0b8740e4518a
https://hg.mozilla.org/mozilla-central/rev/3d101cc73d18
https://hg.mozilla.org/mozilla-central/rev/177ae9a763de
https://hg.mozilla.org/mozilla-central/rev/dfa39b14e0fe
https://hg.mozilla.org/mozilla-central/rev/cb0840a3587a
Description
•