
This reverts commit 3f542c0a2a
.
Reason for revert: Crash rate too high; may impact other crash reports uploads.
Bug: 411681432, 40940886
Original change's description:
> DumpWithoutCrashing if key repeat heuristic disagrees with native event
>
> DumpWithoutCrashing if IsRepeated thinks a key event should have its
> repeat flag set but the native event says otherwise. This is unexpected,
> but execution is permitted to continue as it is no worse than the old
> behavior.
>
> If crash reports do come in, it likely means that the key repeat
> information from the native event was either incorrect or not preserved,
> which should be fixed. If no crash reports come in, then IsRepeated can
> be safely removed.
>
> Bug: 411681432, 40940886
> Change-Id: I32dcb1e57f69966a0e75a0d775a1e196216cb272
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6473307
> Reviewed-by: Hidehiko Abe <hidehiko@chromium.org>
> Commit-Queue: Alex Yang <aycyang@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1452752}
Bug: 411681432, 40940886
Change-Id: I3a065e7356d1c10b3761c8c7d4a41a0e738220a7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6499308
Reviewed-by: Prudhvikumar Bommana <pbommana@google.com>
Commit-Queue: Prudhvikumar Bommana <pbommana@google.com>
Owners-Override: Prudhvikumar Bommana <pbommana@google.com>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1453662}
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).