Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keep sending honey pot messages until we turn on web contents.
This is a high priority change, the bug this fixes is stopping all JAWS 2021 users from being able to access web contents. With some Windows 11 features causing kNativeAPIs to be turned on after startup, our honeypot code was no longer being triggered. Since there are many other ways to turn on accessibility this was not noticed until recently. This change updates our logic to no longer consider the fact that some accessibility has been enabled as an indication that we no longer should fire the honey pot event. With this change we will continue to send honey pot events until web contents accessibility has been turned on. The honey pot will trigger web contents accessibility, and at that point will no longer fire. (cherry picked from commit be11a30) Bug: 1450993 Change-Id: I65cfa0e2c5daf2eaef19241e70e1f23670714216 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4585299 Reviewed-by: Benjamin Beaudry <benjamin.beaudry@microsoft.com> Reviewed-by: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by: Alexander Timin <altimin@chromium.org> Reviewed-by: Nektarios Paisios <nektar@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Cr-Original-Commit-Position: refs/heads/main@{#1152873} Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4586501 Commit-Queue: Srinivas Sista <srinivassista@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Owners-Override: Srinivas Sista <srinivassista@chromium.org> Cr-Commit-Position: refs/branch-heads/5735_90@{#8} Cr-Branched-From: 386bc09-refs/branch-heads/5735@{#1052} Cr-Branched-From: 2f562e4-refs/heads/main@{#1135570}
- Loading branch information