Bug 935698 - isolate nsIAccessibleValue implementation into separate class, r=tbsaunde

This commit is contained in:
Alexander Surkov
2013-11-19 16:01:15 -05:00
parent 7413a8f46d
commit 2e90b76262
16 changed files with 338 additions and 301 deletions

View File

@@ -863,8 +863,6 @@
/* raised when current pivot's position is needed but it's not in the tree */
ERROR(NS_ERROR_NOT_IN_TREE, FAILURE(38)),
/* see Accessible::GetAttrValue */
ERROR(NS_OK_NO_ARIA_VALUE, SUCCESS(33)),
/* see nsTextEquivUtils */
ERROR(NS_OK_NO_NAME_CLAUSE_HANDLED, SUCCESS(34))
#undef MODULE