diff options
author | ctguil@chromium.org <ctguil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-30 01:49:39 +0000 |
---|---|---|
committer | ctguil@chromium.org <ctguil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-30 01:49:39 +0000 |
commit | 8a0a55e61c5efd4711fbf21d49b4001a4cc9908b (patch) | |
tree | 658af47a25e0ec4f84a87c2bf6859c4809ce2f42 /chrome/app | |
parent | 690aa5c82084132146296cc439b54d5231659d61 (diff) | |
download | chromium_src-8a0a55e61c5efd4711fbf21d49b4001a4cc9908b.zip chromium_src-8a0a55e61c5efd4711fbf21d49b4001a4cc9908b.tar.gz chromium_src-8a0a55e61c5efd4711fbf21d49b4001a4cc9908b.tar.bz2 |
[accessibility] Extension toolbar and infobar container views should not have state visible if they are not rendered on screen.
Add the ROLE_PANE role to viewsaccessibility types.
Provide accessible role and name for BrowserActionsContainer, InfoBarContainer, and InfoBar.
Set BrowserActionsContainer view visibility to true only when it contains browser actions.
Set ExtensionShelf vew visibility to true only when it has non-zero height.
BUG=36224
TEST=Verify extension toolbar and infobar container accessibility info within AccExplore32.exe
Review URL: http://codereview.chromium.org/669275
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43044 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index af5d09c..ec11f3a 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3426,6 +3426,21 @@ each locale. --> <message name="IDS_EXTENSION_INSTALLED_MANAGE_INFO_MAC" desc="Text displayed in the InfoBubble with instructions on how to find the chrome://extensions/ management page on MAC OS X"> You can manage your installed extensions by clicking Extensions in the Window menu. </message> + <message name="IDS_ACCNAME_INFOBAR_CONTAINER" desc="The accessible name for the infobar container."> + Infobar Container + </message> + <message name="IDS_ACCNAME_INFOBAR_INFO" desc="The accessible name for the info infobar type."> + Info + </message> + <message name="IDS_ACCNAME_INFOBAR_WARNING" desc="The accessible name for the warning infobar type."> + Warning + </message> + <message name="IDS_ACCNAME_INFOBAR_ERROR" desc="The accessible name for the error infobar type."> + Error + </message> + <message name="IDS_ACCNAME_INFOBAR_PAGE_ACTION" desc="The accessible name for page action infobar type."> + Page Action + </message> <!-- chrome://extensions page --> <message name="IDS_EXTENSIONS_DEVELOPER_MODE_LINK" desc="Text of the link for developer mode."> |