mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
65a89a70c5
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 |