Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
..
decoder 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
public 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
connection_factory.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
connection_factory.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
constants.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
constants.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
ime_decoder.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
ime_decoder.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
ime_sandbox_hook.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
ime_sandbox_hook.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
ime_service.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
ime_service.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
ime_service_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
mock_input_channel.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
mock_input_channel.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
rule_based_engine.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
rule_based_engine.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce

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