Closed
Bug 837182
Opened 12 years ago
Closed 12 years ago
Dynamically check that classes that declare CC participants actually QI to their participant
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
DUPLICATE
of bug 614238
People
(Reporter: mccr8, Unassigned)
Details
It would be nice if we could dynamically check this somehow. This caused bug 837033. Looking at the suggested duplicates, bug 614401 and bug 614403 were also instances of this.
I'm not sure what is the best way to do this. We probably can't check it statically, because the QI is just a blob of C++. We can't check it in the QI itself, because we can only insert our own code in there if we remember to update it.
| Reporter | ||
Comment 1•12 years ago
|
||
We also can't check it in the participant, because if the participant is never called, then we won't run any checking code.
Comment 2•12 years ago
|
||
Dup of bug 614238?
| Reporter | ||
Comment 3•12 years ago
|
||
yeah I just hadn't gotten around to duping it yet.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•