Find an XML parsing mechanism for the background update agent
Categories
(Toolkit :: Application Update, task, P2)
Tracking
()
Install Update Workflow | In Progress |
People
(Reporter: bytesized, Assigned: bytesized)
References
Details
Attachments
(3 files)
The background update agent needs to be able to parse the update XML document in order to check for updates. It seems likely that the in-tree XML parser will not work for us here, so a strong possibility is that we want to use a Rust crate.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
This IDL mechanism is a bit over-engineered for what I need it for, but it will allow me to interact with it via Firefox and write a test that can be pushed out to Try.
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D63574
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D63575
Assignee | ||
Comment 4•5 years ago
|
||
I don't plan to seek review for these patches, since they won't merge in their current form, but it anyone has an opinion on them, I'd be happy to hear it.
Updated•5 years ago
|
Assignee | ||
Comment 5•5 years ago
|
||
Change of plans, I would like to request review of the mockup part of the patch since its code will likely be largely used as-is and it would be good to know if there are any problems with it now.
Updated•5 years ago
|
Updated•5 years ago
|
Description
•