зеркало из https://github.com/mozilla/gecko-dev.git
Bug 317462 Top level application object has incorrect accessible
role r=aaronleventhal sr=roc
This commit is contained in:
Родитель
0a714ab384
Коммит
fca7b8ab15
|
@ -23,7 +23,7 @@
|
|||
*
|
||||
* Original Author: Bolian Yin (bolian.yin@sun.com)
|
||||
*
|
||||
* Contributor(s):
|
||||
* Contributor(s): Ginn Chen (ginn.chen@sun.com)
|
||||
*
|
||||
* Alternatively, the contents of this file may be used under the terms of
|
||||
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
|
@ -584,6 +584,11 @@ NS_IMETHODIMP nsAppRootAccessible::GetRole(PRUint32 *aRole)
|
|||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP nsAppRootAccessible::GetFinalRole(PRUint32 *aFinalRole)
|
||||
{
|
||||
return GetRole(aFinalRole);
|
||||
}
|
||||
|
||||
NS_IMETHODIMP nsAppRootAccessible::GetParent(nsIAccessible ** aParent)
|
||||
{
|
||||
*aParent = nsnull;
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*
|
||||
* Original Author: Bolian Yin (bolian.yin@sun.com)
|
||||
*
|
||||
* Contributor(s):
|
||||
* Contributor(s): Ginn Chen (ginn.chen@sun.com)
|
||||
*
|
||||
* Alternatively, the contents of this file may be used under the terms of
|
||||
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
|
@ -80,6 +80,7 @@ public:
|
|||
NS_IMETHOD GetName(nsAString & aName);
|
||||
NS_IMETHOD GetDescription(nsAString & aDescription);
|
||||
NS_IMETHOD GetRole(PRUint32 *aRole);
|
||||
NS_IMETHOD GetFinalRole(PRUint32 *aFinalRole);
|
||||
NS_IMETHOD GetParent(nsIAccessible * *aParent);
|
||||
NS_IMETHOD GetNextSibling(nsIAccessible * *aNextSibling);
|
||||
NS_IMETHOD GetPreviousSibling(nsIAccessible **aPreviousSibling);
|
||||
|
|
Загрузка…
Ссылка в новой задаче