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

Unified Diff: public/web/WebAccessibilityNotification.h

Issue 22331005: Clean up accessibility enums for use in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add forgotten file back Created 7 years, 4 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 | « public/web/WebAXObject.h ('k') | public/web/WebAccessibilityObject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebAccessibilityNotification.h
diff --git a/public/web/WebAccessibilityNotification.h b/public/web/WebAccessibilityNotification.h
index 629d988f54397dce323c3fc5fe0708e54159a730..efaff5ff952d9d66d391b99b1c47771a10fa1546 100644
--- a/public/web/WebAccessibilityNotification.h
+++ b/public/web/WebAccessibilityNotification.h
@@ -34,28 +34,36 @@
namespace WebKit {
// These values must match WebCore::AXObjectCache::AXNotification values.
-// Enforced in AssertMatchingEnums.cpp.
+// DEPRECATED: these will be replaced with the enums defined in
+// WebAXEnums.h (http://crbug.com/269034).
enum WebAccessibilityNotification {
WebAccessibilityNotificationActiveDescendantChanged,
+ WebAccessibilityNotificationAlert,
+ WebAccessibilityNotificationAriaAttributeChanged,
WebAccessibilityNotificationAutocorrectionOccured,
+ WebAccessibilityNotificationBlur,
WebAccessibilityNotificationCheckedStateChanged,
WebAccessibilityNotificationChildrenChanged,
WebAccessibilityNotificationFocusedUIElementChanged,
+ WebAccessibilityNotificationHide,
+ WebAccessibilityNotificationInvalidStatusChanged,
WebAccessibilityNotificationLayoutComplete,
- WebAccessibilityNotificationLoadComplete,
- WebAccessibilityNotificationSelectedChildrenChanged,
- WebAccessibilityNotificationSelectedTextChanged,
- WebAccessibilityNotificationValueChanged,
- WebAccessibilityNotificationScrolledToAnchor,
WebAccessibilityNotificationLiveRegionChanged,
+ WebAccessibilityNotificationLoadComplete,
+ WebAccessibilityNotificationLocationChanged,
WebAccessibilityNotificationMenuListItemSelected,
WebAccessibilityNotificationMenuListValueChanged,
- WebAccessibilityNotificationRowCountChanged,
WebAccessibilityNotificationRowCollapsed,
+ WebAccessibilityNotificationRowCountChanged,
WebAccessibilityNotificationRowExpanded,
- WebAccessibilityNotificationInvalidStatusChanged,
+ WebAccessibilityNotificationScrolledToAnchor,
+ WebAccessibilityNotificationSelectedChildrenChanged,
+ WebAccessibilityNotificationSelectedTextChanged,
+ WebAccessibilityNotificationShow,
WebAccessibilityNotificationTextChanged,
- WebAccessibilityNotificationAriaAttributeChanged
+ WebAccessibilityNotificationTextInserted,
+ WebAccessibilityNotificationTextRemoved,
+ WebAccessibilityNotificationValueChanged
};
} // namespace WebKit
« no previous file with comments | « public/web/WebAXObject.h ('k') | public/web/WebAccessibilityObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698