зеркало из https://github.com/mozilla/gecko-dev.git
1fcd045e66
I originally thought we didn't need to be explicitly notified about removals because a correction always triggers a text change and we push a cache update for spelling errors whenever the text changes. However, it seems that even when a correction is made and the text changes, the spell check ranges aren't yet up to date. Previously, we were pushing a cache update whenever text was reflowed, which was taking care of this. Soon, we don't want to push text cache updates if the text doesn't actually change. We remove the reliance on these redundant text updates by having an explicit notification for spell check removals. Differential Revision: https://phabricator.services.mozilla.com/D147655 |
||
---|---|---|
.. | ||
auth | ||
permissions | ||
pref | ||
spellcheck | ||
universalchardet |