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

Issue 2901563002: chromeos: adds TouchDeviceServer and wires up in mushrome (Closed)

Created:
3 years, 7 months ago by sky
Modified:
3 years, 7 months ago
CC:
Aaron Boodman, abarth-chromium, chromium-reviews, darin (slow to review), kalyank, oshima+watch_chromium.org, qsr+mojo_chromium.org, rjkroege, sadrul, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

chromeos: adds TouchDeviceServer and wires up in mushrome TouchDeviceServer is necessary for hooking up AshTouchTransformController in mus/mash. BUG=705686 TEST=covered by tests R=erg@chromium.org,rockot@chromium.org,tsepez@chromium.org Review-Url: https://codereview.chromium.org/2901563002 Cr-Original-Commit-Position: refs/heads/master@{#473651} Committed: https://chromium.googlesource.com/chromium/src/+/68e20f488cc2ea0216832c8fe3640d9b748595d2 Review-Url: https://codereview.chromium.org/2901563002 Cr-Commit-Position: refs/heads/master@{#473734} Committed: https://chromium.googlesource.com/chromium/src/+/7265b1cc285ca137198ba1f2d75bfc649aa2c3a3

Patch Set 1 #

Total comments: 2

Patch Set 2 : merge #

Patch Set 3 : move #

Patch Set 4 : no temporary #

Unified diffs Side-by-side diffs Delta from patch set Stats (+414 lines, -10 lines) Patch
M ash/aura/shell_port_classic.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ash/aura/shell_port_classic.cc View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M ash/mus/BUILD.gn View 2 chunks +4 lines, -0 lines 0 comments Download
M ash/mus/bridge/shell_port_mash.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ash/mus/bridge/shell_port_mash.cc View 1 2 3 2 chunks +7 lines, -0 lines 0 comments Download
A ash/mus/touch_transform_setter_mus.h View 1 chunk +38 lines, -0 lines 0 comments Download
A ash/mus/touch_transform_setter_mus.cc View 1 chunk +35 lines, -0 lines 0 comments Download
M ash/shell.h View 1 chunk +4 lines, -0 lines 0 comments Download
M ash/shell.cc View 3 chunks +11 lines, -5 lines 0 comments Download
M ash/shell_port.h View 2 chunks +8 lines, -0 lines 0 comments Download
M mojo/public/tools/bindings/chromium_bindings_configuration.gni View 2 chunks +19 lines, -0 lines 0 comments Download
M mojo/public/tools/bindings/mojom.gni View 2 chunks +17 lines, -0 lines 0 comments Download
M services/ui/input_devices/BUILD.gn View 1 1 chunk +7 lines, -0 lines 0 comments Download
M services/ui/input_devices/input_device_server.h View 2 chunks +6 lines, -0 lines 0 comments Download
M services/ui/input_devices/input_device_server.cc View 2 chunks +12 lines, -1 line 0 comments Download
A services/ui/input_devices/touch_device_server.h View 1 chunk +53 lines, -0 lines 0 comments Download
A services/ui/input_devices/touch_device_server.cc View 1 chunk +45 lines, -0 lines 0 comments Download
M services/ui/manifest.json View 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/public/interfaces/input_devices/BUILD.gn View 1 chunk +5 lines, -0 lines 0 comments Download
A services/ui/public/interfaces/input_devices/touch_device_server.mojom View 1 chunk +13 lines, -0 lines 0 comments Download
M ui/display/BUILD.gn View 2 chunks +2 lines, -0 lines 0 comments Download
A + ui/display/manager/chromeos/mojo/BUILD.gn View 1 chunk +4 lines, -4 lines 0 comments Download
A ui/display/manager/chromeos/mojo/OWNERS View 1 chunk +8 lines, -0 lines 0 comments Download
A ui/display/manager/chromeos/mojo/touch_device_transform.mojom View 1 chunk +13 lines, -0 lines 0 comments Download
A ui/display/manager/chromeos/mojo/touch_device_transform.typemap View 1 chunk +15 lines, -0 lines 0 comments Download
A ui/display/manager/chromeos/mojo/touch_device_transform_struct_traits.h View 1 chunk +43 lines, -0 lines 0 comments Download
A ui/display/manager/chromeos/mojo/touch_device_transform_struct_traits_unittest.cc View 1 chunk +28 lines, -0 lines 0 comments Download
A ui/display/manager/chromeos/mojo/typemaps.gni View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 31 (16 generated)
sky
tsepez: mojom/struct_traits rockot: mojo/public/tools/bindings/* erg: the rest
3 years, 7 months ago (2017-05-22 16:25:56 UTC) #1
Elliot Glaysher
lgtm, comment is not really related to this patch. https://codereview.chromium.org/2901563002/diff/1/services/ui/public/interfaces/input_devices/touch_device_server.mojom File services/ui/public/interfaces/input_devices/touch_device_server.mojom (right): https://codereview.chromium.org/2901563002/diff/1/services/ui/public/interfaces/input_devices/touch_device_server.mojom#newcode11 services/ui/public/interfaces/input_devices/touch_device_server.mojom:11: ...
3 years, 7 months ago (2017-05-22 17:54:45 UTC) #6
sky
Not sure what you mean by the comment isn't really related to the patch. The ...
3 years, 7 months ago (2017-05-22 18:04:04 UTC) #7
sky
I see what you mean now, I meant AshTouchTransformController. I updated comment.
3 years, 7 months ago (2017-05-22 18:04:36 UTC) #9
Ken Rockot(use gerrit already)
lgtm
3 years, 7 months ago (2017-05-22 18:04:53 UTC) #10
Elliot Glaysher
On 2017/05/22 18:04:36, sky wrote: > I see what you mean now, I meant AshTouchTransformController. ...
3 years, 7 months ago (2017-05-22 18:17:51 UTC) #11
Tom Sepez
lgtm
3 years, 7 months ago (2017-05-22 19:02:28 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2901563002/1
3 years, 7 months ago (2017-05-22 19:10:30 UTC) #14
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/chromium/src/+/68e20f488cc2ea0216832c8fe3640d9b748595d2
3 years, 7 months ago (2017-05-22 19:17:48 UTC) #17
Marijn Kruisselbrink
A revert of this CL (patchset #1 id:1) has been created in https://codereview.chromium.org/2897863004/ by mek@chromium.org. ...
3 years, 7 months ago (2017-05-22 19:49:23 UTC) #18
findit-for-me
Findit (https://goo.gl/kROfz5) confirmed this CL at revision 473651 as the culprit for failures in the ...
3 years, 7 months ago (2017-05-22 19:52:27 UTC) #19
sky
This was reverted because of differences in compiler on a chromeos bot. See diffs between ...
3 years, 7 months ago (2017-05-22 20:51:49 UTC) #21
Elliot Glaysher
still lgtm
3 years, 7 months ago (2017-05-22 20:53:10 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2901563002/60001
3 years, 7 months ago (2017-05-22 20:58:48 UTC) #28
commit-bot: I haz the power
3 years, 7 months ago (2017-05-22 23:11:24 UTC) #31
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/7265b1cc285ca137198ba1f2d75b...

Powered by Google App Engine
This is Rietveld 408576698