gecko-dev/toolkit/components/formautofill/android
Dimi b579290e6b Bug 1808176 - Share the same logic when process credit card and address form submission event. r=sgalich
This patch changes how we processing address form submission event. The current step works as follows:
1. Check whether the submitted address already exists, if yes, do not
   show address doorhanger
2. Check whether address capture is disabled, if yes, do not show
   doorhanger
3. Check whether a duplicated address exists, if yes, show update
   doorhanger. If no, show address FTU doorhanger.

NOTE:
- FTU doorhanger will be replaced with save address doorhanger soon.

Differential Revision: https://phabricator.services.mozilla.com/D166662
2023-02-14 09:23:48 +00:00
..
FormAutofillPrompter.jsm Bug 1808176 - Share the same logic when process credit card and address form submission event. r=sgalich 2023-02-14 09:23:48 +00:00
FormAutofillStorage.jsm Bug 1808176 - Share the same logic when process credit card and address form submission event. r=sgalich 2023-02-14 09:23:48 +00:00