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

Unified Diff: chrome/renderer/resources/extensions/automation/automation_node.js

Issue 2795083003: Add support for in-page links in ChromeVox. (Closed)
Patch Set: Make getTree take optional callback as well. Created 3 years, 8 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/renderer/resources/extensions/automation/automation_node.js
diff --git a/chrome/renderer/resources/extensions/automation/automation_node.js b/chrome/renderer/resources/extensions/automation/automation_node.js
index 75b496fefec9c010f6b6a2e19ee92dac5c290702..d1173dd7a474286210e9d899015677acdf18135f 100644
--- a/chrome/renderer/resources/extensions/automation/automation_node.js
+++ b/chrome/renderer/resources/extensions/automation/automation_node.js
@@ -737,6 +737,7 @@ var intAttributes = [
var nodeRefAttributes = [
['activedescendantId', 'activeDescendant'],
+ ['inPageLinkTargetId', 'inPageLinkTarget'],
['nextOnLineId', 'nextOnLine'],
['previousOnLineId', 'previousOnLine'],
['tableColumnHeaderId', 'tableColumnHeader'],

Powered by Google App Engine
This is Rietveld 408576698