Gecko:DeCOMtamination: Difference between revisions

Upd
m (nsIForm was done)
(Upd)
 
Line 26: Line 26:
* 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.
* nsIFormControl::GetForm(), SetForm(), Reset()
* nsIFormControl::GetForm(), SetForm(), Reset()
**GetForm causes multiple inheritance dance due to being defined in nsIDOMHTMLInputElement.idl
**<del>GetForm causes multiple inheritance dance due to being defined in nsIDOMHTMLInputElement.idl</del>
**Reset should loose return value
**<del>Reset should loose return value</del> (not possible)
* content/html/content/public/nsIRadio*.h
* content/html/content/public/nsIRadio*.h
* nsIFrameSetElement
* nsIFrameSetElement {{bug|578564}}
* nsILink, nuke nsresults for GetLinkState(), SetLinkState(), LinkAdded(), and LinkRemoved()
* nsILink, nuke nsresults for GetLinkState(), SetLinkState(), LinkAdded(), and LinkRemoved()
* nsIOptionElement
* <del>nsIOptionElement</del> {{bug|578570}}
* nsITextControlElement
* nsITextControlElement
* nsIPrivateTextEvent::GetText(), nuke the nsresult, and for GetInputRange() and GetEventReply(), nuke the nsresult, return null on error, no callers check anyways.
* nsIPrivateTextEvent::GetText(), nuke the nsresult, and for GetInputRange() and GetEventReply(), nuke the nsresult, return null on error, no callers check anyways.
Confirmed users
97

edits