[Bug 22018] Consider adding getCompositionAlternatives() in InputMethodContext

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22018

Takayoshi Kochi <kochi@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |travil@microsoft.com

--- Comment #2 from Takayoshi Kochi <kochi@google.com> ---
Possible solutions to privacy concerns:

* Do not send user-defined candidates
* Do not send any personalized candidates
* Randomize the sequence

Possible implementation restriction / optimizations:

* Do not send all candidates (some conversion may have hundreds of candidates).
  Implementation-wise, usually candidate window shows about at most 10
  candidates at a time, and the number of the candidates that can be retrieved
  at once may be limited at the number.  At least retrieving all the candidates
  may block the script execution for unexpectedly long time and better to be
  avoided.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 14 May 2013 10:28:03 UTC