Closed
Bug 553563
Opened 15 years ago
Closed 12 years ago
Addon.screenshots should include both thumbnails and full-size screenshots
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
INVALID
People
(Reporter: Unfocused, Unassigned)
References
Details
(Whiteboard: [rewrite])
Currently, Addon.screenshots is only implemented for personas, and is an array of thumbnails. However, it also needs to include full-size images. eg:
Addon.screenshots = [
{thumbnailURL: "...", fullsizeURL: "..."}
];
Reporter | ||
Comment 1•12 years ago
|
||
Fixed by bug 586591, improved by bug 664895.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•