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

Issue 1966853002: Add indication of camera use on SAML webcam logins (Closed)

Created:
4 years, 7 months ago by Kevin Cernekee
Modified:
4 years, 7 months ago
CC:
chromium-reviews, dzhioev+watch_chromium.org, achuith+watch_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add indication of camera use on SAML webcam logins SAML logins on Chrome OS currently display a banner showing the "authDomain" of the sign-in service. If the sign-in service tries to enable the user's webcam, change this banner to warn the user by adding "is using your camera" verbiage and a red "recording" dot. BUG=606979 TEST=manual CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/a965a46038909b25ed0d7b14590c8d97df36f780 Cr-Commit-Position: refs/heads/master@{#394519}

Patch Set 1 #

Total comments: 10

Patch Set 2 : incorporate code review feedback #

Total comments: 2

Patch Set 3 : reset videoEnabled state when restarting auth #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -11 lines) Patch
M chrome/app/chromeos_strings.grdp View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/app/theme/theme_resources.grd View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/screen_gaia_signin.css View 1 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/login/screen_gaia_signin.html View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/login/screen_gaia_signin.js View 1 2 2 chunks +29 lines, -3 lines 0 comments Download
M chrome/browser/resources/gaia_auth_host/authenticator.js View 1 2 5 chunks +19 lines, -0 lines 0 comments Download
M chrome/browser/resources/gaia_auth_host/saml_handler.js View 2 chunks +10 lines, -7 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 26 (9 generated)
Kevin Cernekee
https://codereview.chromium.org/1966853002/diff/1/chrome/browser/resources/chromeos/login/screen_gaia_signin.html File chrome/browser/resources/chromeos/login/screen_gaia_signin.html (right): https://codereview.chromium.org/1966853002/diff/1/chrome/browser/resources/chromeos/login/screen_gaia_signin.html#newcode22 chrome/browser/resources/chromeos/login/screen_gaia_signin.html:22: <img src="chrome://theme/IDR_RESET_WARNING"> This is the wrong icon. I tried ...
4 years, 7 months ago (2016-05-10 21:05:42 UTC) #3
dskaram1
https://codereview.chromium.org/1966853002/diff/1/chrome/app/chromeos_strings.grdp File chrome/app/chromeos_strings.grdp (right): https://codereview.chromium.org/1966853002/diff/1/chrome/app/chromeos_strings.grdp#newcode1644 chrome/app/chromeos_strings.grdp:1644: This sign-in service, hosted by <ph name="SAML_DOMAIN">$1<ex>saml.com</ex></ph>, is using ...
4 years, 7 months ago (2016-05-13 14:59:10 UTC) #4
emaxx
https://codereview.chromium.org/1966853002/diff/1/chrome/browser/resources/chromeos/login/screen_gaia_signin.html File chrome/browser/resources/chromeos/login/screen_gaia_signin.html (right): https://codereview.chromium.org/1966853002/diff/1/chrome/browser/resources/chromeos/login/screen_gaia_signin.html#newcode22 chrome/browser/resources/chromeos/login/screen_gaia_signin.html:22: <img src="chrome://theme/IDR_RESET_WARNING"> On 2016/05/10 21:05:42, Kevin Cernekee wrote: > ...
4 years, 7 months ago (2016-05-13 17:44:04 UTC) #5
Kevin Cernekee
https://codereview.chromium.org/1966853002/diff/1/chrome/app/chromeos_strings.grdp File chrome/app/chromeos_strings.grdp (right): https://codereview.chromium.org/1966853002/diff/1/chrome/app/chromeos_strings.grdp#newcode1644 chrome/app/chromeos_strings.grdp:1644: This sign-in service, hosted by <ph name="SAML_DOMAIN">$1<ex>saml.com</ex></ph>, is using ...
4 years, 7 months ago (2016-05-13 18:39:04 UTC) #7
emaxx
https://codereview.chromium.org/1966853002/diff/20001/chrome/browser/resources/gaia_auth_host/authenticator.js File chrome/browser/resources/gaia_auth_host/authenticator.js (right): https://codereview.chromium.org/1966853002/diff/20001/chrome/browser/resources/gaia_auth_host/authenticator.js#newcode198 chrome/browser/resources/gaia_auth_host/authenticator.js:198: Authenticator.prototype.resetStates_ = function() { You mentioned in the other ...
4 years, 7 months ago (2016-05-17 11:12:23 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1966853002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1966853002/20001
4 years, 7 months ago (2016-05-17 17:22:51 UTC) #10
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-17 18:35:47 UTC) #12
Kevin Cernekee
https://codereview.chromium.org/1966853002/diff/20001/chrome/browser/resources/gaia_auth_host/authenticator.js File chrome/browser/resources/gaia_auth_host/authenticator.js (right): https://codereview.chromium.org/1966853002/diff/20001/chrome/browser/resources/gaia_auth_host/authenticator.js#newcode198 chrome/browser/resources/gaia_auth_host/authenticator.js:198: Authenticator.prototype.resetStates_ = function() { On 2016/05/17 11:12:23, emaxx wrote: ...
4 years, 7 months ago (2016-05-17 21:31:05 UTC) #13
achuithb
Ahmed, can you review this CL please?
4 years, 7 months ago (2016-05-17 22:14:51 UTC) #15
afakhry
lgtm. +xiyuan who is the owner.
4 years, 7 months ago (2016-05-18 00:35:32 UTC) #17
emaxx
lgtm
4 years, 7 months ago (2016-05-18 01:34:12 UTC) #18
oshima
c/a/theme lgtm
4 years, 7 months ago (2016-05-18 16:40:07 UTC) #19
achuithb
lgtm
4 years, 7 months ago (2016-05-18 19:07:02 UTC) #20
achuithb
You should git branch --set-upstream-to=origin/master and re-upload to get rid of the dependent patchsets
4 years, 7 months ago (2016-05-18 19:08:16 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1966853002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1966853002/40001
4 years, 7 months ago (2016-05-18 19:39:18 UTC) #23
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 7 months ago (2016-05-18 20:03:24 UTC) #24
commit-bot: I haz the power
4 years, 7 months ago (2016-05-18 20:05:14 UTC) #26
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/a965a46038909b25ed0d7b14590c8d97df36f780
Cr-Commit-Position: refs/heads/master@{#394519}

Powered by Google App Engine
This is Rietveld 408576698