forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fuchsia][a11y] Refactor node updates.
Currently, it's possible for chromium to send multiple updates for the same node in the same atomic tree update. This change ensures that fuchsia only receives one update per node per tree update. TEST: manual, unit/browser tests Bug: fuchsia:77217 Change-Id: I8be5c5e1eb574e881f285714f15dd1861f396797 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2910478 Reviewed-by: Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Alexander Brusher <abrusher@google.com> Cr-Commit-Position: refs/heads/master@{#887043}
- Loading branch information
Showing
3 changed files
with
189 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters