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

Issue 10699046: Support remoting of all monitors on multi-monitor Windows systems (Closed)

Created:
8 years, 5 months ago by Wez
Modified:
8 years, 5 months ago
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

Support remoting of all monitors on multi-monitor Windows systems BUG=118109 TEST=Manually verify that all monitors are remoted when connecting to a multi-monitor Windows host, even if one or more monitors are configured to the left or above the primary monitor. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146272

Patch Set 1 #

Total comments: 8

Patch Set 2 : Use ScopedFoo helpers and clarify buffer allocation requirements. #

Total comments: 16

Patch Set 3 : Address review comments. #

Patch Set 4 : Nitpick picnic. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -117 lines) Patch
M remoting/host/capturer_win.cc View 1 2 3 9 chunks +63 lines, -117 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Wez
PTAL
8 years, 5 months ago (2012-06-30 23:50:01 UTC) #1
alexeypa (please no reviews)
https://chromiumcodereview.appspot.com/10699046/diff/1/remoting/host/capturer_win.cc File remoting/host/capturer_win.cc (right): https://chromiumcodereview.appspot.com/10699046/diff/1/remoting/host/capturer_win.cc#newcode127 remoting/host/capturer_win.cc:127: HDC desktop_dc_; nit: There are ScopedGetDC and ScopedCreateDC available. ...
8 years, 5 months ago (2012-07-02 15:50:11 UTC) #2
Wez
PTAL https://chromiumcodereview.appspot.com/10699046/diff/1/remoting/host/capturer_win.cc File remoting/host/capturer_win.cc (right): https://chromiumcodereview.appspot.com/10699046/diff/1/remoting/host/capturer_win.cc#newcode127 remoting/host/capturer_win.cc:127: HDC desktop_dc_; On 2012/07/02 15:50:11, alexeypa wrote: > ...
8 years, 5 months ago (2012-07-03 20:56:26 UTC) #3
alexeypa (please no reviews)
lgtm https://chromiumcodereview.appspot.com/10699046/diff/5001/remoting/host/capturer_win.cc File remoting/host/capturer_win.cc (right): https://chromiumcodereview.appspot.com/10699046/diff/5001/remoting/host/capturer_win.cc#newcode124 remoting/host/capturer_win.cc:124: scoped_ptr<base::win::ScopedGetDC> desktop_dc_; nit: Consider fixing ScopedGetDC to make ...
8 years, 5 months ago (2012-07-03 21:24:49 UTC) #4
Wez
FYI https://chromiumcodereview.appspot.com/10699046/diff/5001/remoting/host/capturer_win.cc File remoting/host/capturer_win.cc (right): https://chromiumcodereview.appspot.com/10699046/diff/5001/remoting/host/capturer_win.cc#newcode159 remoting/host/capturer_win.cc:159: memset(buffers_, 0, sizeof(buffers_)); On 2012/07/03 21:24:49, alexeypa wrote: ...
8 years, 5 months ago (2012-07-11 23:52:16 UTC) #5
alexeypa (please no reviews)
https://chromiumcodereview.appspot.com/10699046/diff/5001/remoting/host/capturer_win.cc File remoting/host/capturer_win.cc (right): https://chromiumcodereview.appspot.com/10699046/diff/5001/remoting/host/capturer_win.cc#newcode272 remoting/host/capturer_win.cc:272: desktop_dc_rect_ = screen_rect; On 2012/07/11 23:52:18, Wez wrote: > ...
8 years, 5 months ago (2012-07-12 00:01:18 UTC) #6
Wez
https://chromiumcodereview.appspot.com/10699046/diff/5001/remoting/host/capturer_win.cc File remoting/host/capturer_win.cc (right): https://chromiumcodereview.appspot.com/10699046/diff/5001/remoting/host/capturer_win.cc#newcode124 remoting/host/capturer_win.cc:124: scoped_ptr<base::win::ScopedGetDC> desktop_dc_; On 2012/07/03 21:24:49, alexeypa wrote: > nit: ...
8 years, 5 months ago (2012-07-12 00:32:10 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wez@chromium.org/10699046/9002
8 years, 5 months ago (2012-07-12 00:59:12 UTC) #8
commit-bot: I haz the power
8 years, 5 months ago (2012-07-12 02:29:55 UTC) #9
Change committed as 146272

Powered by Google App Engine
This is Rietveld 408576698