Confirmed users
1,396
edits
| Line 167: | Line 167: | ||
= IAccessibleApplication = | = IAccessibleApplication = | ||
{| summary="Proposed mapping IAccessibleApplication to Gecko Accessible" width="100%" border="1" cellspacing="1" cellpadding="1" | |||
{| summary="Proposed mapping IAccessibleApplication to Gecko Accessible" width=" | |||
! IA2 | ! IA2 | ||
! Description | ! Description | ||
! Gecko | ! Gecko | ||
! | ! Status | ||
! Bug | |||
|- | |- | ||
| appName | | appName | ||
| Returns the application name | | Returns the application name | ||
| | | nsIXULAppInfo::name | ||
| | | | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=383095 bug 383095] | |||
|- | |- | ||
| appVersion | | appVersion | ||
| Returns the application version | | Returns the application version | ||
| | | nsIXULAppInfo::version | ||
| | | | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=383095 bug 383095] | |||
|- | |- | ||
| toolkitName | | toolkitName | ||
| Returns the toolkit/bridge name | | Returns the toolkit/bridge name | ||
| | | "XULRunner" | ||
| | | | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=383095 bug 383095] | |||
|- | |- | ||
| toolkitVersion | | toolkitVersion | ||
| Returns the toolkit/bridge version | | Returns the toolkit/bridge version | ||
| | | nsIXULAppInfo::version | ||
| | | | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=383095 bug 383095] | |||
|} | |} | ||