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

Issue 1012073006: [Webapp Refactor] Removes the client plugin on disconnect. (Closed)

Created:
5 years, 9 months ago by kelvinp
Modified:
5 years, 9 months ago
Reviewers:
garykac
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] Removes the client plugin on Disconnect. The existing implementation does not removes the clientPlugin from the DOM upon a disconnect. This CL fixes it. It also moves the disconnect logic from clientSession.dispose() to clientSession.disconnect() as the name suggests. BUG=465878 Committed: https://crrev.com/018be1d6b0eef9af943eb87217b2912f00c05c21 Cr-Commit-Position: refs/heads/master@{#321233}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Reviewer's feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -33 lines) Patch
M remoting/webapp/base/js/application.js View 1 3 chunks +3 lines, -4 lines 0 comments Download
M remoting/webapp/crd/js/client_session.js View 3 chunks +15 lines, -21 lines 0 comments Download
M remoting/webapp/crd/js/session_connector.js View 1 1 chunk +4 lines, -0 lines 0 comments Download
M remoting/webapp/crd/js/session_connector_impl.js View 1 3 chunks +5 lines, -8 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
kelvinp
PTAL https://codereview.chromium.org/1012073006/diff/1/remoting/webapp/crd/js/client_session.js File remoting/webapp/crd/js/client_session.js (left): https://codereview.chromium.org/1012073006/diff/1/remoting/webapp/crd/js/client_session.js#oldcode246 remoting/webapp/crd/js/client_session.js:246: remoting.ClientSession.prototype.removePlugin = function() { This is a misleading ...
5 years, 9 months ago (2015-03-18 20:08:36 UTC) #3
garykac
https://codereview.chromium.org/1012073006/diff/1/remoting/webapp/base/js/application.js File remoting/webapp/base/js/application.js (right): https://codereview.chromium.org/1012073006/diff/1/remoting/webapp/base/js/application.js#newcode222 remoting/webapp/base/js/application.js:222: this.sessionConnector_.removePlugin(); This doesn't just remove the plugin - it ...
5 years, 9 months ago (2015-03-18 20:13:14 UTC) #4
kelvinp
PTAL https://codereview.chromium.org/1012073006/diff/1/remoting/webapp/base/js/application.js File remoting/webapp/base/js/application.js (right): https://codereview.chromium.org/1012073006/diff/1/remoting/webapp/base/js/application.js#newcode222 remoting/webapp/base/js/application.js:222: this.sessionConnector_.removePlugin(); On 2015/03/18 20:13:14, garykac wrote: > This ...
5 years, 9 months ago (2015-03-18 20:43:36 UTC) #5
garykac
lgtm
5 years, 9 months ago (2015-03-18 20:54:59 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1012073006/20001
5 years, 9 months ago (2015-03-18 21:50:13 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 9 months ago (2015-03-18 23:31:10 UTC) #9
commit-bot: I haz the power
5 years, 9 months ago (2015-03-18 23:31:59 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/018be1d6b0eef9af943eb87217b2912f00c05c21
Cr-Commit-Position: refs/heads/master@{#321233}

Powered by Google App Engine
This is Rietveld 408576698