|
Fix Regression for Accessible Names appearing as NAMELESS.
The refactoring in r43558 caused SetAccessibleName and GetAccessibleName to be none virtual causing couple of components not having accessible names since they depend on overriding it. The following change sets the accessible name directly since view now stores it.
BUG= 40343
TEST=With AccExplorer32 check if accessible names have been resolved.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=43584
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+9 lines, -42 lines) |
Patch |
 |
M |
chrome/browser/views/browser_actions_container.h
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/browser_actions_container.cc
|
View
|
|
4 chunks |
+4 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/tabs/tab.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/views/tabs/tab.cc
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/tabs/tab_renderer.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
1 comment
|
Download
|
 |
M |
views/controls/image_view.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
views/controls/image_view.cc
|
View
|
|
2 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
views/controls/label.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
views/controls/label.cc
|
View
|
|
2 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
views/controls/link.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
views/controls/link.cc
|
View
|
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|