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

Issue 1370283004: [Chromoting] Remote Assistance in Public Session. (Closed)

Created:
5 years, 2 months ago by kelvinp
Modified:
5 years, 2 months ago
Reviewers:
Jamie
CC:
chromium-reviews, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@PublicSession
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Chromoting] Remote Assistance in Public Session. This CL provides remote assistance in Public Session. Summary of changes: 1. Move the remoting.testEvents initialization to ui_mode.js as it is only referenced there. 2. Create a separate page public_session.html that contains the main ui for public session. 3. Use the service account email address to infer whether we are currently in a public session. 4. Decouple remoting.HostController from host_screen.js Previously, remoting.HostController is used to retrieve the host version, which is problematic as that refers to the me2me host version as opposed to the it2me host version. BUG=508608 Committed: https://crrev.com/08d28524dc2673bc7e85b37d2b82d0d65c34ea05 Cr-Commit-Position: refs/heads/master@{#351861}

Patch Set 1 #

Patch Set 2 : Fix GN build #

Total comments: 6

Patch Set 3 : Reviewer's feedback #

Total comments: 4

Patch Set 4 : FYI #

Patch Set 5 : Rebase #

Patch Set 6 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+243 lines, -53 lines) Patch
M remoting/remoting_client.gypi View 1 chunk +19 lines, -0 lines 0 comments Download
M remoting/remoting_webapp.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/remoting_webapp_files.gypi View 1 4 chunks +34 lines, -0 lines 0 comments Download
M remoting/webapp/base/js/application.js View 1 chunk +0 lines, -7 lines 0 comments Download
M remoting/webapp/base/js/ui_mode.js View 1 chunk +9 lines, -0 lines 0 comments Download
M remoting/webapp/build_template.gni View 1 3 chunks +14 lines, -3 lines 0 comments Download
A + remoting/webapp/crd/html/public_session.css View 1 2 1 chunk +7 lines, -7 lines 0 comments Download
A remoting/webapp/crd/html/template_public_session.html View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
M remoting/webapp/crd/js/activation_handler.js View 1 2 3 4 chunks +18 lines, -4 lines 0 comments Download
M remoting/webapp/crd/js/host_screen.js View 1 4 chunks +8 lines, -29 lines 0 comments Download
M remoting/webapp/crd/js/it2me_host_facade.js View 1 3 chunks +13 lines, -2 lines 0 comments Download
A remoting/webapp/crd/js/public_session_main.js View 1 2 1 chunk +51 lines, -0 lines 0 comments Download
M remoting/webapp/files.gni View 1 3 chunks +41 lines, -1 line 0 comments Download

Messages

Total messages: 21 (9 generated)
kelvinp
PTAL
5 years, 2 months ago (2015-09-30 01:05:39 UTC) #2
Jamie
https://codereview.chromium.org/1370283004/diff/20001/remoting/webapp/crd/html/public_session.css File remoting/webapp/crd/html/public_session.css (right): https://codereview.chromium.org/1370283004/diff/20001/remoting/webapp/crd/html/public_session.css#newcode9 remoting/webapp/crd/html/public_session.css:9: box-shadow: none; The intent here is to override the ...
5 years, 2 months ago (2015-09-30 17:46:13 UTC) #3
kelvinp
PTAL https://codereview.chromium.org/1370283004/diff/20001/remoting/webapp/crd/html/public_session.css File remoting/webapp/crd/html/public_session.css (right): https://codereview.chromium.org/1370283004/diff/20001/remoting/webapp/crd/html/public_session.css#newcode9 remoting/webapp/crd/html/public_session.css:9: box-shadow: none; On 2015/09/30 17:46:13, Jamie wrote: > ...
5 years, 2 months ago (2015-09-30 19:35:47 UTC) #4
Jamie
lgtm https://codereview.chromium.org/1370283004/diff/40001/remoting/webapp/crd/js/activation_handler.js File remoting/webapp/crd/js/activation_handler.js (right): https://codereview.chromium.org/1370283004/diff/40001/remoting/webapp/crd/js/activation_handler.js#newcode103 remoting/webapp/crd/js/activation_handler.js:103: this.launchPublicSession_(); We're not really launching a public session; ...
5 years, 2 months ago (2015-09-30 20:24:09 UTC) #5
kelvinp
FYI https://chromiumcodereview.appspot.com/1370283004/diff/40001/remoting/webapp/crd/js/activation_handler.js File remoting/webapp/crd/js/activation_handler.js (right): https://chromiumcodereview.appspot.com/1370283004/diff/40001/remoting/webapp/crd/js/activation_handler.js#newcode103 remoting/webapp/crd/js/activation_handler.js:103: this.launchPublicSession_(); On 2015/09/30 20:24:09, Jamie wrote: > We're ...
5 years, 2 months ago (2015-09-30 23:13:49 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1370283004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1370283004/60001
5 years, 2 months ago (2015-09-30 23:15:13 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/59879)
5 years, 2 months ago (2015-09-30 23:59:58 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1370283004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1370283004/80001
5 years, 2 months ago (2015-10-01 01:31:10 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_arm64_dbg_recipe/builds/126357) android_chromium_gn_compile_dbg on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 2 months ago (2015-10-01 01:35:18 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1370283004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1370283004/100001
5 years, 2 months ago (2015-10-01 18:24:17 UTC) #19
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 2 months ago (2015-10-01 19:16:24 UTC) #20
commit-bot: I haz the power
5 years, 2 months ago (2015-10-01 19:18:06 UTC) #21
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/08d28524dc2673bc7e85b37d2b82d0d65c34ea05
Cr-Commit-Position: refs/heads/master@{#351861}

Powered by Google App Engine
This is Rietveld 408576698