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

Issue 1088793003: Expose sky KeyboardService in android mojo_shell (Closed)

Created:
5 years, 8 months ago by jamesr
Modified:
5 years, 8 months ago
Reviewers:
hansmuller1, qsr, eseidel
CC:
Aaron Boodman, abarth-chromium, ben+mojo_chromium.org, darin (slow to review), DaveMoore, 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

Patch Set 1 #

Patch Set 2 : move mojom to better place #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+145 lines, -378 lines) Patch
M mojo/services/keyboard/public/interfaces/keyboard.mojom View 1 1 chunk +27 lines, -4 lines 0 comments Download
A + services/keyboard/BUILD.gn View 1 2 3 4 1 chunk +3 lines, -10 lines 0 comments Download
A + services/keyboard/org/chromium/mojo/keyboard/InputConnectionAdaptor.java View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + services/keyboard/org/chromium/mojo/keyboard/KeyboardServiceImpl.java View 1 2 3 4 4 chunks +15 lines, -4 lines 0 comments Download
M services/native_viewport/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M services/native_viewport/android/src/org/chromium/mojo/PlatformViewportAndroid.java View 1 2 3 4 4 chunks +6 lines, -57 lines 0 comments Download
M services/native_viewport/platform_viewport_android.h View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download
M services/native_viewport/platform_viewport_android.cc View 1 2 3 1 chunk +0 lines, -18 lines 0 comments Download
M shell/BUILD.gn View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M shell/android/apk/src/org/chromium/mojo/shell/Keyboard.java View 1 2 3 4 1 chunk +13 lines, -14 lines 0 comments Download
M shell/android/keyboard_impl.h View 1 2 1 chunk +3 lines, -11 lines 0 comments Download
M shell/android/keyboard_impl.cc View 1 chunk +7 lines, -15 lines 0 comments Download
M shell/android/library_loader.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M shell/android/native_viewport_application_loader.h View 1 2 2 chunks +5 lines, -4 lines 0 comments Download
M shell/android/native_viewport_application_loader.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M sky/apk/demo/BUILD.gn View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M sky/apk/demo/org/domokit/sky/demo/SkyDemoApplication.java View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M sky/framework/editing/editable_string.dart View 1 2 3 5 chunks +18 lines, -15 lines 0 comments Download
M sky/framework/editing/keyboard.dart View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M sky/framework/embedder.dart View 1 2 3 1 chunk +13 lines, -2 lines 0 comments Download
M sky/framework/net/fetch.dart View 1 2 3 1 chunk +4 lines, -5 lines 0 comments Download
M sky/framework/shell.dart View 1 2 3 2 chunks +6 lines, -4 lines 0 comments Download
M sky/services/keyboard/BUILD.gn View 1 2 3 1 chunk +0 lines, -26 lines 0 comments Download
D sky/services/keyboard/keyboard.mojom View 1 2 3 1 chunk +0 lines, -33 lines 0 comments Download
D sky/services/keyboard/org/domokit/keyboard/InputConnectionAdaptor.java View 1 2 3 1 chunk +0 lines, -76 lines 0 comments Download
M sky/services/keyboard/org/domokit/keyboard/KeyboardServiceImpl.java View 1 2 3 1 chunk +0 lines, -64 lines 0 comments Download
M sky/shell/BUILD.gn View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M sky/shell/org/domokit/sky/shell/PlatformView.java View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M sky/tools/deploy_sdk.py View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (2 generated)
jamesr
eseidel - please review //sky qsr - please review //shell davemoore - FYI This wires ...
5 years, 8 months ago (2015-04-15 23:03:13 UTC) #2
eseidel
lgtm https://codereview.chromium.org/1088793003/diff/40001/sky/framework/shell.dart File sky/framework/shell.dart (right): https://codereview.chromium.org/1088793003/diff/40001/sky/framework/shell.dart#newcode15 sky/framework/shell.dart:15: if (proxyHandle.isValid) serviceProvider = Really? This is dart ...
5 years, 8 months ago (2015-04-15 23:09:04 UTC) #3
hansmuller1
https://codereview.chromium.org/1088793003/diff/40001/sky/framework/shell.dart File sky/framework/shell.dart (right): https://codereview.chromium.org/1088793003/diff/40001/sky/framework/shell.dart#newcode23 sky/framework/shell.dart:23: if (embedder.shell == null) _connection.requestService(proxy); On 2015/04/15 23:09:04, eseidel ...
5 years, 8 months ago (2015-04-15 23:13:34 UTC) #5
jamesr
Hmm, this breaks these sky tests: editing/backspace.sky [ Timeout ] editing/replace.sky [ Timeout ] editing/selection.sky ...
5 years, 8 months ago (2015-04-15 23:29:22 UTC) #6
eseidel
Those all run inside test_harness, which is run inside mojo shell. So it's using the ...
5 years, 8 months ago (2015-04-16 00:02:20 UTC) #7
eseidel
https://github.com/domokit/mojo/tree/master/sky/tools/tester To see how its driving mojo shell: https://github.com/domokit/mojo/blob/master/sky/tools/webkitpy/layout_tests/port/base.py#L229
5 years, 8 months ago (2015-04-16 00:04:27 UTC) #8
qsr
LGTM with the dependency fixed as a way to move forward. The fact that this ...
5 years, 8 months ago (2015-04-16 02:05:38 UTC) #9
jamesr
On 2015/04/16 02:05:38, qsr wrote: > LGTM with the dependency fixed as a way to ...
5 years, 8 months ago (2015-04-16 18:25:53 UTC) #10
jamesr
Now it actually works, PTAL https://codereview.chromium.org/1088793003/diff/60001/sky/tools/deploy_sdk.py File sky/tools/deploy_sdk.py (right): https://codereview.chromium.org/1088793003/diff/60001/sky/tools/deploy_sdk.py#newcode174 sky/tools/deploy_sdk.py:174: sdk_path('packages/keyboard/lib'), gen_filter) this is ...
5 years, 8 months ago (2015-04-16 22:26:55 UTC) #11
qsr
LGTM with nit. https://codereview.chromium.org/1088793003/diff/60001/services/keyboard/org/domokit/keyboard/KeyboardServiceImpl.java File services/keyboard/org/domokit/keyboard/KeyboardServiceImpl.java (right): https://codereview.chromium.org/1088793003/diff/60001/services/keyboard/org/domokit/keyboard/KeyboardServiceImpl.java#newcode49 services/keyboard/org/domokit/keyboard/KeyboardServiceImpl.java:49: public void close() {} This should ...
5 years, 8 months ago (2015-04-16 22:34:03 UTC) #12
jamesr
5 years, 8 months ago (2015-04-17 00:11:19 UTC) #13
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
272572846ef8db2211f0dcaa3f1135a0acc2cb0e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698