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

Issue 10944014: Fix to enable the cached credentials login test (Closed)

Created:
8 years, 3 months ago by beeps
Modified:
7 years, 9 months ago
Reviewers:
craigdh, Nirnimesh
CC:
chromium-reviews, Nirnimesh, kkania, anantha, robertshield, dyu1, dennis_jeffrey
Base URL:
https://git.chromium.org/git/chromium/src@master
Visibility:
Public.

Description

Fix to enable the cached credentials login test Login with cached credentials Change-Id: I89c0cce73102348349fafdd003ad7a373f8fe3e8 SVN changes up to revision 157305 Change-Id: Ib94ce981eeab2a40ab1dfb6296a7dd631852131f BUG=32583

Patch Set 1 : Login with Cached Credentials hooks #

Total comments: 7

Patch Set 2 : Replaced hook with boolean switch #

Total comments: 2

Patch Set 3 : Replaced hook with boolean switch v2 #

Total comments: 8

Patch Set 4 : Confirmed cached login fails with bad password, reparented User Pod class to PyUI #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -17 lines) Patch
M chrome/browser/automation/testing_automation_provider_chromeos.cc View 1 2 2 chunks +8 lines, -2 lines 0 comments Download
M chrome/test/functional/chromeos_login.py View 1 2 3 2 chunks +21 lines, -12 lines 0 comments Download
M chrome/test/pyautolib/pyauto.py View 1 2 3 3 chunks +7 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
beeps
https://codereview.chromium.org/10944014/diff/2001/chrome/test/pyautolib/pyauto.py File chrome/test/pyautolib/pyauto.py (right): https://codereview.chromium.org/10944014/diff/2001/chrome/test/pyautolib/pyauto.py#newcode4697 chrome/test/pyautolib/pyauto.py:4697: def LoginWithCachedCredentials(self, username, password): Mimics def Login except for ...
8 years, 3 months ago (2012-09-18 17:59:14 UTC) #1
craigdh
https://codereview.chromium.org/10944014/diff/2001/chrome/browser/automation/testing_automation_provider_chromeos.cc File chrome/browser/automation/testing_automation_provider_chromeos.cc (right): https://codereview.chromium.org/10944014/diff/2001/chrome/browser/automation/testing_automation_provider_chromeos.cc#newcode382 chrome/browser/automation/testing_automation_provider_chromeos.cc:382: webui_login_display->Login(username, password); This looks identical to SubmitLoginForm except for ...
8 years, 3 months ago (2012-09-18 18:16:35 UTC) #2
beeps
https://codereview.chromium.org/10944014/diff/2001/chrome/browser/automation/testing_automation_provider_chromeos.cc File chrome/browser/automation/testing_automation_provider_chromeos.cc (right): https://codereview.chromium.org/10944014/diff/2001/chrome/browser/automation/testing_automation_provider_chromeos.cc#newcode382 chrome/browser/automation/testing_automation_provider_chromeos.cc:382: webui_login_display->Login(username, password); On 2012/09/18 18:16:35, craigdh wrote: > This ...
8 years, 3 months ago (2012-09-19 16:29:02 UTC) #3
craigdh
https://codereview.chromium.org/10944014/diff/9001/chrome/browser/automation/testing_automation_provider_chromeos.cc File chrome/browser/automation/testing_automation_provider_chromeos.cc (right): https://codereview.chromium.org/10944014/diff/9001/chrome/browser/automation/testing_automation_provider_chromeos.cc#newcode367 chrome/browser/automation/testing_automation_provider_chromeos.cc:367: !args->GetBoolean("use cached credentials", &use_cached_credentials)) { Use underscores. These are ...
8 years, 3 months ago (2012-09-19 16:58:47 UTC) #4
beeps
https://codereview.chromium.org/10944014/diff/9001/chrome/browser/automation/testing_automation_provider_chromeos.cc File chrome/browser/automation/testing_automation_provider_chromeos.cc (right): https://codereview.chromium.org/10944014/diff/9001/chrome/browser/automation/testing_automation_provider_chromeos.cc#newcode367 chrome/browser/automation/testing_automation_provider_chromeos.cc:367: !args->GetBoolean("use cached credentials", &use_cached_credentials)) { On 2012/09/19 16:58:47, craigdh ...
8 years, 3 months ago (2012-09-19 17:14:39 UTC) #5
craigdh
lgtm, though you will need OWNERs approval for browser/automation (jam) and test/pyautolib (nirnimesh).
8 years, 3 months ago (2012-09-19 17:21:22 UTC) #6
Nirnimesh
http://codereview.chromium.org/10944014/diff/3007/chrome/browser/automation/testing_automation_provider_chromeos.cc File chrome/browser/automation/testing_automation_provider_chromeos.cc (right): http://codereview.chromium.org/10944014/diff/3007/chrome/browser/automation/testing_automation_provider_chromeos.cc#newcode386 chrome/browser/automation/testing_automation_provider_chromeos.cc:386: webui_login_display->Login(username, password); are you sure this is what is ...
8 years, 3 months ago (2012-09-21 18:46:42 UTC) #7
Nirnimesh
Please fix the CL description too
8 years, 3 months ago (2012-09-21 18:47:40 UTC) #8
beeps
http://codereview.chromium.org/10944014/diff/3007/chrome/browser/automation/testing_automation_provider_chromeos.cc File chrome/browser/automation/testing_automation_provider_chromeos.cc (right): http://codereview.chromium.org/10944014/diff/3007/chrome/browser/automation/testing_automation_provider_chromeos.cc#newcode386 chrome/browser/automation/testing_automation_provider_chromeos.cc:386: webui_login_display->Login(username, password); tested it with bogus password and it ...
8 years, 2 months ago (2012-09-26 18:31:09 UTC) #9
Nirnimesh
8 years, 2 months ago (2012-09-26 18:44:32 UTC) #10
LGTM

Powered by Google App Engine
This is Rietveld 408576698