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

Issue 984793003: [Webapp Refactor] Remove It2Me connection code from SessionConnectorImpl. (Closed)

Created:
5 years, 9 months ago by kelvinp
Modified:
5 years, 9 months ago
Reviewers:
garykac, Jamie
CC:
chromium-reviews, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Webapp Refactor] Remove It2Me connection code from SessionConnectorImpl. The SessionConnector is intended be a core component that is shared between app remoting and desktop remoting. It2Me is desktop remoting specific and should not be there. This CL pulls out all the It2Me connection logic into It2MeConnectFlow. BUG=464614 Committed: https://crrev.com/a78cad4e6288048d9a74eadf3dca66247f31fa62 Cr-Commit-Position: refs/heads/master@{#319552}

Patch Set 1 #

Total comments: 10

Patch Set 2 : Rebase #

Patch Set 3 : Reviewer's feedback #

Total comments: 2

Patch Set 4 : Ready for Checkin #

Unified diffs Side-by-side diffs Delta from patch set Stats (+176 lines, -137 lines) Patch
M remoting/remoting_webapp_files.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M remoting/webapp/crd/js/crd_connect.js View 1 2 1 chunk +6 lines, -1 line 0 comments Download
A remoting/webapp/crd/js/it2me_connect_flow.js View 1 2 3 1 chunk +149 lines, -0 lines 0 comments Download
M remoting/webapp/crd/js/session_connector.js View 1 chunk +6 lines, -4 lines 0 comments Download
M remoting/webapp/crd/js/session_connector_impl.js View 1 10 chunks +14 lines, -132 lines 0 comments Download

Messages

Total messages: 17 (7 generated)
kelvinp
PTAL https://codereview.chromium.org/984793003/diff/1/remoting/webapp/crd/js/session_connector_impl.js File remoting/webapp/crd/js/session_connector_impl.js (left): https://codereview.chromium.org/984793003/diff/1/remoting/webapp/crd/js/session_connector_impl.js#oldcode250 remoting/webapp/crd/js/session_connector_impl.js:250: remoting.SessionConnectorImpl.prototype.connectIT2Me = function(accessCode) { Moved to It2MeConnectFlow() https://codereview.chromium.org/984793003/diff/1/remoting/webapp/crd/js/session_connector_impl.js#oldcode387 ...
5 years, 9 months ago (2015-03-06 01:58:20 UTC) #2
garykac
https://codereview.chromium.org/984793003/diff/1/remoting/webapp/crd/js/crd_connect.js File remoting/webapp/crd/js/crd_connect.js (right): https://codereview.chromium.org/984793003/diff/1/remoting/webapp/crd/js/crd_connect.js#newcode23 remoting/webapp/crd/js/crd_connect.js:23: function(reason){ formatting nit: What do you think about starting ...
5 years, 9 months ago (2015-03-06 22:27:27 UTC) #4
kelvinp
PTAL https://codereview.chromium.org/984793003/diff/1/remoting/webapp/crd/js/crd_connect.js File remoting/webapp/crd/js/crd_connect.js (right): https://codereview.chromium.org/984793003/diff/1/remoting/webapp/crd/js/crd_connect.js#newcode23 remoting/webapp/crd/js/crd_connect.js:23: function(reason){ On 2015/03/06 22:27:27, garykac wrote: > formatting ...
5 years, 9 months ago (2015-03-06 23:33:51 UTC) #6
garykac
lgtm https://codereview.chromium.org/984793003/diff/60001/remoting/webapp/crd/js/it2me_connect_flow.js File remoting/webapp/crd/js/it2me_connect_flow.js (right): https://codereview.chromium.org/984793003/diff/60001/remoting/webapp/crd/js/it2me_connect_flow.js#newcode64 remoting/webapp/crd/js/it2me_connect_flow.js:64: }, function(error){ nit: I find that: }).then(function() { ...
5 years, 9 months ago (2015-03-06 23:53:02 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/984793003/80001
5 years, 9 months ago (2015-03-07 00:14:19 UTC) #10
Jamie
https://codereview.chromium.org/984793003/diff/60001/remoting/webapp/crd/js/it2me_connect_flow.js File remoting/webapp/crd/js/it2me_connect_flow.js (right): https://codereview.chromium.org/984793003/diff/60001/remoting/webapp/crd/js/it2me_connect_flow.js#newcode64 remoting/webapp/crd/js/it2me_connect_flow.js:64: }, function(error){ On 2015/03/06 23:53:01, garykac wrote: > nit: ...
5 years, 9 months ago (2015-03-07 00:58:57 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_TIMED_OUT, no build URL) mac_chromium_rel_ng on ...
5 years, 9 months ago (2015-03-07 02:15:44 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/984793003/80001
5 years, 9 months ago (2015-03-07 03:48:13 UTC) #15
commit-bot: I haz the power
Committed patchset #4 (id:80001)
5 years, 9 months ago (2015-03-07 03:49:03 UTC) #16
commit-bot: I haz the power
5 years, 9 months ago (2015-03-07 03:49:52 UTC) #17
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/a78cad4e6288048d9a74eadf3dca66247f31fa62
Cr-Commit-Position: refs/heads/master@{#319552}

Powered by Google App Engine
This is Rietveld 408576698