mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 19:33:18 +00:00
bd1efdbf56
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 |
||
---|---|---|
.. | ||
HTMLCanvasAccessible.cpp | ||
HTMLCanvasAccessible.h | ||
HTMLElementAccessibles.cpp | ||
HTMLElementAccessibles.h | ||
HTMLFormControlAccessible.cpp | ||
HTMLFormControlAccessible.h | ||
HTMLImageMapAccessible.cpp | ||
HTMLImageMapAccessible.h | ||
HTMLLinkAccessible.cpp | ||
HTMLLinkAccessible.h | ||
HTMLListAccessible.cpp | ||
HTMLListAccessible.h | ||
HTMLSelectAccessible.cpp | ||
HTMLSelectAccessible.h | ||
HTMLTableAccessible.cpp | ||
HTMLTableAccessible.h | ||
moz.build |