Enable AutofillContentEditableChangeEvents at TOT for Mac and Windows
BUG: 315844607 Change-Id: I34a245de4bc6aa24f987122c40cc1cec7288e1df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5595578 Reviewed-by: Friedrich Horschig <fhorschig@chromium.org> Reviewed-by: Stephen McGruer <smcgruer@chromium.org> Commit-Queue: Nick Birnie <birnie@google.com> Cr-Commit-Position: refs/heads/main@{#1310698}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
dc83ce2d96
commit
1a3b7d87a9
@ -643,9 +643,15 @@ BASE_FEATURE(kAutofillTextAreaChangeEvents,
|
||||
|
||||
// Sends text change events for contenteditable elements. When this is off,
|
||||
// only input elements and maybe textarea elements send text change events.
|
||||
// Enabled by default for Mac and Windows platforms.
|
||||
BASE_FEATURE(kAutofillContentEditableChangeEvents,
|
||||
"AutofillContentEditableChangeEvents",
|
||||
base::FEATURE_DISABLED_BY_DEFAULT);
|
||||
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)
|
||||
base::FEATURE_ENABLED_BY_DEFAULT
|
||||
#else
|
||||
base::FEATURE_DISABLED_BY_DEFAULT
|
||||
#endif
|
||||
);
|
||||
|
||||
// Controls an ablation study in which autofill for addresses and payment data
|
||||
// can be suppressed.
|
||||
|
@ -1496,9 +1496,7 @@
|
||||
"chromeos",
|
||||
"chromeos_lacros",
|
||||
"ios",
|
||||
"linux",
|
||||
"mac",
|
||||
"windows"
|
||||
"linux"
|
||||
],
|
||||
"experiments": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user