| android |
|
|
- |
| Constants.ios.mjs |
|
3606 |
- |
| default |
|
|
- |
| FormAutofill.ios.sys.mjs |
|
620 |
- |
| FormAutofill.sys.mjs |
Determines if an autofill feature should be enabled based on the "available"
and "supportedCountries" parameters.
@param {string} available Available can be one of the following: "on", "detect", "off".
"on" forces the particular Form Autofill feature on, while "detect" utilizes the supported countries
to see if the feature should be available.
@param {string[]} supportedCountries
@returns {boolean} `true` if autofill feature is supported in the current browser search region
|
10752 |
- |
| FormAutofillChild.ios.sys.mjs |
eslint-disable no-undef,mozilla/balanced-listeners |
7713 |
- |
| FormAutofillChild.sys.mjs |
Handles content's interactions for the frame.
|
43637 |
- |
| FormAutofillContent.sys.mjs |
Form Autofill content process module.
|
2139 |
- |
| FormAutofillNative.cpp |
|
51404 |
- |
| FormAutofillNative.h |
|
726 |
- |
| FormAutofillParent.sys.mjs |
Implements a service used to access storage and communicate with content.
A "fields" array is used to communicate with FormAutofillChild. Each item
represents a single input field in the content page as well as its
`@autocomplete` properties. The schema is as below. Please refer to
FormAutofillChild.js for more details.
[
{
section,
addressType,
contactType,
fieldName,
value,
index
},
{
// ...
}
]
|
50686 |
- |
| FormAutofillPreferences.sys.mjs |
Injects the form autofill section into about:preferences.
|
18449 |
- |
| FormAutofillStorageBase.sys.mjs |
|
65894 |
- |
| FormAutofillSync.sys.mjs |
|
11646 |
- |
| Helpers.ios.mjs |
eslint mozilla/use-isInstance: 0 |
9816 |
- |
| jar.mn |
|
873 |
- |
| metrics.yaml |
|
55589 |
- |
| moz.build |
|
1488 |
- |
| Overrides.ios.js |
|
934 |
- |
| ProfileAutoCompleteResult.sys.mjs |
@returns {number} The number of results
|
15254 |
- |
| RustAutofillStore.sys.mjs |
Owns the lifecycle of the Application Services `autofill` SQLite store.
There is one store per profile -- addresses, credit cards and passports are
collections within it -- so this is a singleton and the store itself is
opened lazily on first use. On first open it registers a shutdown blocker
that closes the store's rusqlite connection; otherwise the connection is
only closed when its JS wrapper is garbage-collected, which happens too late
in shutdown.
|
3277 |
- |
| shared |
|
|
- |