Closed
Bug 1475063
Opened 8 years ago
Closed 8 years ago
add “Extensions” tab to the new crash detail page
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: alexisdeschamps, Unassigned)
References
Details
This bug is a sub-task of: https://bugzilla.mozilla.org/show_bug.cgi?id=1468810
This bug covers the “Extensions” tab on the Socorro crash report page. Example page: https://crash-stats.mozilla.com/report/index/5bcb113c-8758-43b4-8a6e-2781c0180711#tab-rawdump
The tab would need the following data about the installed extensions for the crash:
- extension name
- extension id
- version
- whether the extension is current
This is how the data could be obtained through an API:
GET https://crash-stats.mozilla.com/api/report/index/<crash id>/extensions
This bug involves:
- writing an API to get the mentioned data in an easy-to-use JSON format
- creating the front-end components to display this data
Comment 1•8 years ago
|
||
Marking as INVALID because we're going to do the work in the original bug.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•