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

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

Issue 2080573003: Track all changed nodes during an update (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
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 17c7e57d8a490d9013904f8322ea1fceb80e625a..3573c9b2547bd0ecec4e2279a5a0f43293c9aeba 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
@@ -231,8 +231,7 @@ Output.ROLE_INFO_ = {
msgId: 'role_menubar',
},
menuItem: {
- msgId: 'role_menuitem',
- ignoreAncestry: true
+ msgId: 'role_menuitem'
},
menuItemCheckBox: {
msgId: 'role_menuitemcheckbox',

Powered by Google App Engine
This is Rietveld 408576698