Skip to content

Commit

Permalink
Bug 1417834 - Part 2: Implement FormAutofillCreditCardSection and For…
Browse files Browse the repository at this point in the history
…mAutofillAddressSection inhertied from FormAutofillSection. r=lchang,ralin

MozReview-Commit-ID: 4i4suqQhUA1

--HG--
extra : rebase_source : 4e6e80b7d512e6e8b5cf8328247be89f1974ad61
  • Loading branch information
weilonge committed Dec 16, 2017
1 parent 1603d0a commit 546e6de
Show file tree
Hide file tree
Showing 4 changed files with 509 additions and 485 deletions.
2 changes: 1 addition & 1 deletion browser/extensions/formautofill/FormAutofillContent.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ AutofillProfileAutoCompleteSearch.prototype = {
let isAddressField = FormAutofillUtils.isAddressField(activeFieldDetail.fieldName);
let isInputAutofilled = activeFieldDetail.state == FIELD_STATES.AUTO_FILLED;
let allFieldNames = activeSection.allFieldNames;
let filledRecordGUID = activeSection.getFilledRecordGUID();
let filledRecordGUID = activeSection.filledRecordGUID;
let searchPermitted = isAddressField ?
FormAutofillUtils.isAutofillAddressesEnabled :
FormAutofillUtils.isAutofillCreditCardsEnabled;
Expand Down
Loading

0 comments on commit 546e6de

Please sign in to comment.