mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
970b4a9e03
This patch: - adds a new pref "extensions.formautofill.addresses.capture.v2.enabled". When the pref is on, we will use "save address" and "update address" doorhnager instead of "first time use" doorhanger for address capture. - adds a AddressComponent class, which converts "address record" into an object that we can more easily compare each address field. - defines when we consider one address is a duplicated address of another one (See AddressComponent.isDuplicate for details) - defines when we consider one address can be merged into another address (See AddressComponent.isMergeable for details) This patch does NOT: - implements comparison heuristics for individual address fields. This patch simply compares string directly. Differential Revision: https://phabricator.services.mozilla.com/D170352 |
||
---|---|---|
.. | ||
actors | ||
app | ||
base | ||
branding | ||
components | ||
config | ||
docs | ||
extensions | ||
fonts | ||
fxr | ||
installer | ||
locales | ||
locales-preview | ||
modules | ||
themes | ||
tools/mozscreenshots | ||
.eslintrc.js | ||
app.mozbuild | ||
build.mk | ||
confvars.sh | ||
defs.mk | ||
l10n-registry.manifest | ||
LICENSE | ||
Makefile.in | ||
moz.build | ||
moz.configure |