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

Issue 11185037: [Chromoting] Let the Linux start-host app take a redirect-URL parameter. (Closed)

Created:
8 years, 2 months ago by simonmorris
Modified:
8 years, 2 months ago
Reviewers:
Sergey Ulanov, Jamie
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] Let the Linux start-host app take a redirect-URL parameter. This lets us change the flow that produces an OAuth authorization code. BUG=155431 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=162752

Patch Set 1 #

Total comments: 9

Patch Set 2 : Fix indentation. #

Patch Set 3 : Sync. #

Patch Set 4 : Fix for Windows. #

Patch Set 5 : Fix Windows include. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -51 lines) Patch
M remoting/host/setup/host_starter.h View 1 2 1 chunk +5 lines, -2 lines 0 comments Download
M remoting/host/setup/host_starter.cc View 1 2 3 chunks +6 lines, -5 lines 0 comments Download
M remoting/host/setup/oauth_helper.h View 2 chunks +6 lines, -5 lines 0 comments Download
M remoting/host/setup/oauth_helper.cc View 1 1 chunk +24 lines, -23 lines 0 comments Download
M remoting/host/setup/oauth_helper_unittest.cc View 1 chunk +21 lines, -12 lines 0 comments Download
M remoting/host/setup/start_host.cc View 3 chunks +8 lines, -2 lines 0 comments Download
M remoting/host/setup/win/auth_code_getter.cc View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M remoting/host/setup/win/start_host_window.cc View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
simonmorris
PTAL I'll need to rebase this CL against http://codereview.chromium.org/11090063/, when it lands, because this CL ...
8 years, 2 months ago (2012-10-17 20:17:37 UTC) #1
Jamie
Is the intention here that users would need to copy two separate things from the ...
8 years, 2 months ago (2012-10-17 20:52:07 UTC) #2
simonmorris
On 2012/10/17 20:52:07, Jamie wrote: > Is the intention here that users would need to ...
8 years, 2 months ago (2012-10-17 21:01:19 UTC) #3
Sergey Ulanov
lgtm. http://codereview.chromium.org/11185037/diff/1/remoting/host/setup/host_starter.cc File remoting/host/setup/host_starter.cc (right): http://codereview.chromium.org/11185037/diff/1/remoting/host/setup/host_starter.cc#newcode107 remoting/host/setup/host_starter.cc:107: google_apis::GetOAuth2ClientID(google_apis::CLIENT_REMOTING); nit: 4-space indent here and below. http://codereview.chromium.org/11185037/diff/1/remoting/host/setup/oauth_helper.cc ...
8 years, 2 months ago (2012-10-17 23:41:36 UTC) #4
simonmorris
http://codereview.chromium.org/11185037/diff/1/remoting/host/setup/host_starter.cc File remoting/host/setup/host_starter.cc (right): http://codereview.chromium.org/11185037/diff/1/remoting/host/setup/host_starter.cc#newcode107 remoting/host/setup/host_starter.cc:107: google_apis::GetOAuth2ClientID(google_apis::CLIENT_REMOTING); On 2012/10/17 23:41:36, sergeyu wrote: > nit: 4-space ...
8 years, 2 months ago (2012-10-18 00:10:08 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/simonmorris@chromium.org/11185037/4002
8 years, 2 months ago (2012-10-18 16:09:32 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/simonmorris@chromium.org/11185037/10010
8 years, 2 months ago (2012-10-18 17:05:28 UTC) #7
Sergey Ulanov
http://codereview.chromium.org/11185037/diff/1/remoting/host/setup/oauth_helper.cc File remoting/host/setup/oauth_helper.cc (right): http://codereview.chromium.org/11185037/diff/1/remoting/host/setup/oauth_helper.cc#newcode59 remoting/host/setup/oauth_helper.cc:59: ParseStandardURL(redirect_url.c_str(), redirect_url.length(), On 2012/10/18 00:10:09, simonmorris wrote: > On ...
8 years, 2 months ago (2012-10-18 18:46:51 UTC) #8
simonmorris
http://codereview.chromium.org/11185037/diff/1/remoting/host/setup/oauth_helper.cc File remoting/host/setup/oauth_helper.cc (right): http://codereview.chromium.org/11185037/diff/1/remoting/host/setup/oauth_helper.cc#newcode59 remoting/host/setup/oauth_helper.cc:59: ParseStandardURL(redirect_url.c_str(), redirect_url.length(), On 2012/10/18 18:46:51, sergeyu wrote: > On ...
8 years, 2 months ago (2012-10-18 18:50:42 UTC) #9
commit-bot: I haz the power
Change committed as 162752
8 years, 2 months ago (2012-10-18 19:00:08 UTC) #10
simonmorris
8 years, 2 months ago (2012-10-18 20:18:15 UTC) #11
http://codereview.chromium.org/11185037/diff/1/remoting/host/setup/oauth_help...
File remoting/host/setup/oauth_helper.cc (right):

http://codereview.chromium.org/11185037/diff/1/remoting/host/setup/oauth_help...
remoting/host/setup/oauth_helper.cc:59: ParseStandardURL(redirect_url.c_str(),
redirect_url.length(),
On 2012/10/18 18:50:42, simonmorris wrote:
> On 2012/10/18 18:46:51, sergeyu wrote:
> > On 2012/10/18 00:10:09, simonmorris wrote:
> > > On 2012/10/17 23:41:36, sergeyu wrote:
> > > > nit: indentation.
> > > 
> > > I don't see what's wrong here.
> > 
> > This line is indented 2 spaces relative to the previous line, but it
shouldn't
> > be.
> 
> Thanks - I didn't see that when I was editing the file. I'll check my editor,
> and fix it in a follow-up CL.

This looks like a glitch in the side-by-side diffs view. The other views
correctly show the code without the extra indentation.

Powered by Google App Engine
This is Rietveld 408576698