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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXObject.cpp

Issue 1416873015: Text controls should expose their value instead of their name via IAccessibleText (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed radio menu items test on Android. Created 5 years, 1 month 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
Index: third_party/WebKit/Source/modules/accessibility/AXObject.cpp
diff --git a/third_party/WebKit/Source/modules/accessibility/AXObject.cpp b/third_party/WebKit/Source/modules/accessibility/AXObject.cpp
index 7c1049815cedf6b4b8c88cc003dc17e2ceaef9fb..9d2787b1e3cf40b257fc2528a780c72068dfeffe 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXObject.cpp
+++ b/third_party/WebKit/Source/modules/accessibility/AXObject.cpp
@@ -142,6 +142,7 @@ const InternalRoleEntry internalRoles[] = {
{ ArticleRole, "Article" },
{ BannerRole, "Banner" },
{ BlockquoteRole, "Blockquote" },
+ // TODO(nektar): Delete busy_indicator role. It's used nowhere.
{ BusyIndicatorRole, "BusyIndicator" },
{ ButtonRole, "Button" },
{ CanvasRole, "Canvas" },
« no previous file with comments | « content/test/data/accessibility/html/textarea-with-selection-expected-win.txt ('k') | ui/accessibility/ax_enums.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698