|
Refactor autofill form fields.
1, Add FormField::MatchType and ParseText() use to match the input.
2, Erase some unndeeded function in FormField.
3, Make new MatchWithType() function.
4, Added FormField::is_text_input to drag the info to check the matching.
BUG=
TEST=
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+137 lines, -74 lines) |
Patch |
 |
M |
chrome/browser/autofill/address_field.cc
|
View
|
|
9 chunks |
+33 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/credit_card_field.cc
|
View
|
|
7 chunks |
+20 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/email_field.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/form_field.h
|
View
|
|
3 chunks |
+16 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/form_field.cc
|
View
|
|
4 chunks |
+34 lines, -29 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/name_field.cc
|
View
|
|
5 chunks |
+12 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/phone_field.cc
|
View
|
|
3 chunks |
+6 lines, -1 line |
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 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/form_field.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
1 comment
|
Download
|
 |
M |
webkit/glue/form_field.cc
|
View
|
|
4 chunks |
+11 lines, -3 lines |
3 comments
|
Download
|
Total messages: 10 (0 generated)
|