зеркало из https://github.com/mozilla/gecko-dev.git
92d5c4cdd8
mozInlineSpellChecker listens to only DidSplitNode() and DidJoinNodes(). So, EditorBase should call them directly rather than treating it as an nsIEditActionListener since its runtime cost becomes really cheaper. Different from EditorSpellCheck, nobody creates instance of nsIInlineSpellChecker. So, we can now stop supporting createInstance() for it in chrome JS and should do this since EditorBase cannot support multiple mozInlineSpellChecker instances without nsIEditActionListener interface. Therefore, this patch removes the entry from factory. MozReview-Commit-ID: W1CLdsJaaB --HG-- extra : rebase_source : 2319999e4b1fc8978386c49236d5d24d78d86047 |
||
---|---|---|
.. | ||
auth | ||
cookie | ||
permissions | ||
pref | ||
spellcheck | ||
universalchardet | ||
build.mk | ||
confvars.sh | ||
moz.build | ||
moz.configure |