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

Issue 1067133002: Move ProtocolExtensionManager from SessionConnector into its own class (Closed)

Created:
5 years, 8 months ago by kelvinp
Modified:
5 years, 8 months ago
Reviewers:
garykac
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org, 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

Move ProtocolExtensionManager from SessionConnector into its own class This CL moves protocolExtensionManager from SessionConnector into its own class. The ProtcolExtensionManager will be exposed via the ClientPlugin. The higher level goal is to remove functionality from the SessionConnecctor so that it can be removed altogether in a future CL. BUG=474766 Committed: https://crrev.com/25f89e58a6c54e39d2b67cec3859c15f3c9f9661 Cr-Commit-Position: refs/heads/master@{#324167}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Rebase and Reviewer's feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+275 lines, -138 lines) Patch
M remoting/remoting_webapp_files.gypi View 1 2 chunks +2 lines, -0 lines 0 comments Download
M remoting/webapp/app_remoting/js/app_remoting.js View 1 chunk +1 line, -1 line 0 comments Download
A remoting/webapp/base/js/protocol_extension_manager.js View 1 1 chunk +122 lines, -0 lines 0 comments Download
A remoting/webapp/base/js/protocol_extension_manager_unittest.js View 1 1 chunk +117 lines, -0 lines 0 comments Download
M remoting/webapp/crd/js/client_plugin.js View 2 chunks +5 lines, -8 lines 0 comments Download
M remoting/webapp/crd/js/client_plugin_impl.js View 1 6 chunks +22 lines, -5 lines 0 comments Download
M remoting/webapp/crd/js/client_session.js View 1 3 chunks +1 line, -16 lines 0 comments Download
M remoting/webapp/crd/js/desktop_remoting.js View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/webapp/crd/js/me2me_activity.js View 1 1 chunk +3 lines, -3 lines 0 comments Download
M remoting/webapp/crd/js/session_connector.js View 1 chunk +0 lines, -6 lines 0 comments Download
M remoting/webapp/crd/js/session_connector_impl.js View 4 chunks +1 line, -98 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
kelvinp
PTAL
5 years, 8 months ago (2015-04-07 22:00:36 UTC) #2
garykac
lgtm once client_plugin_impl is updated. https://codereview.chromium.org/1067133002/diff/1/remoting/webapp/base/js/protocol_extension_manager_unittest.js File remoting/webapp/base/js/protocol_extension_manager_unittest.js (right): https://codereview.chromium.org/1067133002/diff/1/remoting/webapp/base/js/protocol_extension_manager_unittest.js#newcode85 remoting/webapp/base/js/protocol_extension_manager_unittest.js:85: QUnit.test('should not register extensions ...
5 years, 8 months ago (2015-04-07 22:14:16 UTC) #3
kelvinp
FYI https://codereview.chromium.org/1067133002/diff/1/remoting/webapp/base/js/protocol_extension_manager_unittest.js File remoting/webapp/base/js/protocol_extension_manager_unittest.js (right): https://codereview.chromium.org/1067133002/diff/1/remoting/webapp/base/js/protocol_extension_manager_unittest.js#newcode85 remoting/webapp/base/js/protocol_extension_manager_unittest.js:85: QUnit.test('should not register extensions of the same type', ...
5 years, 8 months ago (2015-04-08 00:26:02 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1067133002/40001
5 years, 8 months ago (2015-04-08 00:27:00 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:40001)
5 years, 8 months ago (2015-04-08 01:21:11 UTC) #9
commit-bot: I haz the power
5 years, 8 months ago (2015-04-08 01:22:08 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/25f89e58a6c54e39d2b67cec3859c15f3c9f9661
Cr-Commit-Position: refs/heads/master@{#324167}

Powered by Google App Engine
This is Rietveld 408576698