Closed
Bug 1901520
Opened 4 months ago
Closed 3 months ago
Style the generated single-archive file to match the specification
Categories
(Firefox :: Profile Backup, task, P3)
Firefox
Profile Backup
Tracking
()
RESOLVED
FIXED
129 Branch
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: mconley, Assigned: mconley, NeedInfo)
References
Details
(Whiteboard: [fidefe-device-migration])
Attachments
(3 files)
This will involve:
- Adding the ability to send template strings down to the archive worker
- Adding the ability for the template strings to get (securely!) interpolated into the document template. We might want to take this opportunity to sanitize the metadata that gets computed for a backup.
- Adding styles and script to the HTML document template. To make this easier, we might split these out to separate files that get joined together to the final template at build-time by the pre-processor.
Updated•4 months ago
|
Assignee | ||
Comment 1•4 months ago
|
||
Updated•4 months ago
|
Assignee: nobody → mconley
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•4 months ago
|
||
Updated•4 months ago
|
Attachment #9407916 -
Attachment description: Bug 1901520 - Part 1: Send localized template down to the archive worker. r?#backup-reviewers! → WIP: Bug 1901520 - Part 1: Send localized template down to the archive worker. r?#backup-reviewers!
Updated•4 months ago
|
Attachment #9407917 -
Attachment description: Bug 1901520 - Part 2: Add styles and scripts to the single file archive. r?#backup-reviewers! → WIP: Bug 1901520 - Part 2: Add styles and scripts to the single file archive. r?#backup-reviewers!
Updated•4 months ago
|
Attachment #9407916 -
Attachment description: WIP: Bug 1901520 - Part 1: Send localized template down to the archive worker. r?#backup-reviewers! → Bug 1901520 - Part 1: Send localized template down to the archive worker. r?#backup-reviewers!
Updated•4 months ago
|
Attachment #9407917 -
Attachment description: WIP: Bug 1901520 - Part 2: Add styles and scripts to the single file archive. r?#backup-reviewers! → Bug 1901520 - Part 2: Add styles and scripts to the single file archive. r?#backup-reviewers!
Assignee | ||
Comment 3•4 months ago
|
||
Pushed by mconley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6d98566735ad
Part 1: Send localized template down to the archive worker. r=backup-reviewers,fluent-reviewers,kpatenio,bolsson
https://hg.mozilla.org/integration/autoland/rev/5509d1905d2c
Part 2: Add styles and scripts to the single file archive. r=backup-reviewers,frontend-codestyle-reviewers,kpatenio
https://hg.mozilla.org/integration/autoland/rev/4b079909d830
Part 3: Add tests for the rendered template. r=backup-reviewers,kpatenio
Comment 5•3 months ago
|
||
Backed out for causing xpc failures @ test_BackupService_renderTemplate.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/ba3427ddddb6b457ba8ab233bc0e6506aa9bc350
Flags: needinfo?(mconley)
Pushed by mconley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6d2914d4cff6
Part 1: Send localized template down to the archive worker. r=backup-reviewers,fluent-reviewers,kpatenio,bolsson
https://hg.mozilla.org/integration/autoland/rev/f3c21d943872
Part 2: Add styles and scripts to the single file archive. r=backup-reviewers,frontend-codestyle-reviewers,kpatenio
https://hg.mozilla.org/integration/autoland/rev/3615ef523168
Part 3: Add tests for the rendered template. r=backup-reviewers,kpatenio
https://hg.mozilla.org/mozilla-central/rev/6d2914d4cff6
https://hg.mozilla.org/mozilla-central/rev/f3c21d943872
https://hg.mozilla.org/mozilla-central/rev/3615ef523168
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•