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

Issue 11090063: [Chromoting] Add a simple Windows app that registers and starts a host. (Closed)

Created:
8 years, 2 months ago by simonmorris
Modified:
8 years, 2 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, rmsousa+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

[Chromoting] Add a simple Windows app that registers and starts a host. BUG=153453 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=162600

Patch Set 1 #

Total comments: 77

Patch Set 2 : Review. #

Total comments: 22

Patch Set 3 : Review. #

Total comments: 14

Patch Set 4 : Review. #

Total comments: 11

Patch Set 5 : Review. #

Total comments: 4

Patch Set 6 : Review. #

Patch Set 7 : Sync. #

Patch Set 8 : Fix non-standard resource header file. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+668 lines, -49 lines) Patch
M remoting/host/setup/host_starter.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M remoting/host/setup/host_starter.cc View 1 2 3 4 5 8 chunks +54 lines, -10 lines 0 comments Download
M remoting/host/setup/pin_validator.h View 1 2 3 4 5 6 1 chunk +17 lines, -17 lines 0 comments Download
M remoting/host/setup/pin_validator.cc View 1 2 3 4 5 6 1 chunk +20 lines, -22 lines 0 comments Download
A remoting/host/setup/win/host_configurer.cc View 1 2 3 1 chunk +65 lines, -0 lines 0 comments Download
A remoting/host/setup/win/host_configurer.rc View 1 1 chunk +47 lines, -0 lines 0 comments Download
A remoting/host/setup/win/host_configurer_resource.h View 1 2 3 4 5 6 7 1 chunk +28 lines, -0 lines 0 comments Download
A remoting/host/setup/win/host_configurer_window.h View 1 2 3 1 chunk +68 lines, -0 lines 0 comments Download
A remoting/host/setup/win/host_configurer_window.cc View 1 2 3 4 1 chunk +123 lines, -0 lines 0 comments Download
A remoting/host/setup/win/load_string_from_resource.h View 1 2 1 chunk +19 lines, -0 lines 0 comments Download
A remoting/host/setup/win/load_string_from_resource.cc View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
A remoting/host/setup/win/start_host_window.h View 1 2 3 4 1 chunk +75 lines, -0 lines 0 comments Download
A remoting/host/setup/win/start_host_window.cc View 1 2 3 4 1 chunk +96 lines, -0 lines 0 comments Download
M remoting/remoting.gyp View 1 2 3 4 5 6 1 chunk +35 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
simonmorris
ptal
8 years, 2 months ago (2012-10-11 00:29:07 UTC) #1
Sergey Ulanov
http://codereview.chromium.org/11090063/diff/1/remoting/host/setup/pin_validator_unittest.cc File remoting/host/setup/pin_validator_unittest.cc (right): http://codereview.chromium.org/11090063/diff/1/remoting/host/setup/pin_validator_unittest.cc#newcode29 remoting/host/setup/pin_validator_unittest.cc:29: EXPECT_EQ(false, IsPinValid(":123456")); nit: also try letters, e.g. "a123123" http://codereview.chromium.org/11090063/diff/1/remoting/host/setup/win/host_configurer.cc ...
8 years, 2 months ago (2012-10-11 01:15:23 UTC) #2
alexeypa (please no reviews)
http://codereview.chromium.org/11090063/diff/1/remoting/host/setup/pin_validator.cc File remoting/host/setup/pin_validator.cc (right): http://codereview.chromium.org/11090063/diff/1/remoting/host/setup/pin_validator.cc#newcode15 remoting/host/setup/pin_validator.cc:15: if (c < '0' || c > '9') { ...
8 years, 2 months ago (2012-10-11 16:57:52 UTC) #3
simonmorris
http://codereview.chromium.org/11090063/diff/1/remoting/host/setup/pin_validator.cc File remoting/host/setup/pin_validator.cc (right): http://codereview.chromium.org/11090063/diff/1/remoting/host/setup/pin_validator.cc#newcode15 remoting/host/setup/pin_validator.cc:15: if (c < '0' || c > '9') { ...
8 years, 2 months ago (2012-10-11 21:27:35 UTC) #4
alexeypa (please no reviews)
https://codereview.chromium.org/11090063/diff/1/remoting/host/setup/win/host_configurer_window.h File remoting/host/setup/win/host_configurer_window.h (right): https://codereview.chromium.org/11090063/diff/1/remoting/host/setup/win/host_configurer_window.h#newcode44 remoting/host/setup/win/host_configurer_window.h:44: net::URLRequestContextGetter* url_request_context_getter_; On 2012/10/11 21:27:35, simonmorris wrote: > I ...
8 years, 2 months ago (2012-10-12 17:09:35 UTC) #5
simonmorris
I thought patch set 1 fixed the WeakPtr problem, and the ExitProcess problem. I was ...
8 years, 2 months ago (2012-10-15 16:51:41 UTC) #6
alexeypa (please no reviews)
lgtm, once my comments are addressed. http://codereview.chromium.org/11090063/diff/1/remoting/host/setup/win/host_configurer_window.h File remoting/host/setup/win/host_configurer_window.h (right): http://codereview.chromium.org/11090063/diff/1/remoting/host/setup/win/host_configurer_window.h#newcode44 remoting/host/setup/win/host_configurer_window.h:44: net::URLRequestContextGetter* url_request_context_getter_; On ...
8 years, 2 months ago (2012-10-15 18:48:55 UTC) #7
simonmorris
fyi http://codereview.chromium.org/11090063/diff/15001/remoting/host/setup/win/host_configurer.cc File remoting/host/setup/win/host_configurer.cc (right): http://codereview.chromium.org/11090063/diff/15001/remoting/host/setup/win/host_configurer.cc#newcode7 remoting/host/setup/win/host_configurer.cc:7: #include <windows.h> On 2012/10/15 18:48:55, alexeypa wrote: > ...
8 years, 2 months ago (2012-10-15 21:20:14 UTC) #8
simonmorris
ping sergeyu@
8 years, 2 months ago (2012-10-15 21:21:18 UTC) #9
Sergey Ulanov
http://codereview.chromium.org/11090063/diff/1/remoting/host/setup/win/host_configurer.rc File remoting/host/setup/win/host_configurer.rc (right): http://codereview.chromium.org/11090063/diff/1/remoting/host/setup/win/host_configurer.rc#newcode9 remoting/host/setup/win/host_configurer.rc:9: PUSHBUTTON "Start host" IDC_START_HOST, 65, 8, 50, 14 On ...
8 years, 2 months ago (2012-10-15 23:44:25 UTC) #10
simonmorris
http://codereview.chromium.org/11090063/diff/28001/remoting/host/setup/host_starter.cc File remoting/host/setup/host_starter.cc (right): http://codereview.chromium.org/11090063/diff/28001/remoting/host/setup/host_starter.cc#newcode21 remoting/host/setup/host_starter.cc:21: std::string MakeHostId() { On 2012/10/15 23:44:26, sergeyu wrote: > ...
8 years, 2 months ago (2012-10-16 17:23:03 UTC) #11
simonmorris
On 2012/10/16 17:23:03, simonmorris wrote: > http://codereview.chromium.org/11090063/diff/28001/remoting/host/setup/host_starter.cc > File remoting/host/setup/host_starter.cc (right): > > http://codereview.chromium.org/11090063/diff/28001/remoting/host/setup/host_starter.cc#newcode21 > ...
8 years, 2 months ago (2012-10-17 15:46:43 UTC) #12
Sergey Ulanov
LGTM with two nits. One thing I'm not sure about is that you create two ...
8 years, 2 months ago (2012-10-17 18:34:13 UTC) #13
simonmorris
On 2012/10/17 18:34:13, sergeyu wrote: > LGTM with two nits. > One thing I'm not ...
8 years, 2 months ago (2012-10-17 18:49:36 UTC) #14
simonmorris
fyi http://codereview.chromium.org/11090063/diff/32001/remoting/host/setup/host_starter.cc File remoting/host/setup/host_starter.cc (right): http://codereview.chromium.org/11090063/diff/32001/remoting/host/setup/host_starter.cc#newcode114 remoting/host/setup/host_starter.cc:114: main_task_runner_ = base::ThreadTaskRunnerHandle::Get(); On 2012/10/17 18:34:14, sergeyu wrote: ...
8 years, 2 months ago (2012-10-17 18:49:46 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/simonmorris@chromium.org/11090063/39001
8 years, 2 months ago (2012-10-17 19:38:56 UTC) #16
commit-bot: I haz the power
Presubmit check for 11090063-39001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 2 months ago (2012-10-17 19:39:07 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/simonmorris@chromium.org/11090063/42002
8 years, 2 months ago (2012-10-17 19:58:47 UTC) #18
commit-bot: I haz the power
Retried try job too often for step(s) base_unittests, browser_tests, cacheinvalidation_unittests, check_deps, chrome_frame_net_tests, chrome_frame_unittests, content_browsertests, content_unittests, ...
8 years, 2 months ago (2012-10-17 20:20:50 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/simonmorris@chromium.org/11090063/42002
8 years, 2 months ago (2012-10-17 20:27:31 UTC) #20
commit-bot: I haz the power
Failed to request the patch to try. Please note that binary filesare still unsupported at ...
8 years, 2 months ago (2012-10-17 20:27:58 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/simonmorris@chromium.org/11090063/42002
8 years, 2 months ago (2012-10-17 21:13:49 UTC) #22
commit-bot: I haz the power
8 years, 2 months ago (2012-10-18 01:41:12 UTC) #23
Change committed as 162600

Powered by Google App Engine
This is Rietveld 408576698