Package-level declarations
Types
(undocumented in the protocol definition)
(undocumented in the protocol definition)
A list of address fields.
Defines how an address can be displayed like in chrome://settings/addresses. Address UI is a two dimensional array, each inner array is an "address information line", and when rendered in a UI surface should be displayed as such. The following address UI for instance: [{name: "GIVE_NAME", value: "Jon"}, {name: "FAMILY_NAME", value: "Doe"}, {name: "CITY", value: "Munich"}, {name: "ZIP", value: "81456"}] should allow the receiver to render: Jon Doe Munich 81456
Defines commands and events for Autofill.
A dummy response object for the AutofillDomain.disable command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
A dummy response object for the AutofillDomain.enable command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
(undocumented in the protocol definition)
Specified whether a filled field was done so by using the html autocomplete attribute or autofill heuristics.
Request object containing input parameters for the AutofillDomain.setAddresses command.
A dummy response object for the AutofillDomain.setAddresses command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the AutofillDomain.trigger command.
A dummy response object for the AutofillDomain.trigger command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.