Bug 111295 - [WK2][EFL] Enable asynchronous spell checking by default
Summary: [WK2][EFL] Enable asynchronous spell checking by default
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Grzegorz Czajkowski
URL:
Keywords:
Depends on: 81042 108172
Blocks:
  Show dependency treegraph
 
Reported: 2013-03-04 02:01 PST by Grzegorz Czajkowski
Modified: 2013-03-06 00:07 PST (History)
5 users (show)

See Also:


Attachments
proposed patch (1.62 KB, patch)
2013-03-04 03:37 PST, Grzegorz Czajkowski
benjamin: review+
eflews.bot: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Grzegorz Czajkowski 2013-03-04 02:01:38 PST
Asynchronous spell checking is disabled by default (bug 81042). It means all requests of checking the string are sent synchronously.
WebKit-EFL implements requestCheckingOfString method (bug 108172) which allows to call spelling checking asynchronously.
We should enable it be default for EFL to use non blocking API.
Comment 1 Grzegorz Czajkowski 2013-03-04 03:37:37 PST
Created attachment 191195 [details]
proposed patch
Comment 2 EFL EWS Bot 2013-03-04 03:44:07 PST
Comment on attachment 191195 [details]
proposed patch

Attachment 191195 [details] did not pass efl-ews (efl):
Output: http://webkit-commit-queue.appspot.com/results/16916235
Comment 3 Grzegorz Czajkowski 2013-03-06 00:07:36 PST
Committed r144892: <http://trac.webkit.org/changeset/144892>