-
Notifications
You must be signed in to change notification settings - Fork 68
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
[Autofill] Disable partial saves #2736
Conversation
Don't forget to add an individual reviewer (in addition to those already added, this should create a task for them in Asana). |
dfbed34
to
08140b0
Compare
Generated file outputs:Time updated: Fri, 07 Feb 2025 07:18:12 GMT legacytrackers-unprotected-temporary.txt (11 more)
v3/android-config.json (2 more)
--- v3/macos-config.json
+++ v3/macos-config.json
@@ -823,9 +823,9 @@
"credentialsImportPromotionForExistingUsers": {
"state": "enabled"
},
"partialFormSaves": {
- "state": "enabled"
+ "state": "disabled"
}
}
},
"backgroundAgentPixelTest": {
latestv4/android-config.json (2 more)
--- v4/macos-config.json
+++ v4/macos-config.json
@@ -699,9 +699,9 @@
"credentialsImportPromotionForExistingUsers": {
"state": "enabled"
},
"partialFormSaves": {
- "state": "enabled"
+ "state": "disabled"
}
}
},
"backgroundAgentPixelTest": {
v4/extension-brave-config.json (10 more)
|
08140b0
to
c4ffa2c
Compare
c4ffa2c
to
3c7f863
Compare
Asana Task/Github Issue: https://app.asana.com/0/1203822806345703/1209282738083555
Description
Disabling
partial_form_saves
as a step to investigate drop in autofill accuracy metrics https://app.asana.com/0/1203822806345703/1209282738083555/f.Feature change process:
Additional info:
Site breakage mitigation process:
Brief explanation
Reported URL:
Problems experienced:
Platforms affected:
Tracker(s) being unblocked:
Feature being disabled:
I have referenced the URL of this PR as the "reason" value for the exception (where applicable).
This change is a speculative mitigation to fix reported breakage.
Reference