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

Unified Diff: chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js

Issue 637223006: Initial support for Ranges over automation nodes (used to track ChromeVox focus). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Indent; TODO. Created 6 years, 2 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/automation_util.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
diff --git a/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js b/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
index 67dff9da2eafffd339d8ab6ad8da3e98e93967a2..6f532a96ac2d02a0bbfd915c340d4631b00699b5 100644
--- a/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
+++ b/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
@@ -1240,6 +1240,12 @@ chrome.automation.AutomationNode.prototype.attributes;
/**
+ * @type {!chrome.automation.AutomationNode}
+ */
+chrome.automation.AutomationNode.prototype.root;
+
+
+/**
* @return {chrome.automation.AutomationNode}
*/
chrome.automation.AutomationNode.prototype.firstChild = function() {};
@@ -1299,6 +1305,9 @@ chrome.automation.AutomationNode.prototype.removeEventListener =
function(eventType, callback, capture) {};
+chrome.automation.AutomationNode.prototype.focus = function() {};
+
+
/**
* @param {function(chrome.automation.AutomationNode)} callback
*/
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_util.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698