Closed
Bug 10634
Opened 25 years ago
Closed 25 years ago
[PATCH] nsComponentManager::PlatformCLSIDToProgid fix
Categories
(Core :: XPCOM, defect, P3)
Tracking
()
VERIFIED
FIXED
M9
People
(Reporter: rginda, Assigned: dp)
Details
(Whiteboard: [19990809] waiting for reply from reporter)
xpcom/components/nsComponentManager.cpp, on or about line 677,
rv = mRegistry->GetSubtreeRaw(mClassesKey,cidStr,&cidKey);
should be
rv = mRegistry->GetSubtreeRaw(mCLSIDKey,cidStr,&cidKey);
Assignee | ||
Updated•25 years ago
|
Severity: normal → major
Status: NEW → ASSIGNED
Target Milestone: M9
Assignee | ||
Comment 1•25 years ago
|
||
Cool. I guess you were the first person to use this. Thanks for the patch. Will
checkin once the tree opens.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•25 years ago
|
||
This is a code fix. maybe rginda@ix.netcom.com can verify it.
Rob, to verify this bug, you need to make sure this patch was applied and things
work (like run apprunner). Then mark the bug verified.
Updated•25 years ago
|
Whiteboard: [19990809] wiating for reply from reporter
Technical problems getting a working tree. Trying again tonight. Day jobs (and
56k modems) suck. I'll verify it as soon as I can.
Updated•25 years ago
|
Whiteboard: [19990809] wiating for reply from reporter → [19990809] waiting for reply from reporter
You need to log in
before you can comment on or make changes to this bug.
Description
•