Open
Bug 1760824
Opened 3 years ago
Updated 3 years ago
Fixup AsyncSpellCheckTestHelper.jsm
Categories
(Core :: Spelling checker, enhancement)
Core
Spelling checker
Tracking
()
NEW
People
(Reporter: dminor, Unassigned)
Details
Currently in AsyncSpellCheckTestHelper.jsm there's a onSpellCheck helper [1] that either waits for a pending spellcheck to complete, or runs a timer that waits for spellcheck to start, and then waits for it to complete. It then calls a callback function, regardless of whether the spellcheck occurs.
In Bug 1402822, I'm renaming this to maybeOnSpellCheck and adding a new onSpellCheck that always waits for a spellcheck to complete. I was able to migrate some callers to the new onSpellCheck, but not all. We should fix up maybeOnSpellCheck to be more reliable, since there's a number of intermittent failures associated with the spellchecking tests, and the current tests do not pass test-verification, even without the changes from Bug 1402822.
You need to log in
before you can comment on or make changes to this bug.
Description
•