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

Issue 1054273002: [Webapp Refactor] Implements remoting.Activity. (Closed)

Created:
5 years, 8 months ago by kelvinp
Modified:
5 years, 8 months ago
Reviewers:
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] Implements remoting.Activity. This CL abstracts Me2Me and It2Me under one common interface remoting.Activity. Instead of littering desktop_remoting.js with if statements based on the mode, all Me2Me specific logic can be moved into remoting.Me2MeActivity and likewise for It2Me. BUG=466406 NOTRY=true TEST=All integration tests passed on chromoting bots. https://chromium-swarm.appspot.com/user/task/26aed85d041d9d10 Committed: https://crrev.com/3b3e16c4848a6c43874570815fb283e8c653a17f Cr-Commit-Position: refs/heads/master@{#324156}

Patch Set 1 : #

Total comments: 13

Patch Set 2 : Reviewer's feedback #

Total comments: 10

Patch Set 3 : Reviewer's feedback #

Patch Set 4 : Fix typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+253 lines, -495 lines) Patch
M remoting/remoting_webapp_files.gypi View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M remoting/webapp/base/js/input_dialog.js View 1 chunk +5 lines, -0 lines 0 comments Download
M remoting/webapp/crd/html/dialog_client_session_finished.html View 1 chunk +3 lines, -3 lines 0 comments Download
A remoting/webapp/crd/js/activity.js View 1 2 1 chunk +32 lines, -0 lines 0 comments Download
M remoting/webapp/crd/js/client_session.js View 1 2 chunks +39 lines, -14 lines 0 comments Download
M remoting/webapp/crd/js/desktop_remoting.js View 1 2 9 chunks +27 lines, -114 lines 0 comments Download
A + remoting/webapp/crd/js/it2me_activity.js View 1 2 5 chunks +35 lines, -5 lines 0 comments Download
M remoting/webapp/crd/js/it2me_connect_flow.js View 1 2 1 chunk +0 lines, -146 lines 0 comments Download
A + remoting/webapp/crd/js/me2me_activity.js View 1 2 3 5 chunks +109 lines, -14 lines 0 comments Download
M remoting/webapp/crd/js/me2me_connect_flow.js View 1 2 1 chunk +0 lines, -197 lines 0 comments Download

Messages

Total messages: 16 (7 generated)
kelvinp
PTAL https://codereview.chromium.org/1054273002/diff/20001/remoting/webapp/base/js/input_dialog.js File remoting/webapp/base/js/input_dialog.js (right): https://codereview.chromium.org/1054273002/diff/20001/remoting/webapp/base/js/input_dialog.js#newcode57 remoting/webapp/base/js/input_dialog.js:57: remoting.InputDialog.prototype.inputField = function() { Used by It2MeConnectFlow to ...
5 years, 8 months ago (2015-04-02 23:28:10 UTC) #3
Jamie
https://codereview.chromium.org/1054273002/diff/20001/remoting/webapp/base/js/input_dialog.js File remoting/webapp/base/js/input_dialog.js (right): https://codereview.chromium.org/1054273002/diff/20001/remoting/webapp/base/js/input_dialog.js#newcode57 remoting/webapp/base/js/input_dialog.js:57: remoting.InputDialog.prototype.inputField = function() { On 2015/04/02 23:28:09, kelvinp wrote: ...
5 years, 8 months ago (2015-04-03 19:54:24 UTC) #4
kelvinp
PTAL https://codereview.chromium.org/1054273002/diff/20001/remoting/webapp/crd/js/desktop_remoting.js File remoting/webapp/crd/js/desktop_remoting.js (right): https://codereview.chromium.org/1054273002/diff/20001/remoting/webapp/crd/js/desktop_remoting.js#newcode35 remoting/webapp/crd/js/desktop_remoting.js:35: this.connectedView_ = null; On 2015/04/03 19:54:23, Jamie wrote: ...
5 years, 8 months ago (2015-04-06 23:01:39 UTC) #5
Jamie
LGTM, but please update the CL description since I think it's out of date now. ...
5 years, 8 months ago (2015-04-07 21:20:45 UTC) #6
kelvinp
FYI https://codereview.chromium.org/1054273002/diff/40001/remoting/webapp/crd/js/activity.js File remoting/webapp/crd/js/activity.js (right): https://codereview.chromium.org/1054273002/diff/40001/remoting/webapp/crd/js/activity.js#newcode16 remoting/webapp/crd/js/activity.js:16: * 2. Handling connection failure and retry if ...
5 years, 8 months ago (2015-04-07 22:48:19 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1054273002/60001
5 years, 8 months ago (2015-04-07 22:50:03 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1054273002/80001
5 years, 8 months ago (2015-04-07 23:49:20 UTC) #14
commit-bot: I haz the power
Committed patchset #4 (id:80001)
5 years, 8 months ago (2015-04-07 23:50:40 UTC) #15
commit-bot: I haz the power
5 years, 8 months ago (2015-04-07 23:51:27 UTC) #16
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/3b3e16c4848a6c43874570815fb283e8c653a17f
Cr-Commit-Position: refs/heads/master@{#324156}

Powered by Google App Engine
This is Rietveld 408576698