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

Issue 1082383002: [Webapp Refactor] Remove remoting.clientSession. (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] Remove remoting.clientSession. remoting.clientSession is currently referenced for two purposes: 1. Disconnecting a session. 2. The ClientPlugin uses it to notify the clientSession when video frames are received. For (1), this CL added a stop() method to the Activity interface. Client code at access the Activity through the Application and call stop() for disconnecting. (2) is currently dead code that is not being used. It is removed in this CL. BUG=477119 Committed: https://crrev.com/d7f0d7b7cbdd2b4645bcca1b8703307b9d7266a5 Cr-Commit-Position: refs/heads/master@{#325196}

Patch Set 1 : #

Total comments: 5

Patch Set 2 : Minor updates #

Patch Set 3 : Reviewer's feedback #

Patch Set 4 : Rebase + Merge #

Patch Set 5 : Fix browser tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -63 lines) Patch
M chrome/test/remoting/remote_desktop_browsertest.cc View 1 2 3 4 2 chunks +2 lines, -4 lines 0 comments Download
M remoting/webapp/app_remoting/js/app_remoting.js View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M remoting/webapp/app_remoting/js/app_remoting_activity.js View 1 2 3 6 chunks +22 lines, -8 lines 0 comments Download
M remoting/webapp/base/js/application.js View 4 chunks +12 lines, -13 lines 0 comments Download
M remoting/webapp/browser_test/browser_test.js View 1 chunk +6 lines, -1 line 0 comments Download
M remoting/webapp/crd/js/activity.js View 1 1 chunk +6 lines, -0 lines 0 comments Download
M remoting/webapp/crd/js/client_plugin.js View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M remoting/webapp/crd/js/client_plugin_impl.js View 1 2 2 chunks +3 lines, -5 lines 0 comments Download
M remoting/webapp/crd/js/desktop_remoting.js View 3 chunks +14 lines, -4 lines 0 comments Download
M remoting/webapp/crd/js/desktop_remoting_activity.js View 4 chunks +14 lines, -4 lines 0 comments Download
M remoting/webapp/crd/js/it2me_activity.js View 1 chunk +4 lines, -0 lines 0 comments Download
M remoting/webapp/crd/js/me2me_activity.js View 2 chunks +7 lines, -1 line 0 comments Download
M remoting/webapp/crd/js/session_connector_impl.js View 3 chunks +0 lines, -9 lines 0 comments Download
M remoting/webapp/crd/js/smart_reconnector.js View 2 chunks +7 lines, -2 lines 0 comments Download
M remoting/webapp/crd/js/toolbar.js View 2 chunks +4 lines, -3 lines 0 comments Download
M remoting/webapp/crd/js/window_frame.js View 3 chunks +4 lines, -9 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
kelvinp
PTAL https://codereview.chromium.org/1082383002/diff/20001/remoting/webapp/app_remoting/js/app_remoting.js File remoting/webapp/app_remoting/js/app_remoting.js (right): https://codereview.chromium.org/1082383002/diff/20001/remoting/webapp/app_remoting/js/app_remoting.js#newcode96 remoting/webapp/app_remoting/js/app_remoting.js:96: remoting.AppRemoting.prototype.getActivity = function() { This will be fixed ...
5 years, 8 months ago (2015-04-14 23:16:32 UTC) #3
Jamie
https://codereview.chromium.org/1082383002/diff/20001/remoting/webapp/crd/js/client_plugin_impl.js File remoting/webapp/crd/js/client_plugin_impl.js (left): https://codereview.chromium.org/1082383002/diff/20001/remoting/webapp/crd/js/client_plugin_impl.js#oldcode314 remoting/webapp/crd/js/client_plugin_impl.js:314: } else if (message.method == 'onFirstFrameReceived') { On 2015/04/14 ...
5 years, 8 months ago (2015-04-14 23:52:47 UTC) #4
kelvinp
PTAL https://codereview.chromium.org/1082383002/diff/20001/remoting/webapp/crd/js/client_plugin_impl.js File remoting/webapp/crd/js/client_plugin_impl.js (left): https://codereview.chromium.org/1082383002/diff/20001/remoting/webapp/crd/js/client_plugin_impl.js#oldcode314 remoting/webapp/crd/js/client_plugin_impl.js:314: } else if (message.method == 'onFirstFrameReceived') { On ...
5 years, 8 months ago (2015-04-15 00:30:21 UTC) #5
Jamie
lgtm
5 years, 8 months ago (2015-04-15 00:38:18 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1082383002/100001
5 years, 8 months ago (2015-04-15 03:12:12 UTC) #9
commit-bot: I haz the power
Committed patchset #5 (id:100001)
5 years, 8 months ago (2015-04-15 06:17:17 UTC) #10
commit-bot: I haz the power
5 years, 8 months ago (2015-04-15 06:18:11 UTC) #11
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/d7f0d7b7cbdd2b4645bcca1b8703307b9d7266a5
Cr-Commit-Position: refs/heads/master@{#325196}

Powered by Google App Engine
This is Rietveld 408576698