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

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

Issue 755883006: Remove unused roles(EditableText, SplitGroup, GrowArea) from Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/common/extensions/api/automation.idl » ('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 1409 matching lines...) Expand 10 before | Expand all | Expand 10 after
1420 contentInfo: 'contentInfo', 1420 contentInfo: 'contentInfo',
1421 definition: 'definition', 1421 definition: 'definition',
1422 descriptionListDetail: 'descriptionListDetail', 1422 descriptionListDetail: 'descriptionListDetail',
1423 descriptionListTerm: 'descriptionListTerm', 1423 descriptionListTerm: 'descriptionListTerm',
1424 desktop: 'desktop', 1424 desktop: 'desktop',
1425 dialog: 'dialog', 1425 dialog: 'dialog',
1426 directory: 'directory', 1426 directory: 'directory',
1427 disclosureTriangle: 'disclosureTriangle', 1427 disclosureTriangle: 'disclosureTriangle',
1428 div: 'div', 1428 div: 'div',
1429 document: 'document', 1429 document: 'document',
1430 editableText: 'editableText',
1431 embeddedObject: 'embeddedObject', 1430 embeddedObject: 'embeddedObject',
1432 footer: 'footer', 1431 footer: 'footer',
1433 form: 'form', 1432 form: 'form',
1434 grid: 'grid', 1433 grid: 'grid',
1435 group: 'group', 1434 group: 'group',
1436 growArea: 'growArea',
1437 heading: 'heading', 1435 heading: 'heading',
1438 horizontalRule: 'horizontalRule', 1436 horizontalRule: 'horizontalRule',
1439 iframe: 'iframe', 1437 iframe: 'iframe',
1440 ignored: 'ignored', 1438 ignored: 'ignored',
1441 imageMapLink: 'imageMapLink', 1439 imageMapLink: 'imageMapLink',
1442 imageMap: 'imageMap', 1440 imageMap: 'imageMap',
1443 image: 'image', 1441 image: 'image',
1444 incrementor: 'incrementor',
1445 inlineTextBox: 'inlineTextBox', 1442 inlineTextBox: 'inlineTextBox',
1446 labelText: 'labelText', 1443 labelText: 'labelText',
1447 legend: 'legend', 1444 legend: 'legend',
1448 link: 'link', 1445 link: 'link',
1449 listBoxOption: 'listBoxOption', 1446 listBoxOption: 'listBoxOption',
1450 listBox: 'listBox', 1447 listBox: 'listBox',
1451 listItem: 'listItem', 1448 listItem: 'listItem',
1452 listMarker: 'listMarker', 1449 listMarker: 'listMarker',
1453 list: 'list', 1450 list: 'list',
1454 locationBar: 'locationBar', 1451 locationBar: 'locationBar',
(...skipping 25 matching lines...) Expand all
1480 ruler: 'ruler', 1477 ruler: 'ruler',
1481 svgRoot: 'svgRoot', 1478 svgRoot: 'svgRoot',
1482 scrollArea: 'scrollArea', 1479 scrollArea: 'scrollArea',
1483 scrollBar: 'scrollBar', 1480 scrollBar: 'scrollBar',
1484 seamlessWebArea: 'seamlessWebArea', 1481 seamlessWebArea: 'seamlessWebArea',
1485 search: 'search', 1482 search: 'search',
1486 slider: 'slider', 1483 slider: 'slider',
1487 sliderThumb: 'sliderThumb', 1484 sliderThumb: 'sliderThumb',
1488 spinButtonPart: 'spinButtonPart', 1485 spinButtonPart: 'spinButtonPart',
1489 spinButton: 'spinButton', 1486 spinButton: 'spinButton',
1490 splitGroup: 'splitGroup',
1491 splitter: 'splitter', 1487 splitter: 'splitter',
1492 staticText: 'staticText', 1488 staticText: 'staticText',
1493 status: 'status', 1489 status: 'status',
1494 tabGroup: 'tabGroup', 1490 tabGroup: 'tabGroup',
1495 tabList: 'tabList', 1491 tabList: 'tabList',
1496 tabPanel: 'tabPanel', 1492 tabPanel: 'tabPanel',
1497 tab: 'tab', 1493 tab: 'tab',
1498 tableHeaderContainer: 'tableHeaderContainer', 1494 tableHeaderContainer: 'tableHeaderContainer',
1499 table: 'table', 1495 table: 'table',
1500 textArea: 'textArea', 1496 textArea: 'textArea',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
1536 pressed: 'pressed', 1532 pressed: 'pressed',
1537 protected: 'protected', 1533 protected: 'protected',
1538 readOnly: 'readOnly', 1534 readOnly: 'readOnly',
1539 required: 'required', 1535 required: 'required',
1540 selectable: 'selectable', 1536 selectable: 'selectable',
1541 selected: 'selected', 1537 selected: 'selected',
1542 vertical: 'vertical', 1538 vertical: 'vertical',
1543 visited: 'visited' 1539 visited: 'visited'
1544 }; 1540 };
1545 // End auto generated externs; do not edit. 1541 // End auto generated externs; do not edit.
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/api/automation.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698