[Webkit-unassigned] [Bug 153040] WK2: Request completion candidates when needed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 13 22:47:21 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=153040

--- Comment #13 from Alexey Proskuryakov <ap at webkit.org> ---
Comment on attachment 268909
  --> https://bugs.webkit.org/attachment.cgi?id=268909
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=268909&action=review

> Source/WebKit2/Shared/EditorState.cpp:131
> +#if PLATFORM(MAC)
> +    encoder << candidateRequestStartPosition;
> +    encoder << paragraphContextForCandidateRequest;
> +    encoder << stringForCandidateRequest;
> +#endif

EditorState is a very unfortunate hack which cannot possibly result in reliable behavior.

Does the API require synchronous return? Can we request making it asynchronous?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160114/dc8bf282/attachment.html>


More information about the webkit-unassigned mailing list