tree: e1bb3995f22b4355436ad104116db7e2db5e7291 [path history] [tgz]
  1. decoder/
  2. public/
  3. BUILD.gn
  4. constants.cc
  5. constants.h
  6. DEPS
  7. ime_sandbox_hook.cc
  8. ime_sandbox_hook.h
  9. ime_service.cc
  10. ime_service.h
  11. ime_service_unittest.cc
  12. input_engine.cc
  13. input_engine.h
  14. OWNERS
  15. README.md
chromeos/services/ime/README.md

An IME Mojo service provides core IME functionality.

IME on ChromeOS consists of three parts:

  • The IME running in an extension to provide a soft keyboard
  • The sandboxed, core IME service running in ChromeOS (responsible for processing input and turning it into characters/symbols)
  • The IME framework running in the Chrome browser process, that brokers between the IME extension and the IME service. It also provides additional functionality to the IME service (for downloading IME data as needed).

The service provides basic rule-based IMEs, and is able to support advanced IME features by loading a shared library.

Work in progress, design doc: go/cros-ime-decoders-mojo