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

Unified Diff: webkit/glue/webaccessibility.h

Issue 174252: Adds support and exposure of additional accessibility roles. Includes naming ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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
« views/controls/image_view.cc ('K') | « webkit/glue/glue_accessibility_object.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webaccessibility.h
===================================================================
--- webkit/glue/webaccessibility.h (revision 23961)
+++ webkit/glue/webaccessibility.h (working copy)
@@ -70,11 +70,13 @@
ROLE_CLIENT,
ROLE_COLUMN,
ROLE_COLUMNHEADER,
+ ROLE_DOCUMENT,
ROLE_GRAPHIC,
ROLE_GROUPING,
ROLE_LINK,
ROLE_LIST,
ROLE_LISTBOX,
+ ROLE_MENUBAR,
ROLE_MENUITEM,
ROLE_MENUPOPUP,
ROLE_OUTLINE,
@@ -87,7 +89,8 @@
ROLE_SLIDER,
ROLE_STATICTEXT,
ROLE_TABLE,
- ROLE_TEXT
+ ROLE_TEXT,
+ ROLE_TOOLBAR
};
// This defines an enumeration (in alphabetical order) of the supported
« views/controls/image_view.cc ('K') | « webkit/glue/glue_accessibility_object.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698