From 8065dffee06c0be0e2f81e525940d60909cee63b Mon Sep 17 00:00:00 2001 From: Issam Mani Date: Thu, 12 Sep 2024 13:37:12 +0200 Subject: [PATCH] Add FXIOS-9962 - Add shared files from mozilla central for password generator (#21885) * chore: add JS shared files for password generator --- firefox-ios/Client/Assets/CC_Script/CC_Python_Update.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/firefox-ios/Client/Assets/CC_Script/CC_Python_Update.py b/firefox-ios/Client/Assets/CC_Script/CC_Python_Update.py index 7168315062bf..ca45c08af32f 100644 --- a/firefox-ios/Client/Assets/CC_Script/CC_Python_Update.py +++ b/firefox-ios/Client/Assets/CC_Script/CC_Python_Update.py @@ -40,6 +40,11 @@ "toolkit/components/passwordmgr/LoginManager.shared.mjs", "toolkit/components/formautofill/Overrides.ios.js", "toolkit/modules/third_party/fathom/fathom.mjs", + "toolkit/components/passwordmgr/shared/LoginFormFactory.sys.mjs", + "toolkit/components/passwordmgr/shared/NewPasswordModel.sys.mjs", + "toolkit/components/passwordmgr/shared/PasswordGenerator.sys.mjs ", + "toolkit/components/passwordmgr/shared/PasswordRulesParser.sys.mjs", + "toolkit/components/passwordmgr/LoginManager.shared.sys.mjs", ]