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

Issue 929323003: Separate host desktop related functionality into remoting.HostDesktop (Closed)

Created:
5 years, 10 months ago by kelvinp
Modified:
5 years, 10 months ago
Reviewers:
Jamie, 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

Separate host desktop related functionality into remoting.HostDesktop remoting.ClientPluginImpl has grown organically over the years and become a dumping ground of all functionality related to the plugin. This CL moves all host desktop related implementation from remoting.ClientPluginImpl into remoting.ClientPlugin.HostDesktopImpl. BUG=457890 NOTRY=true TEST=Unit test passed locally and manually verified ShrinkToFit, bumpScrolling and resizeToClient works Committed: https://crrev.com/87368c7af39e47c717e56e5436b510b1cb3a5eaa Cr-Commit-Position: refs/heads/master@{#317187}

Patch Set 1 : Separating from https://codereview.chromium.org/918783002/ #

Total comments: 2

Patch Set 2 : Reviewer's feedback #

Total comments: 27

Patch Set 3 : Jamie's feedback #

Total comments: 12

Patch Set 4 : Reviewer's feedback #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+299 lines, -175 lines) Patch
M remoting/remoting_webapp_files.gypi View 1 2 4 2 chunks +2 lines, -0 lines 0 comments Download
M remoting/webapp/browser_test/mock_client_plugin.js View 1 2 3 4 5 chunks +58 lines, -30 lines 0 comments Download
M remoting/webapp/crd/js/client_plugin.js View 1 2 3 4 4 chunks +3 lines, -40 lines 0 comments Download
A remoting/webapp/crd/js/client_plugin_host_desktop_impl.js View 1 2 3 4 1 chunk +126 lines, -0 lines 0 comments Download
M remoting/webapp/crd/js/client_plugin_impl.js View 1 2 3 4 9 chunks +20 lines, -79 lines 0 comments Download
M remoting/webapp/crd/js/client_session.js View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/webapp/crd/js/desktop_connected_view.js View 1 2 3 4 8 chunks +37 lines, -26 lines 0 comments Download
A remoting/webapp/crd/js/host_desktop.js View 1 2 3 4 1 chunk +51 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (10 generated)
kelvinp
PTAL https://codereview.chromium.org/929323003/diff/1/remoting/webapp/browser_test/mock_client_plugin.js File remoting/webapp/browser_test/mock_client_plugin.js (right): https://codereview.chromium.org/929323003/diff/1/remoting/webapp/browser_test/mock_client_plugin.js#newcode153 remoting/webapp/browser_test/mock_client_plugin.js:153: remoting.MockClientPlugin.HostDesktop = function() { Jamie: Although we don't ...
5 years, 10 months ago (2015-02-18 02:31:51 UTC) #3
Jamie
https://codereview.chromium.org/929323003/diff/40001/remoting/webapp/browser_test/mock_client_plugin.js File remoting/webapp/browser_test/mock_client_plugin.js (right): https://codereview.chromium.org/929323003/diff/40001/remoting/webapp/browser_test/mock_client_plugin.js#newcode191 remoting/webapp/browser_test/mock_client_plugin.js:191: return false; Nit: Indentation. https://codereview.chromium.org/929323003/diff/40001/remoting/webapp/browser_test/mock_client_plugin.js#newcode201 remoting/webapp/browser_test/mock_client_plugin.js:201: width, height, device_scale) ...
5 years, 10 months ago (2015-02-18 23:06:20 UTC) #4
kelvinp
PTAL Excuse me for the rebase to merge with Gary's changes. https://codereview.chromium.org/929323003/diff/40001/remoting/webapp/browser_test/mock_client_plugin.js File remoting/webapp/browser_test/mock_client_plugin.js (right): ...
5 years, 10 months ago (2015-02-19 20:58:16 UTC) #5
Jamie
LGTM once my comments are addressed. https://codereview.chromium.org/929323003/diff/40001/remoting/webapp/crd/js/client_plugin.js File remoting/webapp/crd/js/client_plugin.js (right): https://codereview.chromium.org/929323003/diff/40001/remoting/webapp/crd/js/client_plugin.js#newcode87 remoting/webapp/crd/js/client_plugin.js:87: * @return {boolean} ...
5 years, 10 months ago (2015-02-19 22:44:04 UTC) #6
kelvinp
FYI https://codereview.chromium.org/929323003/diff/60001/remoting/webapp/base/js/window_shape.js File remoting/webapp/base/js/window_shape.js (left): https://codereview.chromium.org/929323003/diff/60001/remoting/webapp/base/js/window_shape.js#oldcode82 remoting/webapp/base/js/window_shape.js:82: } On 2015/02/19 22:44:04, Jamie wrote: > Apologies ...
5 years, 10 months ago (2015-02-19 23:36:20 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/929323003/100001
5 years, 10 months ago (2015-02-19 23:53:41 UTC) #13
commit-bot: I haz the power
Failed to apply patch for remoting/webapp/browser_test/mock_client_plugin.js: While running git apply --index -3 -p1; error: patch ...
5 years, 10 months ago (2015-02-19 23:55:12 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/929323003/120001
5 years, 10 months ago (2015-02-20 00:16:28 UTC) #18
commit-bot: I haz the power
Committed patchset #5 (id:120001)
5 years, 10 months ago (2015-02-20 00:17:58 UTC) #19
commit-bot: I haz the power
5 years, 10 months ago (2015-02-20 00:18:28 UTC) #20
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/87368c7af39e47c717e56e5436b510b1cb3a5eaa
Cr-Commit-Position: refs/heads/master@{#317187}

Powered by Google App Engine
This is Rietveld 408576698