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

Side by Side Diff: chrome/test/data/autofill/heuristics/output/02_checkout_cafepress.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_FULL | BillName | Name on Account* | 1 NAME_FULL | BillName | Name on Account* |
2 ADDRESS_HOME_COUNTRY | BillCountry | Country* | UNITED STATES 2 ADDRESS_HOME_COUNTRY | BillCountry | Country* | UNITED STATES
3 ADDRESS_HOME_LINE1 | BillStreet1 | Address * | 3 ADDRESS_HOME_LINE1 | BillStreet1 | Address * |
4 ADDRESS_HOME_LINE2 | BillStreet2 | Address * | 4 ADDRESS_HOME_LINE2 | BillStreet2 | Address * |
5 UNKNOWN_TYPE | ddlRedoClassification | Address * | 5 UNKNOWN_TYPE | ddlRedoClassification | Address * |
6 ADDRESS_HOME_CITY | BillCity | Town/City* | 6 ADDRESS_HOME_CITY | BillCity | Town/City* |
7 ADDRESS_HOME_STATE | BillState | State/Province* | 7 ADDRESS_HOME_STATE | BillState | State/Province* |
8 UNKNOWN_TYPE | BillStateOther | State/Province* | 8 UNKNOWN_TYPE | BillStateOther | State/Province* |
9 ADDRESS_HOME_ZIP | BillZip | Zip/Postal Code* | 9 ADDRESS_HOME_ZIP | BillZip | Zip/Postal Code* |
10 PHONE_HOME_WHOLE_NUMBER | BillPhone | Phone Number* | 10 PHONE_HOME_WHOLE_NUMBER | BillPhone | Phone Number* |
11 EMAIL_ADDRESS | BillEmail | Email Address* | 11 EMAIL_ADDRESS | BillEmail | Email Address* |
12 UNKNOWN_TYPE | cbStoreSpecial | | on 12 UNKNOWN_TYPE | cbStoreSpecial | | on
13 UNKNOWN_TYPE | ShipDestination | | billaddress 13 UNKNOWN_TYPE | ShipDestination | | billaddress
14 UNKNOWN_TYPE | ShipDestination | Ship to my billing address | shipaddress 14 UNKNOWN_TYPE | ShipDestination | Ship to my billing address | shipaddress
15 NAME_FULL | ShipName | Recipient Name* | 15 NAME_FULL | ShipName | Recipient Name* |
16 ADDRESS_HOME_COUNTRY | ShipCountry | Country* | UNITED STATES 16 ADDRESS_HOME_COUNTRY | ShipCountry | Country* | UNITED STATES
17 ADDRESS_HOME_LINE1 | ShipStreet1 | Address* | 17 ADDRESS_HOME_LINE1 | ShipStreet1 | Address* |
18 ADDRESS_HOME_LINE2 | ShipStreet2 | Address* | 18 ADDRESS_HOME_LINE2 | ShipStreet2 | Address* |
19 ADDRESS_HOME_CITY | ShipCity | Town/City* | 19 ADDRESS_HOME_CITY | ShipCity | Town/City* |
20 ADDRESS_HOME_STATE | ShipState | State/Province* | 20 ADDRESS_HOME_STATE | ShipState | State/Province* |
21 UNKNOWN_TYPE | ShipStateOther | State/Province* | 21 UNKNOWN_TYPE | ShipStateOther | State/Province* |
22 ADDRESS_HOME_ZIP | ShipZip | Zip/Postal Code* | 22 ADDRESS_HOME_ZIP | ShipZip | Zip/Postal Code* |
23 UNKNOWN_TYPE | ShowGiftMsg | 2 Shipping Address | on 23 UNKNOWN_TYPE | ShowGiftMsg | 2 Shipping Address | on
24 ADDRESS_HOME_STREET_ADDRESS | GiftMessage | 2 Shipping Address | 24 ADDRESS_HOME_STREET_ADDRESS | GiftMessage | 2 Shipping Address |
25 UNKNOWN_TYPE | countdown | You have | 300
26 UNKNOWN_TYPE | ApplyGiftWrap | 2 Shipping Address | on 25 UNKNOWN_TYPE | ApplyGiftWrap | 2 Shipping Address | on
27 UNKNOWN_TYPE | txtCoupon | Apply Promo Code | 26 UNKNOWN_TYPE | txtCoupon | Apply Promo Code |
28 UNKNOWN_TYPE | PaymentMethod | | PayByCafeCash 27 UNKNOWN_TYPE | PaymentMethod | | PayByCafeCash
29 UNKNOWN_TYPE | PaymentMethod | | PayByGC 28 UNKNOWN_TYPE | PaymentMethod | | PayByGC
30 UNKNOWN_TYPE | PaymentMethod | | PayByCCGC 29 UNKNOWN_TYPE | PaymentMethod | | PayByCCGC
31 UNKNOWN_TYPE | PaymentMethod | | PayByCC 30 UNKNOWN_TYPE | PaymentMethod | | PayByCC
32 CREDIT_CARD_NUMBER | txtCCAccount | Credit Card No.* | 31 CREDIT_CARD_NUMBER | txtCCAccount | Credit Card No.* |
33 CREDIT_CARD_EXP_MONTH | ccExp$MonthDrop | Expiration Date* | 06 (June) 32 CREDIT_CARD_EXP_MONTH | ccExp$MonthDrop | Expiration Date* | 06 (June)
34 CREDIT_CARD_EXP_4_DIGIT_YEAR | ccExp$YearDrop | Expiration Date* | 2011 33 CREDIT_CARD_EXP_4_DIGIT_YEAR | ccExp$YearDrop | Expiration Date* | 2011
35 UNKNOWN_TYPE | PaymentMethod | Expiration Date* | PayByCheck 34 UNKNOWN_TYPE | PaymentMethod | Expiration Date* | PayByCheck
36 UNKNOWN_TYPE | PaymentMethod | | PayByPayPal 35 UNKNOWN_TYPE | PaymentMethod | | PayByPayPal
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698