[meta] Audit callers of nsIFrame::Type()
Categories
(Core :: Layout, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox69 | --- | affected |
People
(Reporter: MatsPalmgren_bugz, Unassigned)
References
Details
(Keywords: meta)
nsIFrame::Type() is a foot-gun and we would like to replace it with better
alternatives eventually. Before that happens we should audit all callers
to see what it's used for, and replace it with alternatives when possible,
such as do_QueryFrame or Is__Frame.
(This is a meta-bug. Please file any code changes resulting from
the audit as blocking this bug.)
Updated•6 years ago
|
Comment 1•5 years ago
|
||
The meta keyword is there, the bug doesn't depend on other bugs and there is no activity for 12 months.
:svoisen, maybe it's time to close this bug?
Updated•5 years ago
|
Comment 2•4 years ago
|
||
The meta keyword is there, the bug doesn't depend on other bugs and there is no activity for 12 months.
:dholbert, maybe it's time to close this bug?
Updated•4 years ago
|
Comment 3•3 years ago
|
||
The meta keyword is there, the bug doesn't depend on other bugs and there is no activity for 12 months.
:dholbert, maybe it's time to close this bug?
Comment 4•3 years ago
•
|
||
Yeah, I'm not aware of specific plans around this. I'll file a bug for some minor s/Type()/Is___Frame/ conversion opportunities that I noticed, but I'm not sure there's more to be done here.
Closing this as "incomplete" as a metabug. If we have specific plans/goals here, we can reopen with those & with dependent bugs.
Description
•