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

Unified Diff: chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js

Issue 2144873002: Support first letter navigation in Panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test. Created 4 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 | chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
index a47944998cf3d49ef86202d8e90b1b4cfec6d3a2..70abcacd736f4c13a1f7cee2ba8919e715fc16da 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
@@ -232,20 +232,16 @@ Output.ROLE_INFO_ = {
msgId: 'role_menubar',
},
menuItem: {
- msgId: 'role_menuitem',
- ignoreAncestry: true
+ msgId: 'role_menuitem'
},
menuItemCheckBox: {
- msgId: 'role_menuitemcheckbox',
- ignoreAncestry: true
+ msgId: 'role_menuitemcheckbox'
},
menuItemRadio: {
- msgId: 'role_menuitemradio',
- ignoreAncestry: true
+ msgId: 'role_menuitemradio'
},
menuListOption: {
- msgId: 'role_menuitem',
- ignoreAncestry: true
+ msgId: 'role_menuitem'
},
menuListPopup: {
msgId: 'role_menu'
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698