From 59203c63bb777a3bacec32fb8830fba33540e809 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:35:29 +0200 Subject: Adding upstream version 127.0. Signed-off-by: Daniel Baumann --- .../components/satchel/nsIFormFillController.idl | 26 +++------------------- 1 file changed, 3 insertions(+), 23 deletions(-) (limited to 'toolkit/components/satchel/nsIFormFillController.idl') diff --git a/toolkit/components/satchel/nsIFormFillController.idl b/toolkit/components/satchel/nsIFormFillController.idl index 24d9bf8193..32d4e4ce89 100644 --- a/toolkit/components/satchel/nsIFormFillController.idl +++ b/toolkit/components/satchel/nsIFormFillController.idl @@ -35,33 +35,13 @@ interface nsIFormFillController : nsISupports */ readonly attribute boolean passwordPopupAutomaticallyOpened; - // Only used by tests. - void attachPopupElementToDocument(in Document document, in Element popup); - void detachFromDocument(in Document document); - - /* - * Returns true if aInput is managed by the login manager. - * - * @param aInput - The HTML element to tag - */ - [can_run_script] boolean isLoginManagerField(in HTMLInputElement aInput); - - /* - * Mark the specified element as being managed by password manager. - * Autocomplete requests will be handed off to the password manager, and will - * not be stored in form history. - * - * @param aInput - The HTML element to tag - */ - [can_run_script] void markAsLoginManagerField(in HTMLInputElement aInput); - /* - * Mark the specified element as being managed by a form autofill component. - * Autocomplete requests will be handed off to the autofill component. + * Mark the specified element as being managed by autocomplete entry provider. + * Autocomplete requests will be handed off to the AutoCompleteChild. * * @param aInput - The HTML element to mark */ - [can_run_script] void markAsAutofillField(in HTMLInputElement aInput); + [can_run_script] void markAsAutoCompletableField(in HTMLInputElement aInput); /* * Open the autocomplete popup, if possible. -- cgit v1.2.3