Closed
Bug 570976
Opened 15 years ago
Closed 13 years ago
Please include a crash dump icon next to the plugin icon for crashes with available dump files
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: timeless, Unassigned)
References
()
Details
I'm tired of playing hunt and peck for crashes which have dumps.
It'd be very helpful if the crash lists would include an icon indicating the presence of a dump file (like you'd see a paperclick for email messages which have attachments).
It'd also be nice of course if i could limit my search to crashes which have dump files, but that's really a separate enhancement request....
Comment 1•14 years ago
|
||
I guess the first question here is, is this data available to the view?
If one could do:
if(data.hasDumpFile()) {
// add icon
}
That would be quick and easy else, this info first needs to be exposed to the front end.
Comment 2•14 years ago
|
||
timeless: can you give me an example of a crash that doesn't have a dump? They should all have them.
| Assignee | ||
Updated•13 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
Updated•13 years ago
|
Component: General → Webapp
Comment 3•13 years ago
|
||
Since this is the rule rather than the exception, resolving wontfix.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•