Skip to content

fix: don't show empty autofill popup - #52319

Merged
ckerr merged 2 commits into
42-x-yfrom
trop/42-x-y-bp-fix-don-t-show-empty-autofill-popup-1783957071824
Jul 14, 2026
Merged

fix: don't show empty autofill popup#52319
ckerr merged 2 commits into
42-x-yfrom
trop/42-x-y-bp-fix-don-t-show-empty-autofill-popup-1783957071824

Conversation

@trop

@trop trop Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Backport of #52262

See that PR for details.

Notes: Fixed unnecessary autofill popup creation for fields without datalist suggestions, which could cause input latency on macOS.

trop Bot and others added 2 commits July 13, 2026 15:37
Co-authored-by: Noah Gregory <nmggithub@electronjs.org>
A hostile renderer could send values without matching labels and crash
the browser process via out-of-range label access in label_at(). Also
route the hide through HideAutofillPopup() for consistency and add
comments explaining the guards.

Co-authored-by: Samuel Attard <sattard@anthropic.com>
@trop
trop Bot requested a review from nmggithub July 13, 2026 15:38
@trop trop Bot mentioned this pull request Jul 13, 2026
5 tasks
@trop trop Bot added 42-x-y backport This is a backport PR semver/patch backwards-compatible bug fixes labels Jul 13, 2026
@ckerr
ckerr merged commit 25bd9ce into 42-x-y Jul 14, 2026
79 checks passed
@ckerr
ckerr deleted the trop/42-x-y-bp-fix-don-t-show-empty-autofill-popup-1783957071824 branch July 14, 2026 23:11
@release-clerk

release-clerk Bot commented Jul 14, 2026

Copy link
Copy Markdown

Release Notes Persisted

Fixed unnecessary autofill popup creation for fields without datalist suggestions, which could cause input latency on macOS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

42-x-y backport This is a backport PR semver/patch backwards-compatible bug fixes

1 participant