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

Issue 2348001: AutoFill: Refactor the code used to fill a form. Don't fill autocomplete=off (Closed)

Created:
10 years, 7 months ago by James Hawkins
Modified:
9 years, 7 months ago
Reviewers:
dhollowa
CC:
chromium-reviews, jam+cc_chromium.org, Paweł Hajdan Jr., darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

AutoFill: Refactor the code used to fill a form. Don't fill autocomplete=off or non-empty fields. BUG=45143 TEST=FormManagerTest.FillForm Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=48467

Patch Set 1 #

Patch Set 2 : Fix compile. #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+358 lines, -357 lines) Patch
M chrome/renderer/form_manager.h View 3 chunks +22 lines, -1 line 2 comments Download
M chrome/renderer/form_manager.cc View 3 chunks +94 lines, -80 lines 0 comments Download
M chrome/renderer/form_manager_unittest.cc View 1 13 chunks +242 lines, -276 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
James Hawkins
10 years, 7 months ago (2010-05-28 00:41:10 UTC) #1
dhollowa
http://codereview.chromium.org/2348001/diff/3001/4002 File chrome/renderer/form_manager.h (right): http://codereview.chromium.org/2348001/diff/3001/4002#newcode142 chrome/renderer/form_manager.h:142: Callback* callback); Curious, why the need to parameterize the ...
10 years, 7 months ago (2010-05-28 02:07:07 UTC) #2
James Hawkins
http://codereview.chromium.org/2348001/diff/3001/4002 File chrome/renderer/form_manager.h (right): http://codereview.chromium.org/2348001/diff/3001/4002#newcode142 chrome/renderer/form_manager.h:142: Callback* callback); On 2010/05/28 02:07:07, dhollowa wrote: > Curious, ...
10 years, 7 months ago (2010-05-28 02:17:27 UTC) #3
dhollowa
10 years, 7 months ago (2010-05-28 02:31:09 UTC) #4
Ok.  Thanks for the reminder.  LGTM.

Powered by Google App Engine
This is Rietveld 408576698