mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
85449ceee2
this patch does several things - makes DocAccessible::BindToDocument return void the only case in which it would "fail" was when passed null, and we know none of the callers do that. - adds Accessible::IsAcceptableChild() which returns true if its ok for the possible child to be a child of this accessible. - replace several over rides of Accessible::CacheChildren() that are only to prevent certain types of children to over rides of Accessible::IsAcceptableChild() |
||
---|---|---|
.. | ||
public | ||
src | ||
tests | ||
moz.build |