|
|
Move implementation of accessibility actions to views::View
We had two parallel, nearly identical implementations of accessible
actions for Views, one in NativeViewAccessibilityBase (used on Windows
and macOS), and one in AXViewObjWrapper (used on Chrome OS). Remove
the duplication and push all of those handlers to View.
While there were some tiny logic differences between the two that are
now merged, in effect this should be a pure refactoring change with no
user-visible impact.
BUG= 699617
Review-Url: https://codereview.chromium.org/2795843002
Cr-Commit-Position: refs/heads/master@{#461624}
Committed: https://chromium.googlesource.com/chromium/src/+/59016e60a48d96c7b7d9bf71cf61307ea1df0903
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+79 lines, -192 lines) |
Patch |
 |
M |
chrome/browser/ui/ash/accessibility/ax_tree_source_aura_unittest.cc
|
View
|
|
3 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/aura/accessibility/automation_manager_aura.cc
|
View
|
|
1 chunk |
+1 line, -49 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/aura/accessibility/ax_tree_source_aura.h
|
View
|
|
1 chunk |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/aura/accessibility/ax_tree_source_aura.cc
|
View
|
|
1 chunk |
+13 lines, -31 lines |
0 comments
|
Download
|
 |
M |
content/browser/accessibility/browser_accessibility.h
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/accessibility/browser_accessibility.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/accessibility/platform/ax_platform_node_delegate.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ui/accessibility/platform/ax_platform_node_win.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/accessibility/platform/test_ax_node_wrapper.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/accessibility/platform/test_ax_node_wrapper.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/views/accessibility/ax_aura_obj_wrapper.h
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/views/accessibility/ax_view_obj_wrapper.h
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/views/accessibility/ax_view_obj_wrapper.cc
|
View
|
|
1 chunk |
+0 lines, -28 lines |
0 comments
|
Download
|
 |
M |
ui/views/accessibility/native_view_accessibility_auralinux.cc
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/views/accessibility/native_view_accessibility_base.h
|
View
|
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/views/accessibility/native_view_accessibility_base.cc
|
View
|
|
2 chunks |
+1 line, -41 lines |
0 comments
|
Download
|
 |
M |
ui/views/accessibility/native_view_accessibility_unittest.cc
|
View
|
1
2
|
2 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/views/view.cc
|
View
|
1
2
3
4
|
3 chunks |
+37 lines, -0 lines |
0 comments
|
Download
|
Total messages: 30 (24 generated)
|