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

Issue 779613003: [Chromoting] Create core Application interface for CRD. (Closed)

Created:
6 years ago by garykac
Modified:
6 years ago
Reviewers:
Jamie
CC:
chromium-reviews, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[Chromoting] Create core Application interface for CRD. This adds the a base Application class and defines a few methods (onConnected, onDisconnected, onError, ...) that remove CRD-specific code from the base connection code and move it into a CRD-specific file. app-specific functionality. BUG= Committed: https://crrev.com/ccb1b8637c2c16ea42f347f21e61d687cc984844 Cr-Commit-Position: refs/heads/master@{#307153}

Patch Set 1 #

Patch Set 2 : Add missing file. #

Total comments: 16

Patch Set 3 : Add ApplicationDelegate and friends #

Patch Set 4 : Move setupConnection into Application #

Total comments: 10

Patch Set 5 : Review comments. #

Total comments: 10

Patch Set 6 : Updated in response to review comments #

Patch Set 7 : Sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+408 lines, -195 lines) Patch
M remoting/remoting_webapp_files.gypi View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
A remoting/webapp/base/js/application.js View 1 2 3 4 5 1 chunk +185 lines, -0 lines 0 comments Download
M remoting/webapp/crd/js/client_screen.js View 1 2 3 7 chunks +8 lines, -130 lines 0 comments Download
M remoting/webapp/crd/js/client_session.js View 1 2 3 4 5 6 2 chunks +5 lines, -0 lines 0 comments Download
M remoting/webapp/crd/js/crd_main.js View 1 2 3 4 5 6 3 chunks +12 lines, -61 lines 0 comments Download
A remoting/webapp/crd/js/desktop_remoting.js View 1 2 3 4 5 6 1 chunk +189 lines, -0 lines 0 comments Download
M remoting/webapp/crd/js/event_handlers.js View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M remoting/webapp/crd/js/session_connector.js View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M remoting/webapp/crd/js/session_connector_impl.js View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 17 (4 generated)
garykac
6 years ago (2014-12-03 22:59:47 UTC) #2
garykac
Ping!
6 years ago (2014-12-04 22:24:17 UTC) #3
Jamie
https://codereview.chromium.org/779613003/diff/20001/remoting/webapp/base/js/application.js File remoting/webapp/base/js/application.js (right): https://codereview.chromium.org/779613003/diff/20001/remoting/webapp/base/js/application.js#newcode21 remoting/webapp/base/js/application.js:21: * @return {void} Nothing. It would help to know ...
6 years ago (2014-12-04 22:56:58 UTC) #4
garykac
https://codereview.chromium.org/779613003/diff/20001/remoting/webapp/base/js/application.js File remoting/webapp/base/js/application.js (right): https://codereview.chromium.org/779613003/diff/20001/remoting/webapp/base/js/application.js#newcode21 remoting/webapp/base/js/application.js:21: * @return {void} Nothing. On 2014/12/04 22:56:57, Jamie wrote: ...
6 years ago (2014-12-05 19:55:40 UTC) #5
Jamie
https://codereview.chromium.org/779613003/diff/60001/remoting/webapp/base/js/application.js File remoting/webapp/base/js/application.js (right): https://codereview.chromium.org/779613003/diff/60001/remoting/webapp/base/js/application.js#newcode20 remoting/webapp/base/js/application.js:20: * @implements {remoting.ApplicationDelegate} Unless you're ever going to want ...
6 years ago (2014-12-06 00:09:24 UTC) #6
garykac
https://codereview.chromium.org/779613003/diff/60001/remoting/webapp/base/js/application.js File remoting/webapp/base/js/application.js (right): https://codereview.chromium.org/779613003/diff/60001/remoting/webapp/base/js/application.js#newcode20 remoting/webapp/base/js/application.js:20: * @implements {remoting.ApplicationDelegate} On 2014/12/06 00:09:23, Jamie wrote: > ...
6 years ago (2014-12-06 01:39:34 UTC) #7
Jamie
lgtm https://codereview.chromium.org/779613003/diff/80001/remoting/webapp/base/js/application.js File remoting/webapp/base/js/application.js (right): https://codereview.chromium.org/779613003/diff/80001/remoting/webapp/base/js/application.js#newcode117 remoting/webapp/base/js/application.js:117: this.session_connector_ = remoting.SessionConnector.factory.createConnector( Optional: You could just do ...
6 years ago (2014-12-06 01:58:00 UTC) #8
garykac
https://codereview.chromium.org/779613003/diff/80001/remoting/webapp/base/js/application.js File remoting/webapp/base/js/application.js (right): https://codereview.chromium.org/779613003/diff/80001/remoting/webapp/base/js/application.js#newcode117 remoting/webapp/base/js/application.js:117: this.session_connector_ = remoting.SessionConnector.factory.createConnector( On 2014/12/06 01:57:59, Jamie wrote: > ...
6 years ago (2014-12-06 02:15:50 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/779613003/100001
6 years ago (2014-12-06 02:17:05 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/90781) linux_chromium_compile_dbg_32_ng on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_32_ng/builds/4882) win8_chromium_rel ...
6 years ago (2014-12-06 02:20:18 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/779613003/120001
6 years ago (2014-12-06 02:59:22 UTC) #15
commit-bot: I haz the power
Committed patchset #7 (id:120001)
6 years ago (2014-12-06 03:46:51 UTC) #16
commit-bot: I haz the power
6 years ago (2014-12-06 03:47:45 UTC) #17
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/ccb1b8637c2c16ea42f347f21e61d687cc984844
Cr-Commit-Position: refs/heads/master@{#307153}

Powered by Google App Engine
This is Rietveld 408576698