gecko-dev/accessible
James Teh 47aa8b6b4d Bug 1619506 part 2: Don't expose NODE_CHILD_OF relation for OOP iframe documents. r=yzen
For OOP iframe documents, we can't support NODE_CHILD_OF in the usual way, since the iframe resides in a different process.
Previously, we incorrectly returned the application accessible.
This was breaking focus ancestry walking for JAWS.
Instead, don't expose NODE_CHILD_OF at all in this case.
This is fine because the client will then request the parent instead, which will be correctly handled by platform/AccessibleOrProxy code.

Differential Revision: https://phabricator.services.mozilla.com/D70163

--HG--
extra : moz-landing-system : lando
2020-04-08 18:30:01 +00:00
..
android Bug 1616468 - Indicate required field in hint string. r=Jamie 2020-03-04 00:00:44 +00:00
aom Bug 1617628 - Hide nsBaseHashtable Put overloads in nsRefPtrHashtable subclass. r=froydnj 2020-02-25 17:03:36 +00:00
atk Bug 1598299 part 1: Make atk_component_ref_accessible_at_point return the deepest child instead of the direct child. r=yzen 2020-03-26 15:27:45 +00:00
base Bug 1519636 - Reformat recent changes to the Google coding style r=jgilbert 2020-04-05 13:34:58 +00:00
generic Bug 1619506 part 2: Don't expose NODE_CHILD_OF relation for OOP iframe documents. r=yzen 2020-04-08 18:30:01 +00:00
html Bug 1624826 - Remove trailing whitespace from accessible name of fieldset element if provided by legend, r=eeejay 2020-03-25 15:13:50 +00:00
interfaces Bug 1624729 - Introduce nsIAccessibleMacInterface as mac native xpc interface. r=yzen,morgan 2020-03-27 17:15:31 +00:00
ipc Bug 1619506 part 1: Implement QueryService to SID_IAccessibleContentDocument for OOP iframes. r=yzen 2020-04-08 18:28:08 +00:00
mac Bug 1627763: Adjust coordinates of layout point for launching context menu. r=eeejay 2020-04-06 22:07:25 +00:00
other
tests Bug 1627899 - Focus selected tatb only if nott already focused. r=MarcoZ 2020-04-08 04:51:22 +00:00
windows Bug 1619506 part 1: Implement QueryService to SID_IAccessibleContentDocument for OOP iframes. r=yzen 2020-04-08 18:28:08 +00:00
xpcom Bug 1618705: Construct column containers and list them as children of our table accessible. r=eeejay 2020-04-06 16:51:11 +00:00
xul Bug 1624482 - Adapt menupopup accessible to query the correct parent element when slotted. r=emilio 2020-04-08 19:48:30 +00:00
moz.build Bug 1624729 - Introduce some initial mac mochitests. r=morgan 2020-03-27 20:19:56 +00:00