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

Issue 439923002: Hangout remote desktop part I - It2Me mode (Closed)

Created:
6 years, 4 months ago by kelvinp
Modified:
6 years, 4 months ago
Reviewers:
Jamie, dcaiafa
CC:
chromium-reviews, chromoting-reviews_chromium.org
Project:
chromium
Visibility:
Public.

Description

Hangout remote desktop part I - It2Me mode This CL enables the user to launch the chrome remote desktop app directly into an immersive it2me helper session. In the immersive session, the app will 1. hide the home screen 2. create an hrd_helper_session object to communicate with the it2me_background service. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288466

Patch Set 1 #

Total comments: 21

Patch Set 2 : Address CR Feedback #

Total comments: 10

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -3 lines) Patch
M remoting/remoting_webapp_files.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M remoting/webapp/client_screen.js View 1 2 4 chunks +12 lines, -1 line 0 comments Download
A remoting/webapp/hangout_session.js View 1 2 3 1 chunk +72 lines, -0 lines 0 comments Download
M remoting/webapp/html/template_main.html View 1 chunk +1 line, -1 line 0 comments Download
M remoting/webapp/js_proto/chrome_proto.js View 1 chunk +6 lines, -0 lines 0 comments Download
M remoting/webapp/main.css View 1 2 1 chunk +5 lines, -1 line 0 comments Download
M remoting/webapp/remoting.js View 1 2 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
kelvinp
https://codereview.chromium.org/439923002/diff/1/remoting/webapp/remoting.js File remoting/webapp/remoting.js (right): https://codereview.chromium.org/439923002/diff/1/remoting/webapp/remoting.js#newcode542 remoting/webapp/remoting.js:542: * @return {boolean} True if the platform is Mac. ...
6 years, 4 months ago (2014-08-05 01:31:20 UTC) #1
Jamie
https://codereview.chromium.org/439923002/diff/1/remoting/remoting_webapp_files.gypi File remoting/remoting_webapp_files.gypi (right): https://codereview.chromium.org/439923002/diff/1/remoting/remoting_webapp_files.gypi#newcode50 remoting/remoting_webapp_files.gypi:50: 'webapp/hrd_helper_session.js', HRD is not a widely-recognized acronym, and I ...
6 years, 4 months ago (2014-08-05 21:15:14 UTC) #2
kelvinp
https://codereview.chromium.org/439923002/diff/1/remoting/remoting_webapp_files.gypi File remoting/remoting_webapp_files.gypi (right): https://codereview.chromium.org/439923002/diff/1/remoting/remoting_webapp_files.gypi#newcode50 remoting/remoting_webapp_files.gypi:50: 'webapp/hrd_helper_session.js', On 2014/08/05 21:15:13, Jamie wrote: > HRD is ...
6 years, 4 months ago (2014-08-07 18:03:25 UTC) #3
kelvinp
PTAL
6 years, 4 months ago (2014-08-07 18:03:50 UTC) #4
Jamie
https://codereview.chromium.org/439923002/diff/20001/remoting/webapp/client_screen.js File remoting/webapp/client_screen.js (right): https://codereview.chromium.org/439923002/diff/20001/remoting/webapp/client_screen.js#newcode93 remoting/webapp/client_screen.js:93: 'sessionStateChanged', You've missed this and a few other places ...
6 years, 4 months ago (2014-08-07 23:12:36 UTC) #5
kelvinp
PTAL https://codereview.chromium.org/439923002/diff/20001/remoting/webapp/client_screen.js File remoting/webapp/client_screen.js (right): https://codereview.chromium.org/439923002/diff/20001/remoting/webapp/client_screen.js#newcode93 remoting/webapp/client_screen.js:93: 'sessionStateChanged', On 2014/08/07 23:12:35, Jamie wrote: > You've ...
6 years, 4 months ago (2014-08-08 01:14:22 UTC) #6
Jamie
lgtm https://codereview.chromium.org/439923002/diff/40001/remoting/webapp/hangout_session.js File remoting/webapp/hangout_session.js (right): https://codereview.chromium.org/439923002/diff/40001/remoting/webapp/hangout_session.js#newcode60 remoting/webapp/hangout_session.js:60: Three blank lines is overkill :) I suggest ...
6 years, 4 months ago (2014-08-08 01:24:12 UTC) #7
kelvinp
The CQ bit was checked by kelvinp@chromium.org
6 years, 4 months ago (2014-08-08 18:58:43 UTC) #8
kelvinp
https://codereview.chromium.org/439923002/diff/40001/remoting/webapp/hangout_session.js File remoting/webapp/hangout_session.js (right): https://codereview.chromium.org/439923002/diff/40001/remoting/webapp/hangout_session.js#newcode60 remoting/webapp/hangout_session.js:60: On 2014/08/08 01:24:12, Jamie wrote: > Three blank lines ...
6 years, 4 months ago (2014-08-08 18:58:50 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kelvinp@chromium.org/439923002/60001
6 years, 4 months ago (2014-08-08 19:02:17 UTC) #10
commit-bot: I haz the power
6 years, 4 months ago (2014-08-08 23:24:44 UTC) #11
Message was sent while issue was closed.
Change committed as 288466

Powered by Google App Engine
This is Rietveld 408576698