RESOLVED FIXED 130479
[Mac] Support asynchronous NSTextInputClient
https://bugs.webkit.org/show_bug.cgi?id=130479
Summary [Mac] Support asynchronous NSTextInputClient
Alexey Proskuryakov
Reported 2014-03-19 14:47:02 PDT
NSTextInputClient calls are a huge source of sync calls from UIProcess to WebProcess, which is bad. Add support for handling them asynchronously.
Attachments
proposed patch (90.00 KB, patch)
2014-03-19 16:14 PDT, Alexey Proskuryakov
no flags
updated to ToT (90.13 KB, patch)
2014-03-19 16:23 PDT, Alexey Proskuryakov
andersca: review+
Alexey Proskuryakov
Comment 1 2014-03-19 16:14:21 PDT
Created attachment 227228 [details] proposed patch
Alexey Proskuryakov
Comment 2 2014-03-19 16:23:56 PDT
Created attachment 227229 [details] updated to ToT
WebKit Commit Bot
Comment 3 2014-03-19 16:26:38 PDT
Attachment 227229 [details] did not pass style-queue: ERROR: Source/WebKit2/WebProcess/WebPage/WebPage.cpp:3980: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Total errors found: 1 in 10 files If any of these errors are false positives, please file a bug against check-webkit-style.
Alexey Proskuryakov
Comment 4 2014-03-20 10:45:41 PDT
Note You need to log in before you can comment on or make changes to this bug.