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.
Revert "Improvements to ViewAccessibility::OverrideIsEnabled"
This reverts commit 2d8cc01. Reason for revert: Suspected cause of build breakage https://cr-buildbucket.appspot.com/build/8855175821513127424 Original change's description: > Improvements to ViewAccessibility::OverrideIsEnabled > > This patch makes the following improvements to ViewAccessibility::OverrideIsEnabled: > 1. Changes the method name from its original name to make it more similar to View::GetIsEnabled. > 2. Adds an accessor, similar to other special overridable attributes. > 3. Views that are disabled but are accessibility enabled should also > be marked as focusable for consistency with the rest of the codebase. > 4. Marking an accessibility view as disabled while its associated View > is disabled will no longer cause a DCHECK. > 5. Marking an accessibility view as readonly will not be affected by its > accessibility enabled state. > > See original patch at https://crrev.com/c/2576342 > > R=dmazzoni@chromium.org, aleventhal@chromium.org, andrewxu@chromium.org > > AX-Relnotes: n/a. > Change-Id: Id2673625d4dfe42b49dc1203de5a44aa0f278b02 > Bug: 1150503 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2583706 > Auto-Submit: Nektarios Paisios <nektar@chromium.org> > Commit-Queue: David Black <dmblack@google.com> > Reviewed-by: David Black <dmblack@google.com> > Reviewed-by: Andrew Xu <andrewxu@chromium.org> > Reviewed-by: Dominic Mazzoni <dmazzoni@chromium.org> > Cr-Commit-Position: refs/heads/master@{#854125} TBR=dmazzoni@chromium.org,nektar@chromium.org,dmblack@google.com,aleventhal@chromium.org,andrewxu@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: I114c46bc24f5b00faaa9191ee01e6f372be662b6 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1150503 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2695150 Reviewed-by: Jeevan Shikaram <jshikaram@chromium.org> Commit-Queue: Jeevan Shikaram <jshikaram@chromium.org> Cr-Commit-Position: refs/heads/master@{#854141}
- Loading branch information
1 parent
584bfb4
commit 7cc4af1
Showing
6 changed files
with
25 additions
and
116 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
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