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

Issue 10447041: Fix Ctrl+Alt+Esc keyboard shortcut in Me2Me host. (Closed)

Created:
8 years, 7 months ago by Sergey Ulanov
Modified:
8 years, 6 months ago
Reviewers:
Jamie, Wez
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Fix Ctrl+Alt+Esc keyboard shortcut in Me2Me host. Refactored LocalInputMonitor interface so that it doesn't interact with the ChromotingHost object directly. BUG=129684 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=139362

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Total comments: 9

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+208 lines, -161 lines) Patch
M remoting/host/chromoting_host.h View 1 3 chunks +6 lines, -5 lines 0 comments Download
M remoting/host/chromoting_host.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M remoting/host/host_mock_objects.h View 1 chunk +2 lines, -1 line 0 comments Download
M remoting/host/host_user_interface.h View 2 chunks +0 lines, -7 lines 0 comments Download
M remoting/host/host_user_interface.cc View 3 chunks +2 lines, -10 lines 0 comments Download
M remoting/host/local_input_monitor.h View 1 2 1 chunk +10 lines, -6 lines 0 comments Download
M remoting/host/local_input_monitor_linux.cc View 3 chunks +8 lines, -4 lines 0 comments Download
M remoting/host/local_input_monitor_mac.mm View 1 2 6 chunks +78 lines, -71 lines 0 comments Download
M remoting/host/local_input_monitor_thread_linux.h View 1 2 2 chunks +10 lines, -4 lines 0 comments Download
M remoting/host/local_input_monitor_thread_linux.cc View 1 4 chunks +14 lines, -5 lines 0 comments Download
M remoting/host/local_input_monitor_thread_win.h View 2 chunks +11 lines, -8 lines 0 comments Download
M remoting/host/local_input_monitor_thread_win.cc View 1 4 chunks +24 lines, -18 lines 0 comments Download
M remoting/host/local_input_monitor_win.cc View 1 chunk +14 lines, -11 lines 0 comments Download
A remoting/host/mouse_move_observer.h View 1 1 chunk +24 lines, -0 lines 0 comments Download
M remoting/host/remoting_me2me_host.cc View 1 chunk +0 lines, -1 line 0 comments Download
M remoting/host/ui_strings.cc View 1 chunk +1 line, -8 lines 0 comments Download
M remoting/remoting.gyp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Sergey Ulanov
8 years, 7 months ago (2012-05-25 20:31:20 UTC) #1
Jamie
lgtm with nits. http://codereview.chromium.org/10447041/diff/1/remoting/host/chromoting_host.cc File remoting/host/chromoting_host.cc (left): http://codereview.chromium.org/10447041/diff/1/remoting/host/chromoting_host.cc#oldcode348 remoting/host/chromoting_host.cc:348: } Did these functions need to ...
8 years, 7 months ago (2012-05-25 21:19:24 UTC) #2
Sergey Ulanov
http://codereview.chromium.org/10447041/diff/1/remoting/host/chromoting_host.cc File remoting/host/chromoting_host.cc (left): http://codereview.chromium.org/10447041/diff/1/remoting/host/chromoting_host.cc#oldcode348 remoting/host/chromoting_host.cc:348: } On 2012/05/25 21:19:24, Jamie wrote: > Did these ...
8 years, 7 months ago (2012-05-25 21:59:30 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/10447041/8001
8 years, 7 months ago (2012-05-25 22:20:38 UTC) #4
Wez
On 2012/05/25 22:20:38, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
8 years, 7 months ago (2012-05-25 22:58:33 UTC) #5
Sergey Ulanov
On 2012/05/25 22:58:33, Wez wrote: > On 2012/05/25 22:20:38, I haz the power (commit-bot) wrote: ...
8 years, 7 months ago (2012-05-25 23:08:07 UTC) #6
Wez
http://codereview.chromium.org/10447041/diff/8001/remoting/host/local_input_monitor.h File remoting/host/local_input_monitor.h (right): http://codereview.chromium.org/10447041/diff/8001/remoting/host/local_input_monitor.h#newcode19 remoting/host/local_input_monitor.h:19: virtual void Start(MouseMoveObserver* mouse_move_observer, MouseMoveObserver only has a single ...
8 years, 7 months ago (2012-05-25 23:32:17 UTC) #7
Sergey Ulanov
http://codereview.chromium.org/10447041/diff/8001/remoting/host/local_input_monitor.h File remoting/host/local_input_monitor.h (right): http://codereview.chromium.org/10447041/diff/8001/remoting/host/local_input_monitor.h#newcode19 remoting/host/local_input_monitor.h:19: virtual void Start(MouseMoveObserver* mouse_move_observer, On 2012/05/25 23:32:18, Wez wrote: ...
8 years, 7 months ago (2012-05-26 01:06:14 UTC) #8
Wez
lgtm http://codereview.chromium.org/10447041/diff/8001/remoting/host/local_input_monitor.h File remoting/host/local_input_monitor.h (right): http://codereview.chromium.org/10447041/diff/8001/remoting/host/local_input_monitor.h#newcode19 remoting/host/local_input_monitor.h:19: virtual void Start(MouseMoveObserver* mouse_move_observer, On 2012/05/26 01:06:15, sergeyu ...
8 years, 6 months ago (2012-05-29 16:57:33 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/10447041/3003
8 years, 6 months ago (2012-05-29 18:03:40 UTC) #10
commit-bot: I haz the power
8 years, 6 months ago (2012-05-29 20:35:27 UTC) #11
Change committed as 139362

Powered by Google App Engine
This is Rietveld 408576698