Closed
Bug 1542177
Opened 6 years ago
Closed 5 years ago
Add ability to ship attachments in services/settings/dumps
Categories
(Firefox :: Remote Settings Client, enhancement)
Firefox
Remote Settings Client
Tracking
()
RESOLVED
FIXED
People
(Reporter: leplatrem, Unassigned)
References
Details
No description provided.
Reporter | ||
Updated•6 years ago
|
Type: defect → enhancement
Reporter | ||
Comment 1•5 years ago
|
||
Putting every single attachment in the package as resource, like we do for JSON dumps, may not be the best approach.
For example, each file would have to be committed and listed in moz.build
.
In the intermediates collection, we have 2200 attachments.
Since the code that downloads attachments will start by checking the presence of the file in the profile folder, couldn't we commit an archive that would be extracted on profile creation/migration?
This way all attachments would be considered as already downloaded...
Reporter | ||
Comment 2•5 years ago
•
|
||
:robwu added support of packaged attachments and documented it in https://bugzilla.mozilla.org/show_bug.cgi?id=1636158
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•