Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update autofill to 16.2.1 #5632

Merged
merged 2 commits into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
appId: com.duckduckgo.mobile.android
name: "Autofill: Will backfill username in a multi-step registration form with a manually entered password"
tags:
- x
- autofillBackfillingUsername
---
# Pre-requisite: Requires app be built with -Pautofill-disable-auth-requirement flag to disable auth requirement

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ tags:

- runFlow: ../../shared/pre_onboarding.yaml

# manually add a credential
- runFlow: ../steps/manually_add_existing_credential.yaml

# get to autofill login form
- tapOn:
text: "search or type URL"
id: "com.duckduckgo.mobile.android:id/omnibarTextInput"
- inputText: "https://autofill.me/form/login-simple"
- pressKey: Enter
- runFlow: ../steps/decline_autofill_prompt.yaml
Expand Down
72 changes: 60 additions & 12 deletions node_modules/@duckduckgo/autofill/dist/autofill-debug.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

72 changes: 60 additions & 12 deletions node_modules/@duckduckgo/autofill/dist/autofill.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 14 additions & 2 deletions node_modules/@duckduckgo/autofill/dist/shared-credentials.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@duckduckgo/autoconsent": "^12.9.0",
"@duckduckgo/autofill": "github:duckduckgo/duckduckgo-autofill#16.2.0",
"@duckduckgo/autofill": "github:duckduckgo/duckduckgo-autofill#16.2.1",
"@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#7.17.0",
"@duckduckgo/privacy-dashboard": "github:duckduckgo/privacy-dashboard#8.1.0",
"@duckduckgo/privacy-reference-tests": "github:duckduckgo/privacy-reference-tests#1738159777"
Expand Down
Loading