|
Make BrowserAccessibilityManager cross platform. Step 1.
1. Move windows browser accessibility source and headers into chrome\browser\accessibility
2. Rename BrowserAccessibilityManager to BrowserAccessibilityManagerWin and BrowserAccessibility to BrowserAccessibilityWin
3. Add base classes that will eventually contain common browser accessibility code.
BUG= 55264
TEST=interactive_ui_tests:AccessibilityWinBrowserTest.*
TEST=unit_tests:BrowserAccessibilityTest.*
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=61253
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+453 lines, -3848 lines) |
Patch |
 |
A + |
chrome/browser/accessibility/accessibility_win_browsertest.cc
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/accessibility/browser_accessibility.h
|
View
|
3
4
|
1 chunk |
+33 lines, -0 lines |
2 comments
|
Download
|
 |
A |
chrome/browser/accessibility/browser_accessibility.cc
|
View
|
3
4
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/accessibility/browser_accessibility_manager.h
|
View
|
3
4
|
1 chunk |
+76 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/accessibility/browser_accessibility_manager.cc
|
View
|
3
4
|
1 chunk |
+55 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/accessibility/browser_accessibility_manager_win.h
|
View
|
1
2
3
4
|
2 chunks |
+39 lines, -56 lines |
2 comments
|
Download
|
 |
A + |
chrome/browser/accessibility/browser_accessibility_manager_win.cc
|
View
|
|
13 chunks |
+62 lines, -82 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/accessibility/browser_accessibility_win.h
|
View
|
1
2
3
4
|
8 chunks |
+42 lines, -40 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/accessibility/browser_accessibility_win.cc
|
View
|
1
2
3
4
|
62 chunks |
+98 lines, -94 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/accessibility/browser_accessibility_win_unittest.cc
|
View
|
|
8 chunks |
+13 lines, -14 lines |
2 comments
|
Download
|
 |
A + |
chrome/browser/accessibility/browser_views_accessibility_browsertest.cc
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/accessibility_win_browsertest.cc
|
View
|
|
1 chunk |
+0 lines, -652 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/browser_accessibility_manager_win.h
|
View
|
|
1 chunk |
+0 lines, -145 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/browser_accessibility_manager_win.cc
|
View
|
|
1 chunk |
+0 lines, -277 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/browser_accessibility_win.h
|
View
|
|
1 chunk |
+0 lines, -555 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/browser_accessibility_win.cc
|
View
|
|
1 chunk |
+0 lines, -1386 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_accessibility_win_unittest.cc
|
View
|
1
|
1 chunk |
+0 lines, -265 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/render_widget_host_view_win.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/render_widget_host_view_win.cc
|
View
|
|
3 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/views/browser_views_accessibility_browsertest.cc
|
View
|
|
1 chunk |
+0 lines, -265 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
|
3 chunks |
+12 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/test/interactive_ui/interactive_ui_tests.gypi
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|