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

Issue 991643002: Windows Host Touch Injection (Closed)

Created:
5 years, 9 months ago by Rintaro Kuroiwa
Modified:
5 years, 9 months ago
Reviewers:
Wez
CC:
chromium-reviews, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Windows Host Touch Injection - Update SessionInputInjectorWin and InputInjectorWin to handle touch events. - Add TouchInjectorWin which converts TouchEvents to structs for Windows touch injection API. BUG=314515 Committed: https://crrev.com/883da7ed21c90439fbb6683626efe06409dde176 Cr-Commit-Position: refs/heads/master@{#322116}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : unit tests #

Patch Set 4 : clean up #

Patch Set 5 : more clean up #

Patch Set 6 : #

Patch Set 7 : Add Deinitialize() and change test #

Total comments: 40

Patch Set 8 : address comments #

Patch Set 9 : fix comments and check pressure clamping in unit test #

Total comments: 16

Patch Set 10 : changes from review #

Patch Set 11 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+937 lines, -2 lines) Patch
M remoting/host/input_injector_win.cc View 1 2 3 4 5 6 8 chunks +21 lines, -1 line 0 comments Download
A remoting/host/touch_injector_win.h View 1 2 3 4 5 6 7 8 9 1 chunk +106 lines, -0 lines 0 comments Download
A remoting/host/touch_injector_win.cc View 1 2 3 4 5 6 7 8 9 1 chunk +285 lines, -0 lines 0 comments Download
A remoting/host/touch_injector_win_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +514 lines, -0 lines 0 comments Download
M remoting/host/win/session_input_injector.cc View 1 2 3 4 1 chunk +8 lines, -1 line 0 comments Download
M remoting/remoting_host_srcs.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/remoting_test.gypi View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
Rintaro Kuroiwa
PTAL
5 years, 9 months ago (2015-03-10 17:25:33 UTC) #2
Wez
https://codereview.chromium.org/991643002/diff/120001/remoting/host/touch_injector_win.cc File remoting/host/touch_injector_win.cc (right): https://codereview.chromium.org/991643002/diff/120001/remoting/host/touch_injector_win.cc#newcode21 remoting/host/touch_injector_win.cc:21: const uint32_t kMaxSimlutaneousTouchCount = 10; typo: Simultaneous https://codereview.chromium.org/991643002/diff/120001/remoting/host/touch_injector_win.cc#newcode24 remoting/host/touch_injector_win.cc:24: ...
5 years, 9 months ago (2015-03-17 03:06:24 UTC) #3
Rintaro Kuroiwa
ptal https://codereview.chromium.org/991643002/diff/120001/remoting/host/touch_injector_win.cc File remoting/host/touch_injector_win.cc (right): https://codereview.chromium.org/991643002/diff/120001/remoting/host/touch_injector_win.cc#newcode21 remoting/host/touch_injector_win.cc:21: const uint32_t kMaxSimlutaneousTouchCount = 10; On 2015/03/17 03:06:23, ...
5 years, 9 months ago (2015-03-18 01:33:31 UTC) #4
Wez
lgtm https://codereview.chromium.org/991643002/diff/160001/remoting/host/touch_injector_win.cc File remoting/host/touch_injector_win.cc (right): https://codereview.chromium.org/991643002/diff/160001/remoting/host/touch_injector_win.cc#newcode25 remoting/host/touch_injector_win.cc:25: // This is used to reinject all points ...
5 years, 9 months ago (2015-03-21 01:10:09 UTC) #5
Rintaro Kuroiwa
Done. Thanks. https://codereview.chromium.org/991643002/diff/160001/remoting/host/touch_injector_win.cc File remoting/host/touch_injector_win.cc (right): https://codereview.chromium.org/991643002/diff/160001/remoting/host/touch_injector_win.cc#newcode25 remoting/host/touch_injector_win.cc:25: // This is used to reinject all ...
5 years, 9 months ago (2015-03-24 20:34:47 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/991643002/200001
5 years, 9 months ago (2015-03-24 22:41:43 UTC) #9
commit-bot: I haz the power
Committed patchset #11 (id:200001)
5 years, 9 months ago (2015-03-25 05:22:28 UTC) #10
commit-bot: I haz the power
5 years, 9 months ago (2015-03-25 05:23:12 UTC) #11
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/883da7ed21c90439fbb6683626efe06409dde176
Cr-Commit-Position: refs/heads/master@{#322116}

Powered by Google App Engine
This is Rietveld 408576698