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

Issue 856063002: Adding keyboard service. (Closed)

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

Description

Adding keyboard service. This allows to show the soft keyboard on Android. Also updated platform_viewport_android to dispatch key events. R=abarth@chromium.org BUG=449002 Committed: https://chromium.googlesource.com/external/mojo/+/8555d638b8375f6bf6bb13cec546e415caf54861

Patch Set 1 #

Patch Set 2 : Functional #

Total comments: 6

Patch Set 3 : Fix local variable #

Unified diffs Side-by-side diffs Delta from patch set Stats (+221 lines, -6 lines) Patch
A + mojo/services/keyboard/public/interfaces/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
A + mojo/services/keyboard/public/interfaces/keyboard.mojom View 1 chunk +3 lines, -3 lines 0 comments Download
M services/native_viewport/android/src/org/chromium/mojo/PlatformViewportAndroid.java View 4 chunks +46 lines, -0 lines 0 comments Download
M services/native_viewport/platform_viewport_android.h View 1 chunk +5 lines, -0 lines 0 comments Download
M services/native_viewport/platform_viewport_android.cc View 1 2 chunks +19 lines, -0 lines 0 comments Download
M shell/BUILD.gn View 1 4 chunks +5 lines, -0 lines 0 comments Download
A shell/android/apk/src/org/chromium/mojo/shell/Keyboard.java View 1 1 chunk +35 lines, -0 lines 0 comments Download
A shell/android/keyboard_impl.h View 1 1 chunk +35 lines, -0 lines 0 comments Download
A shell/android/keyboard_impl.cc View 1 1 chunk +36 lines, -0 lines 0 comments Download
M shell/android/library_loader.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M shell/android/mojo_main.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M shell/android/native_viewport_application_loader.h View 3 chunks +6 lines, -0 lines 0 comments Download
M shell/android/native_viewport_application_loader.cc View 1 3 chunks +8 lines, -1 line 0 comments Download
M sky/engine/core/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M sky/framework/sky-input.sky View 1 2 3 chunks +13 lines, -1 line 0 comments Download
M sky/viewer/document_view.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
qsr
Adam -> This is riddled with debug logs and everything so not ready to push ...
5 years, 11 months ago (2015-01-20 13:39:04 UTC) #1
abarth-chromium
On 2015/01/20 at 13:39:04, qsr wrote: > Adam -> This is riddled with debug logs ...
5 years, 11 months ago (2015-01-20 17:42:40 UTC) #2
qsr
> I'd add some logging to sky::DocumentView::OnInputEvent. I bet Linux is > generating more events ...
5 years, 11 months ago (2015-01-21 15:32:58 UTC) #3
qsr
https://codereview.chromium.org/856063002/diff/20001/sky/framework/sky-input.sky File sky/framework/sky-input.sky (right): https://codereview.chromium.org/856063002/diff/20001/sky/framework/sky-input.sky#newcode33 sky/framework/sky-input.sky:33: module.keyboard = shell.connectToService("mojo:keyboard", keyboard.Keyboard); What is the right way ...
5 years, 11 months ago (2015-01-21 15:33:05 UTC) #4
abarth-chromium
https://codereview.chromium.org/856063002/diff/20001/sky/framework/sky-input.sky File sky/framework/sky-input.sky (right): https://codereview.chromium.org/856063002/diff/20001/sky/framework/sky-input.sky#newcode33 sky/framework/sky-input.sky:33: module.keyboard = shell.connectToService("mojo:keyboard", keyboard.Keyboard); On 2015/01/21 at 15:33:05, qsr ...
5 years, 11 months ago (2015-01-21 17:43:58 UTC) #5
qsr
It is now ready to review. https://codereview.chromium.org/856063002/diff/20001/sky/framework/sky-input.sky File sky/framework/sky-input.sky (right): https://codereview.chromium.org/856063002/diff/20001/sky/framework/sky-input.sky#newcode33 sky/framework/sky-input.sky:33: module.keyboard = shell.connectToService("mojo:keyboard", ...
5 years, 11 months ago (2015-01-21 18:13:16 UTC) #6
abarth-chromium
lgtm
5 years, 11 months ago (2015-01-21 19:09:16 UTC) #7
qsr
5 years, 11 months ago (2015-01-22 09:19:13 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
8555d638b8375f6bf6bb13cec546e415caf54861 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698