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

Issue 10825121: Remove the need to have separate config for authentication. (Closed)

Created:
8 years, 4 months ago by Sergey Ulanov
Modified:
8 years, 4 months ago
Reviewers:
Lambros
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

Remove the need to have separate config for authentication. Previously host was opening two separate configs, but that doesn't seem to be very useful. With that change the host still supports --auth-config option, but it no longer requires auth config and doesn't try to open auth.json by default. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=149453

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 4

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+144 lines, -60 lines) Patch
A remoting/host/composite_host_config.h View 1 2 3 4 1 chunk +43 lines, -0 lines 0 comments Download
A remoting/host/composite_host_config.cc View 1 2 3 4 1 chunk +46 lines, -0 lines 0 comments Download
M remoting/host/installer/chromoting.wxs View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/installer/mac/PrivilegedHelperTools/org.chromium.chromoting.me2me.sh View 1 2 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/remoting_me2me_host.cc View 1 2 3 4 5 6 8 chunks +34 lines, -43 lines 0 comments Download
M remoting/remoting.gyp View 2 chunks +4 lines, -2 lines 0 comments Download
M remoting/tools/me2me_virtual_host.py View 1 2 3 4 5 6 chunks +15 lines, -13 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Sergey Ulanov
8 years, 4 months ago (2012-07-31 23:39:00 UTC) #1
alexeypa (please no reviews)
A drive by: src/remoting/host/installer/chromoting.wxs uses "--auth-config" because of the sole reason - the me2me host ...
8 years, 4 months ago (2012-07-31 23:47:11 UTC) #2
Sergey Ulanov
On 2012/07/31 23:47:11, alexeypa wrote: > A drive by: > > src/remoting/host/installer/chromoting.wxs uses "--auth-config" because ...
8 years, 4 months ago (2012-08-01 00:27:12 UTC) #3
Lambros
lgtm with comments http://codereview.chromium.org/10825121/diff/8001/remoting/host/composite_host_config.h File remoting/host/composite_host_config.h (right): http://codereview.chromium.org/10825121/diff/8001/remoting/host/composite_host_config.h#newcode37 remoting/host/composite_host_config.h:37: std::vector<HostConfig*> configs_; Optional: Use ScopedVector here? ...
8 years, 4 months ago (2012-08-01 01:12:48 UTC) #4
Sergey Ulanov
http://codereview.chromium.org/10825121/diff/8001/remoting/host/composite_host_config.h File remoting/host/composite_host_config.h (right): http://codereview.chromium.org/10825121/diff/8001/remoting/host/composite_host_config.h#newcode37 remoting/host/composite_host_config.h:37: std::vector<HostConfig*> configs_; On 2012/08/01 01:12:48, Lambros wrote: > Optional: ...
8 years, 4 months ago (2012-08-01 01:19:11 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/10825121/8002
8 years, 4 months ago (2012-08-01 01:19:39 UTC) #6
commit-bot: I haz the power
Failed to apply patch for remoting/host/installer/chromoting.wxs: While running patch -p1 --forward --force; patching file remoting/host/installer/chromoting.wxs ...
8 years, 4 months ago (2012-08-01 01:19:50 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/10825121/3002
8 years, 4 months ago (2012-08-01 01:23:54 UTC) #8
commit-bot: I haz the power
Try job failure for 10825121-3002 (retry) on win for step "compile" (clobber build). It's a ...
8 years, 4 months ago (2012-08-01 02:16:51 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/10825121/6002
8 years, 4 months ago (2012-08-01 17:30:57 UTC) #10
commit-bot: I haz the power
8 years, 4 months ago (2012-08-01 18:55:39 UTC) #11
Change committed as 149453

Powered by Google App Engine
This is Rietveld 408576698