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

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

Issue 2526073003: Re-add the line break attribute (Closed)
Patch Set: --file=/tmp/m Created 4 years 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/editing.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 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 chrome.automation.anchorOffset; 609 chrome.automation.anchorOffset;
610 610
611 /** 611 /**
612 * @type {(chrome.automation.AutomationNode|undefined)} 612 * @type {(chrome.automation.AutomationNode|undefined)}
613 */ 613 */
614 chrome.automation.AutomationNode.prototype.focusObject; 614 chrome.automation.AutomationNode.prototype.focusObject;
615 615
616 /** 616 /**
617 * @type {(Array<number>|undefined)} 617 * @type {(Array<number>|undefined)}
618 */ 618 */
619 chrome.automation.AutomationNode.prototype.lineStartOffsets; 619 chrome.automation.AutomationNode.prototype.lineBreaks;
620 620
621 /** 621 /**
622 * @type {(number|undefined)} 622 * @type {(number|undefined)}
623 */ 623 */
624 chrome.automation.focusOffset; 624 chrome.automation.focusOffset;
625 625
626 /** 626 /**
627 * @type {(chrome.automation.AutomationNode|undefined)} 627 * @type {(chrome.automation.AutomationNode|undefined)}
628 */ 628 */
629 chrome.automation.AutomationNode.prototype.activeDescendant; 629 chrome.automation.AutomationNode.prototype.activeDescendant;
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 */ 682 */
683 chrome.automation.AutomationRootNode.prototype.focusObject; 683 chrome.automation.AutomationRootNode.prototype.focusObject;
684 684
685 /** 685 /**
686 * @type {number} 686 * @type {number}
687 */ 687 */
688 chrome.automation.AutomationRootNode.prototype.focusOffset; 688 chrome.automation.AutomationRootNode.prototype.focusOffset;
689 689
690 /** @type {function() : !Object} */ 690 /** @type {function() : !Object} */
691 chrome.app.getDetails; 691 chrome.app.getDetails;
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/cvox2/background/editing.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698