Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(658)

Unified Diff: content/browser/accessibility/browser_accessibility_event_win.cc

Issue 2957973003: Automatically fire AX events on Win based on tree changes (Closed)
Patch Set: Audit all events, manually test with JAWS and NVDA Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/accessibility/browser_accessibility_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/accessibility/browser_accessibility_event_win.cc
diff --git a/content/browser/accessibility/browser_accessibility_event_win.cc b/content/browser/accessibility/browser_accessibility_event_win.cc
index 3dcae6bc6b1cd0df2ba8982f6ca4c40404035e45..ed5f2e55f695e036e87e27e9cda1d0b81f9a32db 100644
--- a/content/browser/accessibility/browser_accessibility_event_win.cc
+++ b/content/browser/accessibility/browser_accessibility_event_win.cc
@@ -24,9 +24,6 @@ BrowserAccessibilityEvent* BrowserAccessibilityEvent::Create(
case ui::AX_EVENT_ALERT:
win_event_type = EVENT_SYSTEM_ALERT;
break;
- case ui::AX_EVENT_AUTOCORRECTION_OCCURED:
- win_event_type = IA2_EVENT_OBJECT_ATTRIBUTE_CHANGED;
- break;
case ui::AX_EVENT_CHILDREN_CHANGED:
win_event_type = EVENT_OBJECT_REORDER;
break;
« no previous file with comments | « no previous file | content/browser/accessibility/browser_accessibility_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698