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

Issue 10021003: Implemented on-demand installation of the Chromoting Host on Windows. (Closed)

Created:
8 years, 8 months ago by alexeypa (please no reviews)
Modified:
8 years 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

Implemented on-demand installation of the Chromoting Host on Windows. This CL also updates the Google Update interface definition file with v3 interfaces. BUG=120991 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=131587

Patch Set 1 #

Patch Set 2 : Fixed DEPS. Removed VERSION. Cosmetic. Rebased. #

Total comments: 6

Patch Set 3 : Fixed errors. #

Total comments: 18

Patch Set 4 : CR feedback #

Total comments: 11

Patch Set 5 : More CR feedback #

Patch Set 6 : The last piece of CR feeback. Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1294 lines, -55 lines) Patch
M chrome/browser/google/google_update.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M google_update/README.chromium View 1 chunk +23 lines, -2 lines 0 comments Download
M google_update/google_update_idl.idl View 8 chunks +754 lines, -29 lines 0 comments Download
A remoting/host/plugin/DEPS View 1 1 chunk +3 lines, -0 lines 0 comments Download
M remoting/host/plugin/daemon_controller_win.cc View 1 2 3 4 14 chunks +95 lines, -23 lines 0 comments Download
A remoting/host/plugin/daemon_installer_win.h View 1 2 3 1 chunk +47 lines, -0 lines 0 comments Download
A remoting/host/plugin/daemon_installer_win.cc View 1 2 3 4 5 1 chunk +368 lines, -0 lines 0 comments Download
M remoting/remoting.gyp View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
alexeypa (please no reviews)
Please take a look. grt -> google_update/* sergeyu -> remoting/*
8 years, 8 months ago (2012-04-06 23:12:38 UTC) #1
Wez
Would it make more sense to split these into two CLs?
8 years, 8 months ago (2012-04-06 23:18:43 UTC) #2
alexeypa (please no reviews)
On 2012/04/06 23:18:43, Wez wrote: > Would it make more sense to split these into ...
8 years, 8 months ago (2012-04-06 23:20:59 UTC) #3
alexeypa (please no reviews)
+pkasting for chrome/browser/google/*
8 years, 8 months ago (2012-04-07 02:25:19 UTC) #4
Peter Kasting
LGTM
8 years, 8 months ago (2012-04-07 05:57:00 UTC) #5
Sergey Ulanov
http://codereview.chromium.org/10021003/diff/1010/remoting/host/plugin/daemon_installer_win.cc File remoting/host/plugin/daemon_installer_win.cc (right): http://codereview.chromium.org/10021003/diff/1010/remoting/host/plugin/daemon_installer_win.cc#newcode24 remoting/host/plugin/daemon_installer_win.cc:24: }; don't need semicolon here. add // namespace omaha. ...
8 years, 8 months ago (2012-04-07 18:09:21 UTC) #6
grt (UTC plus 2)
google_update changes LGTM. please send a tryjob to the "win" bot, as it builds the ...
8 years, 8 months ago (2012-04-08 14:57:04 UTC) #7
alexeypa (please no reviews)
Addressed CR feedback. PTAL. https://chromiumcodereview.appspot.com/10021003/diff/1010/remoting/host/plugin/daemon_installer_win.cc File remoting/host/plugin/daemon_installer_win.cc (right): https://chromiumcodereview.appspot.com/10021003/diff/1010/remoting/host/plugin/daemon_installer_win.cc#newcode24 remoting/host/plugin/daemon_installer_win.cc:24: }; On 2012/04/07 18:09:21, sergeyu ...
8 years, 8 months ago (2012-04-09 20:24:11 UTC) #8
Sergey Ulanov
http://codereview.chromium.org/10021003/diff/9001/remoting/host/plugin/daemon_controller_win.cc File remoting/host/plugin/daemon_controller_win.cc (right): http://codereview.chromium.org/10021003/diff/9001/remoting/host/plugin/daemon_controller_win.cc#newcode112 remoting/host/plugin/daemon_controller_win.cc:112: base::Lock lock_; Don't think you need this lock anymore ...
8 years, 8 months ago (2012-04-09 22:32:57 UTC) #9
alexeypa (please no reviews)
FYI http://codereview.chromium.org/10021003/diff/9001/remoting/host/plugin/daemon_controller_win.cc File remoting/host/plugin/daemon_controller_win.cc (right): http://codereview.chromium.org/10021003/diff/9001/remoting/host/plugin/daemon_controller_win.cc#newcode112 remoting/host/plugin/daemon_controller_win.cc:112: base::Lock lock_; On 2012/04/09 22:32:58, sergeyu wrote: > ...
8 years, 8 months ago (2012-04-10 00:20:05 UTC) #10
Sergey Ulanov
LGTM, but please consider replacing base::DelayTimer with base::Timer http://codereview.chromium.org/10021003/diff/9001/remoting/host/plugin/daemon_installer_win.cc File remoting/host/plugin/daemon_installer_win.cc (right): http://codereview.chromium.org/10021003/diff/9001/remoting/host/plugin/daemon_installer_win.cc#newcode84 remoting/host/plugin/daemon_installer_win.cc:84: base::DelayTimer<DaemonComInstallerWin> ...
8 years, 8 months ago (2012-04-10 01:17:14 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alexeypa@chromium.org/10021003/6012
8 years, 8 months ago (2012-04-10 16:42:21 UTC) #12
commit-bot: I haz the power
Change committed as 131587
8 years, 8 months ago (2012-04-10 18:12:36 UTC) #13
abdikrashid
8 years ago (2012-12-07 17:07:24 UTC) #14
Message was sent while issue was closed.

          

Powered by Google App Engine
This is Rietveld 408576698