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 --- toolkit/components/satchel/nsFormFillController.h | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'toolkit/components/satchel/nsFormFillController.h') diff --git a/toolkit/components/satchel/nsFormFillController.h b/toolkit/components/satchel/nsFormFillController.h index 239c293352..c6781e6d2f 100644 --- a/toolkit/components/satchel/nsFormFillController.h +++ b/toolkit/components/satchel/nsFormFillController.h @@ -19,7 +19,6 @@ #include "nsTHashMap.h" #include "nsInterfaceHashtable.h" #include "nsIDocShell.h" -#include "nsILoginAutoCompleteSearch.h" #include "nsIMutationObserver.h" #include "nsIObserver.h" #include "nsCycleCollectionParticipant.h" @@ -98,13 +97,9 @@ class nsFormFillController final : public nsIFormFillController, bool IsTextControl(nsINode* aNode); - MOZ_CAN_RUN_SCRIPT NS_IMETHODIMP isLoginManagerField( - mozilla::dom::HTMLInputElement* aInput, bool* isLoginManagerField); - // members ////////////////////////////////////////// nsCOMPtr mController; - nsCOMPtr mLoginManagerAC; mozilla::dom::HTMLInputElement* mFocusedInput; // mListNode is a element which, is set, has the form fill @@ -112,21 +107,14 @@ class nsFormFillController final : public nsIFormFillController, nsINode* mListNode; nsCOMPtr mFocusedPopup; - // Only used by tests. - nsInterfaceHashtable, - nsIAutoCompletePopup> - mPopups; - // The observer passed to StartSearch. It will be notified when the search // is complete or the data from a datalist changes. nsCOMPtr mLastListener; // This is cleared by StopSearch(). - nsCOMPtr mLastFormHistoryAutoComplete; nsString mLastSearchString; - nsTHashMap, bool> mPwmgrInputs; - nsTHashMap, bool> mAutofillInputs; + nsTHashMap, bool> mAutoCompleteInputs; uint16_t mFocusAfterRightClickThreshold; uint32_t mTimeout; -- cgit v1.2.3