[Webkit-unassigned] [Bug 72939] Asynchronous SpellChecker should consider multiple requests
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Dec 4 18:28:29 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=72939
--- Comment #13 from Shinya Kawanaka <shinyak at google.com> 2011-12-04 18:28:29 PST ---
Sorry for Bug 73706.
The implementation of invokeRequest() was broken.
In chromium, requestCheckingOfString was synchronous. So didCheck was called before returning requestCheckingOfString.
I've changed the code so that m_processingRequest is set before invoking requestCheckingOfString.
(In reply to comment #11)
> Created an attachment (id=117819)
--> (https://bugs.webkit.org/attachment.cgi?id=117819&action=review) [details]
> Patch
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list