|
|
Add verbose logging for native accessibility events.
Introduce a new class BrowserAccessibilityEvent and
use it to encapsulate more information about
native accessibility events, and optionally log
information about events sent and also those that
are discarded (and why). This will make it easier to
debug problems with accessibility events in the future.
BUG= 607703
Committed: https://crrev.com/9cd13b2cd1f50c5660b434c40070363e28ece434
Cr-Commit-Position: refs/heads/master@{#390867}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+568 lines, -176 lines) |
Patch |
 |
M |
content/browser/accessibility/browser_accessibility.cc
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/accessibility/browser_accessibility_android.cc
|
View
|
1
2
|
3 chunks |
+14 lines, -5 lines |
0 comments
|
Download
|
 |
A |
content/browser/accessibility/browser_accessibility_event.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+84 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/accessibility/browser_accessibility_event.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+146 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/accessibility/browser_accessibility_event_win.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/accessibility/browser_accessibility_event_win.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+100 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/accessibility/browser_accessibility_manager.h
|
View
|
1
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/browser/accessibility/browser_accessibility_manager.cc
|
View
|
1
2
3
4
5
6
|
9 chunks |
+32 lines, -19 lines |
0 comments
|
Download
|
 |
M |
content/browser/accessibility/browser_accessibility_manager_android.h
|
View
|
1
2
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/accessibility/browser_accessibility_manager_android.cc
|
View
|
1
2
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/accessibility/browser_accessibility_manager_auralinux.h
|
View
|
1
2
3
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/accessibility/browser_accessibility_manager_auralinux.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/accessibility/browser_accessibility_manager_mac.h
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/accessibility/browser_accessibility_manager_mac.mm
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/accessibility/browser_accessibility_manager_win.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+9 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/accessibility/browser_accessibility_manager_win.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+82 lines, -110 lines |
0 comments
|
Download
|
 |
M |
content/browser/accessibility/browser_accessibility_win.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/accessibility/browser_accessibility_win.cc
|
View
|
1
2
3
4
5
6
|
9 chunks |
+27 lines, -20 lines |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
Total messages: 20 (6 generated)
|