Chromium Code Reviews
DescriptionImplement update notifications for ChromeVox Next.
- adds a notification on startup alerting the user to a new ChromeVox experience
- adds a skeleton page to be filled with content for the transition intro/tutorial
- fixes the alert output rule to ignore descendants in the output if the alert has a name
- adds a new command to open the "new" or "next" announcements/release notes/tutorial
- fixes two issues with the notification center:
1. the focus wasn't being placed on the first message view item
2. the scroll view parenting the message views was receiving focus but has no actionable functionality from the keyboard. Removed it from being focusable.
The outcome is when hitting alt+shift+n, an actionable button gets focused with or wihtout a notification being present (do not disturb gets focus if there are no messages).
Previously, alt+shift+n focused the scrollview, which has no name/role, so gave no meaningful feedback.
BUG=618094
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation
Committed: https://crrev.com/9e0f3f0f765bc0625c7988086d8e9ffefd97d337
Cr-Commit-Position: refs/heads/master@{#399051}
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #
Total comments: 4
Patch Set 4 : rebase. #Patch Set 5 : Fix test. #Messages
Total messages: 15 (8 generated)
|