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

Issue 328303008: athena: Use mojo to provide the bindings for the virtual keyboard. (Closed)

Created:
6 years, 6 months ago by sadrul
Modified:
5 years, 7 months ago
Reviewers:
Sam McNally, sky
CC:
chromium-reviews, yusukes+watch_chromium.org, yukishiino+watch_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, jam, penghuang+watch_chromium.org, yzshen+watch_chromium.org, sievers+watch_chromium.org, jbauman+watch_chromium.org, nona+watch_chromium.org, Aaron Boodman, abarth-chromium, darin-cc_chromium.org, kalyank, piman+watch_chromium.org, danakj+watch_chromium.org, James Su, ben+mojo_chromium.org, darin (slow to review), miu+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

athena: Use mojo to provide the bindings for the virtual keyboard. Remove the gin/v8 based bindings, in favour of bindings provided by mojo. Use the same mechanism as chrome://omnibox to provide the bindings for the virtual keyboard when the VK extension API is not available. BUG=380215, 387276 R=sky@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287755

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Patch Set 7 : . #

Patch Set 8 : . #

Patch Set 9 : . #

Patch Set 10 : . #

Patch Set 11 : . #

Total comments: 8

Patch Set 12 : . #

Patch Set 13 : . #

Patch Set 14 : tot-merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+423 lines, -556 lines) Patch
M athena/athena.gyp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -6 lines 0 comments Download
M athena/main/athena_main.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +0 lines, -2 lines 0 comments Download
M athena/virtual_keyboard/DEPS View 1 2 3 4 5 1 chunk +0 lines, -3 lines 0 comments Download
D athena/virtual_keyboard/public/virtual_keyboard_bindings.h View 1 3 4 1 chunk +0 lines, -25 lines 0 comments Download
D athena/virtual_keyboard/virtual_keyboard_bindings_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -202 lines 0 comments Download
M athena/virtual_keyboard/virtual_keyboard_manager_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +4 lines, -5 lines 0 comments Download
D athena/virtual_keyboard/vk_message_handler.h View 1 2 3 4 1 chunk +0 lines, -36 lines 0 comments Download
D athena/virtual_keyboard/vk_message_handler.cc View 1 2 3 4 1 chunk +0 lines, -57 lines 0 comments Download
M athena/virtual_keyboard/vk_webui_controller.h View 1 2 3 4 5 1 chunk +0 lines, -52 lines 0 comments Download
M athena/virtual_keyboard/vk_webui_controller.cc View 1 2 3 4 5 1 chunk +0 lines, -101 lines 0 comments Download
M ui/keyboard/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +10 lines, -0 lines 0 comments Download
M ui/keyboard/keyboard.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M ui/keyboard/keyboard.cc View 1 2 3 4 5 2 chunks +14 lines, -0 lines 0 comments Download
M ui/keyboard/keyboard.gyp View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +24 lines, -0 lines 0 comments Download
M ui/keyboard/keyboard_resources.grd View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/keyboard/keyboard_util.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +47 lines, -45 lines 0 comments Download
M ui/keyboard/resources/index.html View 1 chunk +1 line, -0 lines 0 comments Download
A ui/keyboard/resources/keyboard_mojo.js View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +75 lines, -0 lines 0 comments Download
A + ui/keyboard/webui/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
A + ui/keyboard/webui/DEPS View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
A ui/keyboard/webui/keyboard.mojom View 1 2 3 4 5 6 1 chunk +14 lines, -0 lines 0 comments Download
A ui/keyboard/webui/vk_mojo_handler.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +51 lines, -0 lines 0 comments Download
A ui/keyboard/webui/vk_mojo_handler.cc View 1 2 3 4 5 6 7 1 chunk +120 lines, -0 lines 0 comments Download
A + ui/keyboard/webui/vk_webui_controller.h View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +27 lines, -6 lines 0 comments Download
A + ui/keyboard/webui/vk_webui_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +31 lines, -13 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
sadrul
Hi! This is not ready for formal review yet. But this is my current WIP ...
6 years, 6 months ago (2014-06-19 22:13:42 UTC) #1
sadrul
I have cleaned up the code in ui/keyboard/, and some refactoring so that chrome://omnibox and ...
6 years, 6 months ago (2014-06-24 22:38:03 UTC) #2
sadrul
On 2014/06/24 22:38:03, sadrul wrote: > I have cleaned up the code in ui/keyboard/, and ...
6 years, 6 months ago (2014-06-25 15:04:25 UTC) #3
sky
Ya, sorry, I forgot to mention sammc is changing webui-mojo bindings. You may want to ...
6 years, 6 months ago (2014-06-25 15:59:15 UTC) #4
sadrul
+sammc@ On 2014/06/25 15:59:15, sky wrote: > Ya, sorry, I forgot to mention sammc is ...
6 years, 6 months ago (2014-06-26 01:55:58 UTC) #5
Sam McNally
On 2014/06/26 01:55:58, sadrul wrote: > I have updated this CL to use the new ...
6 years, 6 months ago (2014-06-26 11:04:40 UTC) #6
sadrul
Hi! Any update on https://codereview.chromium.org/302573002/? If that CL is going to take more time to ...
6 years, 5 months ago (2014-07-24 07:35:06 UTC) #7
sadrul
Now that http://crrev.com/286459 has landed, I have updated this CL as suggested. PTAL https://codereview.chromium.org/328303008/diff/200001/ui/keyboard/resources/keyboard_mojo.js File ...
6 years, 4 months ago (2014-08-01 22:41:47 UTC) #8
sky
LGTM
6 years, 4 months ago (2014-08-04 17:33:49 UTC) #9
sadrul
6 years, 4 months ago (2014-08-06 10:56:03 UTC) #10
Message was sent while issue was closed.
Committed patchset #14 manually as 287755 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698