Confirmed users
381
edits
No edit summary |
No edit summary |
||
Line 24: | Line 24: | ||
Here's some content/ specific interfaces that could be decomtaminated, and by that I mean the nsresult return type removed (replaced with void or an out param, if available): | Here's some content/ specific interfaces that could be decomtaminated, and by that I mean the nsresult return type removed (replaced with void or an out param, if available): | ||
''Note: nsAString& outparams can't be rewritten, in that case the return type should become void'' | |||
* ns[I]NodeInfo, nsNodeInfoManager | * ns[I]NodeInfo, nsNodeInfoManager | ||
* ns[I]NameSpaceManager, impl and interface could be combined I think, and decomtaminated. | * ns[I]NameSpaceManager, impl and interface could be combined I think, and decomtaminated. |