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

Side by Side Diff: chrome/test/data/autofill/heuristics/output/08_register_aol.com.out

Issue 621503003: Exclude readonly and disabled elements from autofill form. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fold checks on ReadOnly and Enabled into IsAutofillable() function. Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 NAME_FIRST | {actionForm.firstName} | First Name | 1 NAME_FIRST | {actionForm.firstName} | First Name |
2 NAME_LAST | {actionForm.lastName} | Last Name | 2 NAME_LAST | {actionForm.lastName} | Last Name |
3 UNKNOWN_TYPE | {actionForm.desiredSN} | NEW! Pick a username: What's new? | 3 UNKNOWN_TYPE | {actionForm.desiredSN} | NEW! Pick a username: What's new? |
4 UNKNOWN_TYPE | {actionForm.password} | Password | 4 UNKNOWN_TYPE | {actionForm.password} | Password |
5 UNKNOWN_TYPE | verifyPasswordHint | Password | Retype password
6 UNKNOWN_TYPE | {actionForm.verifyPassword} | Password | 5 UNKNOWN_TYPE | {actionForm.verifyPassword} | Password |
7 UNKNOWN_TYPE | wlw-select_key:{actionForm.dobMonth} | Select Month | 6 UNKNOWN_TYPE | wlw-select_key:{actionForm.dobMonth} | Select Month |
8 UNKNOWN_TYPE | {actionForm.dobDay} | Select Month | Day (dd) 7 UNKNOWN_TYPE | {actionForm.dobDay} | Select Month | Day (dd)
9 UNKNOWN_TYPE | {actionForm.dobYear} | Select Month | Year (yyyy) 8 UNKNOWN_TYPE | {actionForm.dobYear} | Select Month | Year (yyyy)
10 UNKNOWN_TYPE | wlw-radio_button_group_key:{actionForm.gender} | Gender | Female 9 UNKNOWN_TYPE | wlw-radio_button_group_key:{actionForm.gender} | Gender | Female
11 UNKNOWN_TYPE | wlw-radio_button_group_key:{actionForm.gender} | Gender | Male 10 UNKNOWN_TYPE | wlw-radio_button_group_key:{actionForm.gender} | Gender | Male
12 ADDRESS_HOME_ZIP | {actionForm.zipCode} | Zip Code | 11 ADDRESS_HOME_ZIP | {actionForm.zipCode} | Zip Code |
13 UNKNOWN_TYPE | wlw-select_key:{actionForm.acctSecurityQuestion} | Set a Security Question | 12 UNKNOWN_TYPE | wlw-select_key:{actionForm.acctSecurityQuestion} | Set a Security Question |
14 UNKNOWN_TYPE | {actionForm.acctSecurityAnswer} | Set a Security Question | Your Answer 13 UNKNOWN_TYPE | {actionForm.acctSecurityAnswer} | Set a Security Question | Your Answer
15 EMAIL_ADDRESS | {actionForm.altEMail} | Alternate Email(optional) | 14 EMAIL_ADDRESS | {actionForm.altEMail} | Alternate Email(optional) |
16 UNKNOWN_TYPE | {actionForm.wordVerify} | Enter what you see above | 15 UNKNOWN_TYPE | {actionForm.wordVerify} | Enter what you see above |
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698