enterpriseInfo property doesn't exist in offline-gaia. |
||||||||||||
Issue descriptionThis line here: https://cs.chromium.org/chromium/src/ui/login/display_manager.js?q=enterpriseInfo+f:.*%5C.js&sq=package:chromium&l=1021&dr=C produces the following error: [729:729:0523/114830:ERROR:CONSOLE(2836)] "Uncaught TypeError: Cannot set property 'enterpriseInfo' of null", source: chrome://oobe/lock.js (2836) This property was removed recently. Also, it seems the DisplayManager can't access $('offline-gaia') this way.
,
Jun 8 2016
Yes, the null check is reasonable. lock.js already stubs out a number of Oobe methods, so an alternative is to stub the method for the lockscreen. So the CL would be moving the current Oobe.setEnterpriseInfo definition from login_shared.js to login_non_lock_shared.js and then adding a dummy setEnterpriseInfo function to lock.js.
,
Jun 8 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/ca6500c0f9f7dc2b8a8f865ca2ccf2df707b1449 commit ca6500c0f9f7dc2b8a8f865ca2ccf2df707b1449 Author: afakhry <afakhry@chromium.org> Date: Wed Jun 08 18:25:09 2016 Fix SAML single-password scrapping authenticating with an empty password Fix a JS syntax error that led to authentication with an empty password. Also, remove setting enterpriseInfo in <offline-gaia> as it doesn't have this property anymore. BUG=618279, 617962 TEST=manually with login/logout, lock/unlock. CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2049103002 Cr-Commit-Position: refs/heads/master@{#398624} [modify] https://crrev.com/ca6500c0f9f7dc2b8a8f865ca2ccf2df707b1449/chrome/browser/chromeos/login/saml/saml_browsertest.cc [modify] https://crrev.com/ca6500c0f9f7dc2b8a8f865ca2ccf2df707b1449/chrome/browser/resources/gaia_auth_host/authenticator.js [modify] https://crrev.com/ca6500c0f9f7dc2b8a8f865ca2ccf2df707b1449/ui/login/display_manager.js
,
Jun 13 2016
This should be fixed.
,
Jul 1 2016
,
Aug 29 2016
,
Oct 7 2016
,
Nov 19 2016
,
Jan 21 2017
,
Mar 4 2017
,
Apr 17 2017
,
May 30 2017
,
Aug 1 2017
,
Oct 14 2017
|
||||||||||||
►
Sign in to add a comment |
||||||||||||
Comment 1 by xiy...@chromium.org
, Jun 7 2016