mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
49a0527874
`editor/libeditor/tests/test_bug974309.html` and `editor/libeditor/tests/test_bug1268736.html` start to throw exception if `beforeinput` event is enabled. They test XPCOM editor API when a non-editable element has focus and it's outside of any editing hosts. In this case, we shouldn't throw an exception for backward compatibility. Although the all callers should stop handling any edit action in this case, let's make `MaybeDispatchBeforeInputEvent()` return a special success code instead of an error code for making all callers keep working with traditional paths. Differential Revision: https://phabricator.services.mozilla.com/D91864 |
||
---|---|---|
.. | ||
composer | ||
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 |