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

Issue 22926033: Enable password saving for dynamic password forms (Closed)

Created:
7 years, 3 months ago by guohui
Modified:
7 years, 3 months ago
CC:
chromium-reviews, Raman Kakilate, benquan, jam, ahutter, browser-components-watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, Dane Wallinga, dyu1, Albert Bodenhamer, estade+watch_chromium.org, Ilya Sherman, rouslan+autofillwatch_chromium.org
Visibility:
Public.

Description

Enable password saving for dynamic password forms For a list of major sites with dynamic password forms and whether they are fixed with this CL, please refer to the 'JavaScript Forms' column in https://docs.google.com/a/google.com/spreadsheet/ccc?key=0AkbIXgaqCC1tdGQ4NHlwd0phbWhBOEs1eGFTa1BsZFE#gid=0. Each remaining issue is tracked in separate bugs, crbug/26186, crbug/43219, crbug/234292, crbug/282487, crbug/282488, crbug/282522 BUG=123955 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=223413

Patch Set 1 : Initial #

Total comments: 2

Patch Set 2 : test added #

Total comments: 9

Patch Set 3 : comments addressed #

Total comments: 4

Patch Set 4 : flaky test fixed #

Total comments: 4

Patch Set 5 : nits fixed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -2 lines) Patch
M chrome/browser/password_manager/password_manager_browsertest.cc View 1 2 3 1 chunk +18 lines, -0 lines 0 comments Download
A chrome/test/data/password/dynamic_password_form.html View 1 2 1 chunk +34 lines, -0 lines 0 comments Download
M components/autofill/content/renderer/autofill_agent.cc View 1 2 3 4 2 chunks +11 lines, -2 lines 0 comments Download
M components/autofill/content/renderer/password_autofill_agent.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M components/autofill/content/renderer/password_autofill_agent.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
guohui
Hello Ilya, Could you please review the CL? Thanks, Hui
7 years, 3 months ago (2013-08-26 16:35:40 UTC) #1
Ilya Sherman
Wow, nice that most of the plumbing is already handled for us! Could you please ...
7 years, 3 months ago (2013-08-26 20:33:15 UTC) #2
Garrett Casto
On 2013/08/26 20:33:15, Ilya Sherman (Away Aug. 9-25) wrote: > Wow, nice that most of ...
7 years, 3 months ago (2013-08-27 01:02:09 UTC) #3
guohui
Thanks and sorry for the delay, unit tests added. the checkout code for associating dynamic ...
7 years, 3 months ago (2013-09-06 19:30:46 UTC) #4
guohui
On 2013/09/06 19:30:46, guohui wrote: > Thanks and sorry for the delay, unit tests added. ...
7 years, 3 months ago (2013-09-06 19:37:18 UTC) #5
Ilya Sherman
> @garrett, i noticed all tests that expects prompt to be shown are currently > ...
7 years, 3 months ago (2013-09-10 01:27:58 UTC) #6
gcasto (DO NOT USE)
I'll have a CL out to fix the flakiness issue today, and Hui should be ...
7 years, 3 months ago (2013-09-10 17:03:42 UTC) #7
Garrett Casto
https://codereview.chromium.org/22926033/diff/32001/chrome/test/data/password/dynamic_password_form.html File chrome/test/data/password/dynamic_password_form.html (right): https://codereview.chromium.org/22926033/diff/32001/chrome/test/data/password/dynamic_password_form.html#newcode31 chrome/test/data/password/dynamic_password_form.html:31: <body onload='createDynamicForm()'></body> We discussed this offline, but just as ...
7 years, 3 months ago (2013-09-10 17:13:45 UTC) #8
guohui
https://codereview.chromium.org/22926033/diff/32001/chrome/test/data/password/dynamic_password_form.html File chrome/test/data/password/dynamic_password_form.html (right): https://codereview.chromium.org/22926033/diff/32001/chrome/test/data/password/dynamic_password_form.html#newcode8 chrome/test/data/password/dynamic_password_form.html:8: dynamicForm.setAttribute('action','done.html'); On 2013/09/10 01:27:58, Ilya Sherman wrote: > nit: ...
7 years, 3 months ago (2013-09-13 15:09:39 UTC) #9
Garrett Casto
https://codereview.chromium.org/22926033/diff/40001/chrome/browser/password_manager/password_manager_browsertest.cc File chrome/browser/password_manager/password_manager_browsertest.cc (right): https://codereview.chromium.org/22926033/diff/40001/chrome/browser/password_manager/password_manager_browsertest.cc#newcode184 chrome/browser/password_manager/password_manager_browsertest.cc:184: ui_test_utils::NavigateToURL(browser(), url); Use NavigateToFile() for this or else the ...
7 years, 3 months ago (2013-09-13 18:30:05 UTC) #10
guohui
https://codereview.chromium.org/22926033/diff/40001/chrome/browser/password_manager/password_manager_browsertest.cc File chrome/browser/password_manager/password_manager_browsertest.cc (right): https://codereview.chromium.org/22926033/diff/40001/chrome/browser/password_manager/password_manager_browsertest.cc#newcode184 chrome/browser/password_manager/password_manager_browsertest.cc:184: ui_test_utils::NavigateToURL(browser(), url); On 2013/09/13 18:30:05, Garrett Casto wrote: > ...
7 years, 3 months ago (2013-09-13 20:07:56 UTC) #11
Garrett Casto
lgtm
7 years, 3 months ago (2013-09-13 21:25:24 UTC) #12
Ilya Sherman
LGTM, thanks. https://codereview.chromium.org/22926033/diff/59001/components/autofill/content/renderer/autofill_agent.cc File components/autofill/content/renderer/autofill_agent.cc (left): https://codereview.chromium.org/22926033/diff/59001/components/autofill/content/renderer/autofill_agent.cc#oldcode610 components/autofill/content/renderer/autofill_agent.cc:610: // TODO(isherman): Decide if we want to ...
7 years, 3 months ago (2013-09-14 02:18:07 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/guohui@chromium.org/22926033/41006
7 years, 3 months ago (2013-09-16 18:03:43 UTC) #14
guohui
https://codereview.chromium.org/22926033/diff/59001/components/autofill/content/renderer/autofill_agent.cc File components/autofill/content/renderer/autofill_agent.cc (left): https://codereview.chromium.org/22926033/diff/59001/components/autofill/content/renderer/autofill_agent.cc#oldcode610 components/autofill/content/renderer/autofill_agent.cc:610: // TODO(isherman): Decide if we want to support autofill ...
7 years, 3 months ago (2013-09-16 19:51:41 UTC) #15
commit-bot: I haz the power
7 years, 3 months ago (2013-09-16 21:19:15 UTC) #16
Message was sent while issue was closed.
Change committed as 223413

Powered by Google App Engine
This is Rietveld 408576698