diff options
author | shreeram.k <shreeram.k@samsung.com> | 2015-03-27 03:36:27 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-27 10:37:18 +0000 |
commit | b0ec609a1fc0f4512bb16d906ff4627e485955f8 (patch) | |
tree | 8c050ab22310e80fd6805400000e29d74319a0e5 /chrome/common | |
parent | 22fa94fe6be395c363d222b1262c9e8239c6aabc (diff) | |
download | chromium_src-b0ec609a1fc0f4512bb16d906ff4627e485955f8.zip chromium_src-b0ec609a1fc0f4512bb16d906ff4627e485955f8.tar.gz chromium_src-b0ec609a1fc0f4512bb16d906ff4627e485955f8.tar.bz2 |
Chromium side Implementation of new roles added in ARIA 1.1 draft.
Following roles has been mapped for win,mac & android platform.
1. switch role
2. searchbox role
Also some cleanups are done in this CL.
BUG=468667
Review URL: https://codereview.chromium.org/1030333002
Cr-Commit-Position: refs/heads/master@{#322544}
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/extensions/api/automation.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/extensions/api/automation.idl b/chrome/common/extensions/api/automation.idl index 3044514..b06091a 100644 --- a/chrome/common/extensions/api/automation.idl +++ b/chrome/common/extensions/api/automation.idl @@ -146,6 +146,7 @@ scrollBar, seamlessWebArea, search, + searchBox, slider, sliderThumb, spinButtonPart, @@ -153,6 +154,7 @@ splitter, staticText, status, + switch, tabGroup, tabList, tabPanel, |