From 5323091054c464d5f6b41e9c664ab35fa49fa06a Mon Sep 17 00:00:00 2001 From: ih-codes Date: Fri, 12 Jul 2024 16:19:15 -0600 Subject: [PATCH 1/2] Test push. --- firefox-ios/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/firefox-ios/README.md b/firefox-ios/README.md index c163c18d49ab4..0c476c9d4ef57 100644 --- a/firefox-ios/README.md +++ b/firefox-ios/README.md @@ -82,3 +82,4 @@ To create a production build of the User Scripts run the following `npm` command ```shell npm run build ``` + From b22119f3bc22332b43946d8999de66263b322b95 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 02:35:59 +0000 Subject: [PATCH 2/2] Refactor - auto update credential provider script --- .../Assets/CC_Script/FormLikeFactory.sys.mjs | 75 ++++++++++++------- 1 file changed, 46 insertions(+), 29 deletions(-) diff --git a/firefox-ios/Client/Assets/CC_Script/FormLikeFactory.sys.mjs b/firefox-ios/Client/Assets/CC_Script/FormLikeFactory.sys.mjs index 4950ee0f82075..162fedbc2bc88 100644 --- a/firefox-ios/Client/Assets/CC_Script/FormLikeFactory.sys.mjs +++ b/firefox-ios/Client/Assets/CC_Script/FormLikeFactory.sys.mjs @@ -37,42 +37,28 @@ export let FormLikeFactory = { }, /** - * Create a FormLike object from an // not in a
are one LoginForm but this + * shouldn't be relied upon as the heuristics may change to detect multiple + * "forms" (e.g. registration and login) on one page with a . * - * @param {HTMLInputElement|HTMLSelectElement} aField - an or // or