gecko-dev/accessible/ipc
James Teh 77088bfef9 Bug 1806026 part 1: When applying a transform in RemoteAccessible, remove only the parent relative offset, not the cumulative offset calculated so far. r=morgan
When applying an ancestor transform, ApplyTransform is supplied with the cumulative bounds calculated so far; i.e. from descendants.
When removing the parent relative offset, the code previously set the top left to (0, 0).
This not only removed the parent relative offset, but also the cumulative offset calculated for all descendants!
Instead, we now pass in the cumulative bounds as well as the parent relative bounds.
We only subtract the parent relative bounds.

Differential Revision: https://phabricator.services.mozilla.com/D164995
2022-12-20 03:24:15 +00:00
..
extension Bug 1765430 - P4: Remove RemoteAccessibleWrap. r=Jamie 2022-04-27 22:44:46 +00:00
other Bug 1802297: Don't fire show events for the initial a11y tree push. r=eeejay 2022-11-29 05:06:46 +00:00
win Bug 1802297: Don't fire show events for the initial a11y tree push. r=eeejay 2022-11-29 05:06:46 +00:00
DocAccessibleChildBase.cpp Bug 1802866: Don't send a11y cache pushes containing no data. r=nlapre 2022-11-29 07:01:25 +00:00
DocAccessibleChildBase.h Bug 1766546: Implement SetCaretOffset for cached Windows RemoteAccessible. r=morgan 2022-06-01 19:34:09 +00:00
DocAccessibleParent.cpp Bug 1802040: Track the focused DocAccessibleParent on Android. r=eeejay 2022-12-07 13:42:30 +00:00
DocAccessibleParent.h Bug 1804186: Use RelationType in mReverseRelations map instead of uint64_t r=nlapre 2022-12-16 23:08:43 +00:00
DocAccessibleTypes.ipdlh
IPCTypes.h Bug 1754037 - Part 3c: Automatically update all ParamTraits implementations, r=ipc-reviewers,media-playback-reviewers,bryce,mccr8 2022-03-04 15:39:41 +00:00
RemoteAccessibleBase.cpp Bug 1806026 part 1: When applying a transform in RemoteAccessible, remove only the parent relative offset, not the cumulative offset calculated so far. r=morgan 2022-12-20 03:24:15 +00:00
RemoteAccessibleBase.h Bug 1806026 part 1: When applying a transform in RemoteAccessible, remove only the parent relative offset, not the cumulative offset calculated so far. r=morgan 2022-12-20 03:24:15 +00:00
RemoteAccessibleShared.h Bug 1794100: Fix order of arguments for ATK GetPosition. r=eeejay 2022-10-18 21:59:02 +00:00
moz.build Bug 1738401 - Remove -Wno-shadow warning suppressions. r=firefox-build-system-reviewers,glandium 2021-12-01 06:40:04 +00:00