Closed
Bug 904131
Opened 12 years ago
Closed 12 years ago
Set breakpad.reportURL pref
Categories
(Firefox Graveyard :: Webapp Runtime, defect)
Firefox Graveyard
Webapp Runtime
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 26
People
(Reporter: marco, Unassigned)
Details
Attachments
(1 file)
1.33 KB,
patch
|
myk
:
review+
|
Details | Diff | Splinter Review |
Without this pref, crashes aren't shown in about:crashes.
Attachment #789038 -
Flags: review?(myk)
Updated•12 years ago
|
Attachment #789038 -
Attachment is patch: true
Comment 1•12 years ago
|
||
Does this pref enable crashes in the runtime to show up in about:crashes in Firefox or in the runtime? And if the latter, then how do you load about:crashes in the runtime, given bug 753801? The patch itself looks reasonable, but it's unclear how exactly it makes things better. Some additional details would be helpful here. :-)
Reporter | ||
Comment 2•12 years ago
|
||
(In reply to Myk Melez [:myk] [@mykmelez] from comment #1)
> Does this pref enable crashes in the runtime to show up in about:crashes in
> Firefox or in the runtime? And if the latter, then how do you load
> about:crashes in the runtime, given bug 753801? The patch itself looks
> reasonable, but it's unclear how exactly it makes things better. Some
> additional details would be helpful here. :-)
The patch allows the about:crashes page to actually work in the webapp runtime. Without the patch, the page doesn't show anything (actually, it shows this text: "This application has not been configured to display crash reports. The preference <code>breakpad.reportURL</code> must be set.")
We'll still need to allow developers/users to access that page somehow, this patch just allows the page to show something.
Comment 3•12 years ago
|
||
And how do you manage to open that page in the runtime?
Comment 4•12 years ago
|
||
Comment on attachment 789038 [details] [diff] [review]
fix_crash_reports
Marco and I chatted offline, and opening the page in the runtime will still require additional work (currently, he has to modify the runtime to display it), but this is a necessary prerequisite and a useful intermediate step.
Attachment #789038 -
Flags: review?(myk) → review+
Reporter | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 5•12 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 6•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 26
Assignee | ||
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•