Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(182)

Issue 995613002: Implement a basic IME-aware input element (Closed)

Created:
5 years, 9 months ago by abarth-chromium
Modified:
5 years, 9 months ago
Reviewers:
eseidel
CC:
Aaron Boodman, ben+mojo_chromium.org, darin (slow to review), mojo-reviews_chromium.org, ojan, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
git@github.com:domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Implement a basic IME-aware input element This CL introduces a new keyboard service that understands Android IME and starts work on a Input component that interacts with this service to provide an editing control. R=eseidel@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/8b335e3362e5ad73f6cd41362ea3887636d6e1b9

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+284 lines, -12 lines) Patch
M sky/apk/demo/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M sky/apk/demo/org/domokit/sky/demo/SkyDemoApplication.java View 2 chunks +9 lines, -0 lines 0 comments Download
A + sky/examples/editor/editor_app.dart View 1 chunk +7 lines, -8 lines 0 comments Download
A sky/examples/editor/index.sky View 1 chunk +10 lines, -0 lines 0 comments Download
A sky/examples/editor/input.dart View 1 chunk +111 lines, -0 lines 0 comments Download
A + sky/services/keyboard/BUILD.gn View 2 chunks +4 lines, -4 lines 0 comments Download
A sky/services/keyboard/keyboard.mojom View 1 chunk +16 lines, -0 lines 0 comments Download
A sky/services/keyboard/org/domokit/keyboard/InputConnectionAdaptor.java View 1 chunk +46 lines, -0 lines 0 comments Download
A sky/services/keyboard/org/domokit/keyboard/KeyboardServiceImpl.java View 1 chunk +64 lines, -0 lines 0 comments Download
M sky/shell/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M sky/shell/org/domokit/sky/shell/PlatformView.java View 4 chunks +14 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
abarth-chromium
5 years, 9 months ago (2015-03-09 23:07:04 UTC) #1
eseidel
lgtm
5 years, 9 months ago (2015-03-09 23:18:45 UTC) #2
abarth-chromium
5 years, 9 months ago (2015-03-09 23:20:00 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
8b335e3362e5ad73f6cd41362ea3887636d6e1b9 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698