Closed
Bug 117525
Opened 24 years ago
Closed 24 years ago
layout frames are not refcounted ---- nsGfxCheckboxControlFrame
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: bernd_mozilla, Assigned: rods)
References
()
Details
I don't understand whats going on there. Why we need a refcnt?
Comment 1•24 years ago
|
||
likely a holdover from that frame implementing nsIAccessible (then it would
need to implement nsISupports as well).
Summary: layout frames are not refcounted ---- nsGfxCheckboxControlFrame → layout frames are not refcounted ---- nsGfxCheckboxControlFrame
| Assignee | ||
Comment 2•24 years ago
|
||
It goes back to the dawn of time. Frames aren't ref counted but if you implement
nsISupports you still need to implement the methods and I am sure there is some
macro that does that today, that wasn't available 3 years ago or more.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•