зеркало из https://github.com/mozilla/gecko-dev.git
11211e435b
`Delete` and `Backspace` keys are handled by same code. So, the code should be in `EditorBase` instead of `TextEditor`. If `HTMLEditor` is in the plaintext editing mode of mail composer, `Tab` key is also handled by the same code as `TextEditor`. So, the code in `TextEditor` should be moved to `EditorBase` too and `HTMLEditor` should call `EditorBase`'s method only when it's in the plaintext mode. Depends on D116352 Differential Revision: https://phabricator.services.mozilla.com/D116353 |
||
---|---|---|
.. | ||
composer | ||
docs | ||
libeditor | ||
reftests | ||
spellchecker | ||
txmgr | ||
AsyncSpellCheckTestHelper.jsm | ||
moz.build | ||
nsIDocumentStateListener.idl | ||
nsIEditActionListener.idl | ||
nsIEditor.idl | ||
nsIEditorMailSupport.idl | ||
nsIEditorObserver.idl | ||
nsIEditorSpellCheck.idl | ||
nsIHTMLAbsPosEditor.idl | ||
nsIHTMLEditor.idl | ||
nsIHTMLInlineTableEditor.idl | ||
nsIHTMLObjectResizer.idl | ||
nsITableEditor.idl |