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

Issue 10383241: Fix and enable testPasswordAutofilledInIncognito. (Closed)

Created:
8 years, 7 months ago by dyu1
Modified:
8 years, 7 months ago
Reviewers:
Ilya Sherman, Nirnimesh
CC:
chromium-reviews, dennis_jeffrey, anantha, dyu1, Nirnimesh
Visibility:
Public.

Description

Fix and enable testPasswordAutofilledInIncognito. TEST=Tested on chromium bots and passed. BUG=none NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=138289

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Total comments: 7

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -14 lines) Patch
M chrome/test/functional/PYAUTO_TESTS View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/test/functional/passwords.py View 1 2 3 5 chunks +18 lines, -12 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
dyu1
8 years, 7 months ago (2012-05-18 03:00:28 UTC) #1
Ilya Sherman
LGTM with nits addressed. (Please wait for Nirnimesh's review as well prior to committing.) Thanks ...
8 years, 7 months ago (2012-05-18 03:14:27 UTC) #2
Nirnimesh
LGTM provided you fix the casing. http://codereview.chromium.org/10383241/diff/1/chrome/test/functional/passwords.py File chrome/test/functional/passwords.py (right): http://codereview.chromium.org/10383241/diff/1/chrome/test/functional/passwords.py#newcode219 chrome/test/functional/passwords.py:219: USERNAME = 'test@google.com' ...
8 years, 7 months ago (2012-05-18 03:20:23 UTC) #3
dyu1
Can you have a quick look at the changes? http://codereview.chromium.org/10383241/diff/1/chrome/test/functional/passwords.py File chrome/test/functional/passwords.py (right): http://codereview.chromium.org/10383241/diff/1/chrome/test/functional/passwords.py#newcode219 chrome/test/functional/passwords.py:219: ...
8 years, 7 months ago (2012-05-18 23:44:37 UTC) #4
Ilya Sherman
http://codereview.chromium.org/10383241/diff/8001/chrome/test/functional/passwords.py File chrome/test/functional/passwords.py (right): http://codereview.chromium.org/10383241/diff/8001/chrome/test/functional/passwords.py#newcode24 chrome/test/functional/passwords.py:24: HOSTNAME = '/'.join(SLASHPARTS[:3]) + '/' Hmm, you should probably ...
8 years, 7 months ago (2012-05-19 01:08:56 UTC) #5
dyu1
http://codereview.chromium.org/10383241/diff/8001/chrome/test/functional/passwords.py File chrome/test/functional/passwords.py (right): http://codereview.chromium.org/10383241/diff/8001/chrome/test/functional/passwords.py#newcode24 chrome/test/functional/passwords.py:24: HOSTNAME = '/'.join(SLASHPARTS[:3]) + '/' On 2012/05/19 01:08:57, Ilya ...
8 years, 7 months ago (2012-05-19 02:21:47 UTC) #6
Ilya Sherman
LGTM with nits http://codereview.chromium.org/10383241/diff/8001/chrome/test/functional/passwords.py File chrome/test/functional/passwords.py (right): http://codereview.chromium.org/10383241/diff/8001/chrome/test/functional/passwords.py#newcode280 chrome/test/functional/passwords.py:280: 'Passwd': 'test12345'} On 2012/05/19 02:21:47, dyu1 ...
8 years, 7 months ago (2012-05-19 07:47:34 UTC) #7
dyu1
8 years, 7 months ago (2012-05-22 17:31:38 UTC) #8
http://codereview.chromium.org/10383241/diff/13001/chrome/test/functional/pas...
File chrome/test/functional/passwords.py (right):

http://codereview.chromium.org/10383241/diff/13001/chrome/test/functional/pas...
chrome/test/functional/passwords.py:22: HOSTNAME = 'https://'+urlparse(URL)[1]
On 2012/05/19 07:47:34, Ilya Sherman wrote:
> nit: HOSTNAME = 'https://' + urlparse(URL).netloc

Done.

Powered by Google App Engine
This is Rietveld 408576698