gecko-dev/accessible/basetypes
James Teh 18cac61d01 Bug 1733514 part 1: Make HyperTextAccessibleBase::CharacterCount virtual and override it in RemoteAccessible. r=eeejay
When the cache is disabled, we need a different implementation of RemoteAccessible::CharacterCount for non-Windows.
This already existed, but it hid the base implementation rather than overriding it.
On Windows, we don't support this for RemoteAccessible at all unless the cache is enabled, so there's no change there.

Differential Revision: https://phabricator.services.mozilla.com/D128031
2021-10-12 23:43:07 +00:00
..
Accessible.cpp Bug 1694203 - P9: Have RemoteAccessible inherit from Accessible. r=Jamie 2021-03-02 16:32:24 +00:00
Accessible.h Bug 1730088 part 1: Add hyperTextAccessibleBase class. r=eeejay 2021-10-07 04:22:43 +00:00
HyperTextAccessibleBase.cpp Bug 1730088 part 11: Move IsValidOffset/Range to HyperTextAccessibleBase. r=eeejay 2021-10-07 04:22:47 +00:00
HyperTextAccessibleBase.h Bug 1733514 part 1: Make HyperTextAccessibleBase::CharacterCount virtual and override it in RemoteAccessible. r=eeejay 2021-10-12 23:43:07 +00:00
moz.build Bug 1730088 part 2: HyperTextAccessibleBase: Add methods for child index/text offset conversion. r=eeejay 2021-10-07 04:22:44 +00:00