Open Bug 442519 Opened 16 years ago Updated 2 years ago

Show signatures in about:crashes

Categories

(Toolkit :: Crash Reporting, enhancement, P2)

enhancement

Tracking

()

mozilla2.0

People

(Reporter: davemgarrett, Unassigned)

References

Details

I would like to request that a "signature" column be added to about:crashes.  As it stands right now, it's just a list of rather cryptic IDs and dates.  Loading the signatures of processed reports into this list would make sorting through it to find a specific crash much easier.
This would be hard to do since signatures get generated on the server. The Breakpad ID appears before the signature even gets generated, which could be hours or days later. 
Yes, it would have to request them after you actually load up the about:crashes page.  You'd also need to cache these signatures somewhere so you only have to fetch them once for new ones.
This is one of the things I thought would be possible with bug 412477 fixed.
Depends on: 412477
I wrote an extension to do this.
https://addons.mozilla.org/en-US/firefox/addon/11217

It's a new and a little rough around the edges, but it works. ;)
Dave, can you provide a patch?
Priority: -- → P2
Target Milestone: --- → mozilla1.9.3
(In reply to comment #5)
> Dave, can you provide a patch?

See bug 408721 comment 13. I need to switch to using the JSON report instead of XHTML and a few other things, but yes, it's something I could do this at some point.
No longer blocks: 408721
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.