Closed
Bug 369944
Opened 18 years ago
Closed 18 years ago
Missing interface in MicrosummaryResource
Categories
(Firefox Graveyard :: Microsummaries, defect)
Firefox Graveyard
Microsummaries
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 347310
People
(Reporter: rflint, Assigned: rflint)
Details
Attachments
(1 obsolete file)
Loading a new generator resource (f.e. via MicrosummaryService.addGenerator()) currently causes the following exception to be thrown because the nsIPrompt interface is not available to the QI implementation. I'm not exactly sure what's requiring nsIPrompt, but this definitely satisfies whatever it is that needs it ;)
Error: [Exception... "'Component does not have requested interface' when calling method: [nsIInterfaceRequestor::getInterface]" nsresult: "0x80004002 (NS_NOINTERFACE)" location: "<unknown>" data: no]
Attachment #254627 -
Flags: review?(myk)
Updated•18 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Updated•18 years ago
|
Attachment #254627 -
Attachment is obsolete: true
Attachment #254627 -
Flags: review?(myk)
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
•