0
Files
src/ui
Alex Yang 721a9e821c Log event if key repeat heuristic disagrees with native event
If this branch is reached, it means that IsRepeated thinks this should
be a repeat key event, while the native event repeat information was
either incorrect or not preserved. This is unexpected, so send a crash
report for further investigation. Execution is permitted to continue as
it is no worse than the old behavior.

An exception is made for Alt, which is known to cause IsRepeated to
erroneously return true when Alt+Tab is used to rapidly toggle focus.

Bug: 411681432
Change-Id: Ibe010359c21fcea65e63b34583bdb8be1e19a10c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6499864
Commit-Queue: Alex Yang <aycyang@chromium.org>
Reviewed-by: Hidehiko Abe <hidehiko@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1455018}
2025-05-02 09:20:13 -07:00
..
2025-04-22 12:24:10 -07:00

This directory contains UI frameworks used to build various user interface features. This directory is not intended to contain UI features (such as a keyboard).