Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 // Copyright 2016 The Chromium Authors. All rights reserved. | 1 // Copyright 2016 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 // This file was generated by: | 5 // This file was generated by: |
| 6 // tools/json_schema_compiler/compiler.py -g externs | 6 // tools/json_schema_compiler/compiler.py -g externs |
| 7 // chrome/common/extensions/api/automation.idl | 7 // chrome/common/extensions/api/automation.idl |
| 8 // | 8 // |
| 9 // Further edits were applied by hand due to bugs / limitations in | 9 // Further edits were applied by hand due to bugs / limitations in |
| 10 // json_schema_compiler. | 10 // json_schema_compiler. |
| (...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 424 * @type {number} | 424 * @type {number} |
| 425 */ | 425 */ |
| 426 chrome.automation.AutomationNode.prototype.textSelStart; | 426 chrome.automation.AutomationNode.prototype.textSelStart; |
| 427 | 427 |
| 428 | 428 |
| 429 /** | 429 /** |
| 430 * @type {number} | 430 * @type {number} |
| 431 */ | 431 */ |
| 432 chrome.automation.AutomationNode.prototype.textSelEnd; | 432 chrome.automation.AutomationNode.prototype.textSelEnd; |
| 433 | 433 |
| 434 /** | |
| 435 * @type {string} How come this wasn't auto generated? | |
|
dmazzoni
2016/12/05 17:29:41
:)
The change to this file is fine, we don't have
ultimatedbz
2016/12/05 19:32:01
Done.
| |
| 436 */ | |
| 437 chrome.automation.AutomationNode.prototype.imageDataUrl; | |
| 434 | 438 |
| 435 /** | 439 /** |
| 436 * @type {Array<number>} | 440 * @type {Array<number>} |
| 437 */ | 441 */ |
| 438 chrome.automation.AutomationNode.prototype.wordStarts; | 442 chrome.automation.AutomationNode.prototype.wordStarts; |
| 439 | 443 |
| 440 | 444 |
| 441 /** | 445 /** |
| 442 * @type {Array<number>} | 446 * @type {Array<number>} |
| 443 */ | 447 */ |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 542 | 546 |
| 543 | 547 |
| 544 chrome.automation.AutomationNode.prototype.showContextMenu = function() {}; | 548 chrome.automation.AutomationNode.prototype.showContextMenu = function() {}; |
| 545 | 549 |
| 546 | 550 |
| 547 chrome.automation.AutomationNode.prototype | 551 chrome.automation.AutomationNode.prototype |
| 548 .setSequentialFocusNavigationStartingPoint = function() {}; | 552 .setSequentialFocusNavigationStartingPoint = function() {}; |
| 549 | 553 |
| 550 | 554 |
| 551 /** | 555 /** |
| 556 * @param {number} width why wasn't this auto generated? | |
| 557 * @param {number} height | |
| 558 */ | |
| 559 chrome.automation.AutomationNode.prototype.getImageData = | |
| 560 function(width, height) {}; | |
| 561 | |
| 562 /** | |
| 552 * @param {number} start | 563 * @param {number} start |
| 553 * @param {number} end | 564 * @param {number} end |
| 554 */ | 565 */ |
| 555 chrome.automation.AutomationNode.prototype.setSelection = | 566 chrome.automation.AutomationNode.prototype.setSelection = |
| 556 function(start, end) {}; | 567 function(start, end) {}; |
| 557 | 568 |
| 558 /** @type {string} */ | 569 /** @type {string} */ |
| 559 chrome.automation.AutomationNode.prototype.containerLiveStatus; | 570 chrome.automation.AutomationNode.prototype.containerLiveStatus; |
| 560 | 571 |
| 561 /** @type {string} */ | 572 /** @type {string} */ |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 688 | 699 |
| 689 /** | 700 /** |
| 690 * @type {chrome.automation.AutomationNode} | 701 * @type {chrome.automation.AutomationNode} |
| 691 */ | 702 */ |
| 692 chrome.automation.AutomationRootNode.prototype.focusObject; | 703 chrome.automation.AutomationRootNode.prototype.focusObject; |
| 693 | 704 |
| 694 /** | 705 /** |
| 695 * @type {number} | 706 * @type {number} |
| 696 */ | 707 */ |
| 697 chrome.automation.AutomationRootNode.prototype.focusOffset; | 708 chrome.automation.AutomationRootNode.prototype.focusOffset; |
| OLD | NEW |