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

Issue 7602006: Add preliminary Autofill support for the 'autocompletetype' attribute. (Closed)

Created:
9 years, 4 months ago by Ilya Sherman
Modified:
9 years, 4 months ago
CC:
chromium-reviews, GeorgeY, brettw-cc_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr., Ilya Sherman, dhollowa
Visibility:
Public.

Description

Add preliminary Autofill support for the 'autocompletetype' attribute. BUG=92121 TEST=unit_tests --gtest_filter=FormStructureTest.*Autocompletetype*; browser_tests --gtest_filter=FormManagerTest.WebFormControlElementToFormFieldAutocompletetype Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96131

Patch Set 1 #

Patch Set 2 : Fix clang compile #

Total comments: 14

Patch Set 3 : Prevent DOS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+535 lines, -10 lines) Patch
M chrome/browser/autofill/autofill_manager.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/autofill/form_structure.h View 1 2 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/autofill/form_structure.cc View 1 2 7 chunks +189 lines, -6 lines 0 comments Download
M chrome/browser/autofill/form_structure_unittest.cc View 1 chunk +131 lines, -0 lines 0 comments Download
M chrome/common/autofill_messages.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/autofill/form_manager.cc View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/renderer/autofill/form_manager_browsertest.cc View 1 2 1 chunk +130 lines, -0 lines 0 comments Download
A chrome/test/data/autofill/heuristics/input/01_autocompletetype_attribute.html View 1 chunk +29 lines, -0 lines 0 comments Download
A chrome/test/data/autofill/heuristics/output/01_autocompletetype_attribute.out View 1 chunk +27 lines, -0 lines 0 comments Download
M webkit/glue/form_field.h View 2 chunks +2 lines, -0 lines 0 comments Download
M webkit/glue/form_field.cc View 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Ilya Sherman
9 years, 4 months ago (2011-08-09 02:27:27 UTC) #1
dhollowa
http://codereview.chromium.org/7602006/diff/2001/chrome/browser/autofill/form_structure.cc File chrome/browser/autofill/form_structure.cc (right): http://codereview.chromium.org/7602006/diff/2001/chrome/browser/autofill/form_structure.cc#newcode231 chrome/browser/autofill/form_structure.cc:231: // Classifies each field in |fields| based upon its ...
9 years, 4 months ago (2011-08-09 21:25:22 UTC) #2
Ilya Sherman
http://codereview.chromium.org/7602006/diff/2001/chrome/browser/autofill/form_structure.cc File chrome/browser/autofill/form_structure.cc (right): http://codereview.chromium.org/7602006/diff/2001/chrome/browser/autofill/form_structure.cc#newcode231 chrome/browser/autofill/form_structure.cc:231: // Classifies each field in |fields| based upon its ...
9 years, 4 months ago (2011-08-09 22:55:03 UTC) #3
dhollowa
LGTM!
9 years, 4 months ago (2011-08-09 23:37:43 UTC) #4
commit-bot: I haz the power
9 years, 4 months ago (2011-08-10 05:38:48 UTC) #5
Change committed as 96131

Powered by Google App Engine
This is Rietveld 408576698