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

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

Issue 1371483003: cvox2: Avoid uncaught exception on invalid input type. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 5
6 /** 6 /**
7 * @fileoverview Definitions for the Chromium extensions API used by ChromeVox. 7 * @fileoverview Definitions for the Chromium extensions API used by ChromeVox.
8 * 8 *
9 * @externs 9 * @externs
10 */ 10 */
(...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 chrome.automation.AutomationNode.prototype.containerLiveAtomic; 507 chrome.automation.AutomationNode.prototype.containerLiveAtomic;
508 508
509 /** @type {boolean} */ 509 /** @type {boolean} */
510 chrome.automation.AutomationNode.prototype.containerLiveBusy; 510 chrome.automation.AutomationNode.prototype.containerLiveBusy;
511 511
512 512
513 /** 513 /**
514 * @param {Object} findParams 514 * @param {Object} findParams
515 */ 515 */
516 chrome.automation.AutomationNode.prototype.find = function(findParams) {}; 516 chrome.automation.AutomationNode.prototype.find = function(findParams) {};
517
518 /**
519 * @type {string}
520 */
521 chrome.automation.AutomationNode.prototype.inputType;
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698