Closed
Bug 7708
Opened 26 years ago
Closed 26 years ago
nsXIFFormatConverter has sucky QI
Categories
(Core :: DOM: Serializers, defect, P3)
Core
DOM: Serializers
Tracking
()
VERIFIED
FIXED
M10
People
(Reporter: bruce, Assigned: bruce)
Details
nsXIFFormatConverter::QueryInterface() sucks. Doesn't support nsISupports!
I'll fix this as I hit a lot of other QI problems in the source.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M10
| Assignee | ||
Comment 1•26 years ago
|
||
I'll get to this before M10, but my work schedule sucks and I don't feel like
slipping this bug from milestone to milestone.
Comment 2•26 years ago
|
||
Shouldn't nsXIFFormatConverter's owner take care of its QI impl? I'm guessing
rods owns this, from CVS logs -- cc'ing so he can self-assign if so, maybe with
NS_IMPL_ISUPPORTS macro advice from bruce and warren.
/be
Comment 3•26 years ago
|
||
I can fix it on thursday (6/24), if you need it before then, you can fix and let
me know, thanks.
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
| Assignee | ||
Comment 4•26 years ago
|
||
This got fixed a while back by a converstion to a macro.
You need to log in
before you can comment on or make changes to this bug.
Description
•