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

Side by Side Diff: chrome/test/data/autofill/heuristics/output/15_crbug_40687.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 | user[billing][firstname] | First Name | 1 NAME_FIRST | user[billing][firstname] | First Name |
2 NAME_LAST | user[billing][lastname] | Last Name | 2 NAME_LAST | user[billing][lastname] | Last Name |
3 ADDRESS_HOME_LINE1 | user[billing][address_first] | Billing Address | 3 ADDRESS_HOME_LINE1 | user[billing][address_first] | Billing Address |
4 ADDRESS_HOME_LINE2 | user[billing][address_second] | Billing Suite/Apt # | 4 ADDRESS_HOME_LINE2 | user[billing][address_second] | Billing Suite/Apt # |
5 ADDRESS_HOME_CITY | user[billing][city] | Billing City | 5 ADDRESS_HOME_CITY | user[billing][city] | Billing City |
6 ADDRESS_HOME_STATE | user[billing][state] | State/Province | CA
7 ADDRESS_HOME_ZIP | user[billing][zip] | Billing Postal Code | 94043
8 ADDRESS_HOME_COUNTRY | user[billing][country] | Billing Country | US
9 PHONE_HOME_WHOLE_NUMBER | user[phone_first] | Phone Number | 6 PHONE_HOME_WHOLE_NUMBER | user[phone_first] | Phone Number |
10 EMAIL_ADDRESS | user[email] | Email Address | 7 EMAIL_ADDRESS | user[email] | Email Address |
11 EMAIL_ADDRESS | user[email_confirm] | Confirm Email Address | 8 EMAIL_ADDRESS | user[email_confirm] | Confirm Email Address |
12 CREDIT_CARD_NUMBER | payment[cc_number] | Credit Card Number | 9 CREDIT_CARD_NUMBER | payment[cc_number] | Credit Card Number |
13 CREDIT_CARD_EXP_MONTH | payment[cc_expmo] | Expiration Month | 10 CREDIT_CARD_EXP_MONTH | payment[cc_expmo] | Expiration Month |
14 CREDIT_CARD_EXP_4_DIGIT_YEAR | payment[cc_expyr] | Expiration Year | 11 CREDIT_CARD_EXP_4_DIGIT_YEAR | payment[cc_expyr] | Expiration Year |
15 CREDIT_CARD_VERIFICATION_CODE | payment[sigpanel] | CVV2/Panel Code | 12 CREDIT_CARD_VERIFICATION_CODE | payment[sigpanel] | CVV2/Panel Code |
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698