Closed
Bug 445503
Opened 17 years ago
Closed 17 years ago
crashes.xhtml incorrectly overrides the crash reporter data directory for Thunderbird
Categories
(Toolkit :: Crash Reporting, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.1a1
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
|
1.34 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
Currently Thunderbird can display about:crashes as its Mail Start Page. However, currently this never shows any data even if there is some.
It turns out that the overrides in crashes.xhtml aren't actually required. This patch (based on Dan's from bug 431439) drops the overrides (and ifdefs) from the appropriate places. As a result, crashes.xhtml also doesn't need to be pre-processed.
Attachment #329830 -
Flags: review?(ted.mielczarek)
Comment 1•17 years ago
|
||
I bet this changed when bent landed his patch to allow application.ini to specify a profile path, because the app now passes the profile path to crashreporter instead of making it guess (and guess wrong for Thunderbird).
Updated•17 years ago
|
Attachment #329830 -
Flags: review?(ted.mielczarek) → review+
| Assignee | ||
Comment 2•17 years ago
|
||
Patch checked in, changeset id a61f4bfced4e. Fixed.
Status: NEW → RESOLVED
Closed: 17 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Updated•17 years ago
|
Target Milestone: --- → mozilla1.9.1a1
You need to log in
before you can comment on or make changes to this bug.
Description
•