gecko-dev/accessible/ipc
James Teh 1dc833a28d Bug 1735722 part 1: Move EmbeddedChildAt into base Accessible. r=morgan
This required renaming LocalAccessible::GetEmbeddedChildAt to EmbeddedChildAt.
LocalAccessible::EmbeddedChildAt uses a covariant return type to return a LocalAccessible* while still overriding the base method (which returns Accessible*).
Unfortunately, this can't be done for RemoteAccessible, since the Derived type isn't complete in time due to the templating.
There was only one caller of RemoteAccessible::EmbeddedChildAt, so I just changed it to call AsRemote.
Eventually, even that caller will use the unified tree anyway.

Differential Revision: https://phabricator.services.mozilla.com/D128550
2021-10-19 03:57:18 +00:00
..
extension Bug 1720688 - Support extended attribute syntax in protocol declarations, r=mccr8 2021-07-22 02:24:43 +00:00
other Bug 1733514 part 2: Rename RemoteAccessible::GetTextAtOffset to TextAtOffset and have it override HyperTextAccessibleBase. r=eeejay 2021-10-12 23:43:07 +00:00
win Bug 1733514 part 2: Rename RemoteAccessible::GetTextAtOffset to TextAtOffset and have it override HyperTextAccessibleBase. r=eeejay 2021-10-12 23:43:07 +00:00
DocAccessibleChildBase.cpp Bug 1729061 - Introduce cache verification logging. r=Jamie 2021-09-28 21:55:41 +00:00
DocAccessibleChildBase.h Bug 1729061 - Introduce cache verification logging. r=Jamie 2021-09-28 21:55:41 +00:00
DocAccessibleParent.cpp Bug 1734695 - Add untilCacheIs and untilCacheOk for testing cache states. r=Jamie 2021-10-12 15:51:15 +00:00
DocAccessibleParent.h Bug 1728403 - Introduce CacheUpdateType as argument for Cache IPDL message. r=morgan 2021-09-01 20:32:17 +00:00
DocAccessibleTypes.ipdlh Bug 1700263 - Implement async Cache protocol method. r=Jamie 2021-08-17 18:17:38 +00:00
IPCTypes.h Bug 1731154 - Add move semantics to AccAttributes and use value references to avoid copies. r=morgan 2021-09-23 20:01:11 +00:00
RemoteAccessibleBase.cpp Bug 1735722 part 1: Move EmbeddedChildAt into base Accessible. r=morgan 2021-10-19 03:57:18 +00:00
RemoteAccessibleBase.h Bug 1735722 part 1: Move EmbeddedChildAt into base Accessible. r=morgan 2021-10-19 03:57:18 +00:00
RemoteAccessibleShared.h Bug 1733514 part 2: Rename RemoteAccessible::GetTextAtOffset to TextAtOffset and have it override HyperTextAccessibleBase. r=eeejay 2021-10-12 23:43:07 +00:00
moz.build Bug 1726391 - Only try to build DocAccessibleTypes.ipdlh if accessibility is enabled. r=eeejay 2021-08-18 16:17:48 +00:00