commit | 60ff445bc64417525fd6a1b614ed3860075a3830 | [log] [tgz] |
---|---|---|
author | Darren Shen <shend@chromium.org> | Mon Jul 11 19:23:54 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 11 19:23:54 2022 |
tree | e75253948a728df014c1e2707f7647b50087bbe2 | |
parent | 0e64f6f8933a78ce22e959ee4f54ffc0bd261b19 [diff] |
ime: Implement autocorrect related APIs for Lacros. Lacros currently doesn't support autocorrect due to the missing implementations for autocorrect APIs. Implement them by plumbing through the values for SetAutocorrectRange and GetAutocorrectRange. There is a known issue: Cannot use UTF-8 offsets right now due to surrounding text issue. Using UTF-8 offset will cause the autocorrect range to overflow. Bug: b/225063342 Change-Id: I11427eca0b36f3a77b2cc67e98a014d94792763e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3662288 Reviewed-by: Jing Wang <jiwan@chromium.org> Reviewed-by: Kramer Ge <fangzhoug@chromium.org> Reviewed-by: Evan Stade <estade@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Reviewed-by: Yuichiro Hanada <yhanada@chromium.org> Auto-Submit: Darren Shen <shend@chromium.org> Reviewed-by: Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/main@{#1022828}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.