gecko-dev/accessible/html
Masayuki Nakano bd1efdbf56 Bug 1388006 - a11y module should use TextEditor and HTMLEditor instead of nsIEditor r=surkov
Accessibility module uses nsIEditor (and nsIPlaintextEditor).  However, now, it can use TextEditor and HTMLEditor.  So, it should use them.

Note that this patch makes HTMLTextFieldAccessible::GetEditor() use nsITextControlElement::GetTextEditor() instead of nsIDOMNSEditableElement::GetEditor() but this won't change actual behavior since both implementation of HTMLInputElement and HTMLTextareaElement are just call shared internal methods.

MozReview-Commit-ID: HxHMGVSvWFv

--HG--
extra : rebase_source : a4ae19f06fb9612eacd4ae2e57fd92d36783ef32
2017-08-07 17:42:50 +09:00
..
HTMLCanvasAccessible.cpp
HTMLCanvasAccessible.h
HTMLElementAccessibles.cpp
HTMLElementAccessibles.h
HTMLFormControlAccessible.cpp Bug 1388006 - a11y module should use TextEditor and HTMLEditor instead of nsIEditor r=surkov 2017-08-07 17:42:50 +09:00
HTMLFormControlAccessible.h Bug 1388006 - a11y module should use TextEditor and HTMLEditor instead of nsIEditor r=surkov 2017-08-07 17:42:50 +09:00
HTMLImageMapAccessible.cpp
HTMLImageMapAccessible.h
HTMLLinkAccessible.cpp
HTMLLinkAccessible.h
HTMLListAccessible.cpp
HTMLListAccessible.h
HTMLSelectAccessible.cpp
HTMLSelectAccessible.h
HTMLTableAccessible.cpp
HTMLTableAccessible.h
moz.build