Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1656432 - part 2: Make
FinderHighlighter
use `nsIEditActionList…
…ener::WillDeleteRanges()` instead of `nsIEditActionListener::WillDeleteSelection()` r=Gijs For making editor performance better and editor code simpler, I want to stop modifying `Selection` as far as possible. Therefore, I'd like to get rid of `nsIEditActionListener`. Instead, there is new API, `nsIEditActionListener::WillDeleteRanges()`. This patch rewrites `FinderHighlighter#WillDeleteSelection()` to `FinderHighlighter#WillDeleteRanges()`. Differential Revision: https://phabricator.services.mozilla.com/D85682
- Loading branch information