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

Issue 7042022: Add separate nonce version of connect call. (Closed)

Created:
9 years, 7 months ago by garykac
Modified:
9 years, 6 months ago
CC:
chromium-reviews, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, simonmorris+watch_chromium.org, wez+watch_chromium.org, dmaclach+watch_chromium.org, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, ajwong+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Add separate nonce version of connect calls to ChromotingScriptableObject. BUG=none TEST=manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86573

Patch Set 1 #

Patch Set 2 : remove metrics_log.cc #

Patch Set 3 : remove webapp files #

Patch Set 4 : really remove webapp files #

Total comments: 8

Patch Set 5 : combine connect calls #

Total comments: 8

Patch Set 6 : connectUnsandboxed #

Patch Set 7 : fixup unsandboxed for me2me #

Patch Set 8 : resolve merge issues #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -61 lines) Patch
M remoting/client/appengine/static_files/chromoting_session.js View 1 2 3 4 5 6 7 2 chunks +3 lines, -5 lines 0 comments Download
M remoting/client/plugin/chromoting_scriptable_object.h View 1 2 3 4 5 6 2 chunks +12 lines, -8 lines 0 comments Download
M remoting/client/plugin/chromoting_scriptable_object.cc View 1 2 3 4 5 2 chunks +65 lines, -44 lines 0 comments Download
M remoting/webapp/me2mom/remoting_session.js View 1 2 3 4 5 6 7 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
garykac
9 years, 7 months ago (2011-05-18 23:46:07 UTC) #1
Wez
What's the purpose of this CL?
9 years, 7 months ago (2011-05-19 00:04:00 UTC) #2
garykac
From discussion with Albert, to have separate interfaces for the connect-via-nonce and connect-via-auth cases. Not ...
9 years, 7 months ago (2011-05-19 00:10:16 UTC) #3
awong
Right...This was that discussion about trying to keep the plugin so that it could be ...
9 years, 7 months ago (2011-05-19 00:13:31 UTC) #4
Jamie
LGTM with one caveat. http://codereview.chromium.org/7042022/diff/2002/remoting/client/plugin/chromoting_scriptable_object.h File remoting/client/plugin/chromoting_scriptable_object.h (right): http://codereview.chromium.org/7042022/diff/2002/remoting/client/plugin/chromoting_scriptable_object.h#newcode81 remoting/client/plugin/chromoting_scriptable_object.h:81: // void connectNonce(string username, string ...
9 years, 7 months ago (2011-05-19 00:16:51 UTC) #5
garykac
I folded all the functions into a single connect() and made |sandboxed| an attribute. http://codereview.chromium.org/7042022/diff/2002/remoting/client/plugin/chromoting_scriptable_object.h ...
9 years, 7 months ago (2011-05-20 01:33:01 UTC) #6
garykac
PTAL since I made changes to the connect() calling convention.
9 years, 7 months ago (2011-05-20 21:34:08 UTC) #7
awong
Jamie, Wez, Could one of you pickup the review of this CL? I'm having a ...
9 years, 7 months ago (2011-05-20 21:36:30 UTC) #8
Jamie
I haven't reviewed the whole thing, as if these recommendations are adopted it will need ...
9 years, 7 months ago (2011-05-20 22:07:58 UTC) #9
Jamie
I haven't reviewed the whole thing, as if these recommendations are adopted it will need ...
9 years, 7 months ago (2011-05-20 22:09:04 UTC) #10
awong
FYI, I'd also like to be able to specify the "crednetial" type. Currently we're calling ...
9 years, 7 months ago (2011-05-20 22:10:26 UTC) #11
Wez
http://codereview.chromium.org/7042022/diff/2002/remoting/client/plugin/chromoting_scriptable_object.cc File remoting/client/plugin/chromoting_scriptable_object.cc (right): http://codereview.chromium.org/7042022/diff/2002/remoting/client/plugin/chromoting_scriptable_object.cc#newcode92 remoting/client/plugin/chromoting_scriptable_object.cc:92: &ChromotingScriptableObject::DoConnectSandboxedNonce); Why are you still adding these? http://codereview.chromium.org/7042022/diff/2002/remoting/client/plugin/chromoting_scriptable_object.cc#newcode333 remoting/client/plugin/chromoting_scriptable_object.cc:333: ...
9 years, 7 months ago (2011-05-20 22:38:59 UTC) #12
Jamie
http://codereview.chromium.org/7042022/diff/11001/remoting/client/plugin/chromoting_scriptable_object.h File remoting/client/plugin/chromoting_scriptable_object.h (right): http://codereview.chromium.org/7042022/diff/11001/remoting/client/plugin/chromoting_scriptable_object.h#newcode98 remoting/client/plugin/chromoting_scriptable_object.h:98: // On 2011/05/20 22:38:59, Wez wrote: > On 2011/05/20 ...
9 years, 7 months ago (2011-05-23 16:50:18 UTC) #13
garykac
chromotocol_test_client http://codereview.chromium.org/7042022/diff/11001/remoting/client/plugin/chromoting_scriptable_object.h File remoting/client/plugin/chromoting_scriptable_object.h (right): http://codereview.chromium.org/7042022/diff/11001/remoting/client/plugin/chromoting_scriptable_object.h#newcode20 remoting/client/plugin/chromoting_scriptable_object.h:20: // readonly attribute bool sandboxed; On 2011/05/20 22:38:59, ...
9 years, 7 months ago (2011-05-23 16:58:05 UTC) #14
Wez
As we discussed on Friday, the alternative I was suggesting was to have something like: ...
9 years, 7 months ago (2011-05-23 17:17:18 UTC) #15
commit-bot: I haz the power
9 years, 7 months ago (2011-05-25 05:57:29 UTC) #16
Change committed as 86573

Powered by Google App Engine
This is Rietveld 408576698