Closed
Bug 368542
Opened 18 years ago
Closed 18 years ago
CRASH_REPORTER_KEY shouldn't be hardcoded to Mozilla
Categories
(Toolkit :: Crash Reporting, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: wolfiR, Unassigned)
Details
#define CRASH_REPORTER_KEY L"Software\\Mozilla\\Crash Reporter"
thinking about all the applications using crashreporter (in future) and also different xulrunner based apps, this shouldn't be hardcoded.
Maybe use MOZ_APP_DISPLAYNAME or nsXREAppData::name (which might be not so easy since crashreporter is a standalone application)
Reporter | ||
Updated•18 years ago
|
OS: Linux → All
Comment 1•18 years ago
|
||
I agree, I'm just not sure where we should pull this from. I do plan to have the crash reporter read application.ini at some point, so maybe we should construct a key from there?
Comment 2•18 years ago
|
||
Oh yeah, this got fixed by bug 358082. It will now use the Vendor and Product Name fields from your application.ini.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•